SPROXY Warning SDL4001 

only one SOAP port will be processed.

SPROXY has encountered a WSDL "service" tag that contains multiple port elements.

Example

The following example WSDL will trigger SDL4001. The second and third ports ("AStructureHttpGet" and "AStructureHttpPost") will not be processed.

<service name="AStructure">
  <port name="AStructureSoap" binding="tns:AStructureSoap">
    <soap:address location="https://someurl" />
  </port>
  <port name="AStructureHttpGet" binding="tns:AStructureHttpGet">
    <https:address location="https://someurl" />
  </port>
  <port name="AStructureHttpPost" binding="tns:AStructureHttpPost">
    <https:address location="https://someurl" />
  </port>
</service>

See Also

Reference

SPROXY.EXE: XML Web Service Proxy Generator