- Contents
SOAP API Developer's Guide
Request Transport Example
This sample Transport Info structure adheres to schemas:
<TransportInfo name="HTTP">
<HTTP method="POST" url="/soapendpoint/I3SOAPISAPIAD.DLL" pathInfo=""
queryString="" remoteAddr="127.0.0.1">
<Headers>
<Header name="Host">localhost</Header>
<Header name="Content-Type">text/xml</Header>
<Header name="Content-Length">1234</Header>
<Header name="SOAPAction">"uri:my-soap-request#MyMethod"</Header>
</Headers>
</HTTP>
</TransportInfo>