SOAP message examples
Example Request SOAP message for SubmitEx (wrapped version):
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsdl="http://wsdl.aia_itp.com">
<soapenv:Header/>
<soapenv:Body>
<wsdl:SubmitEx>
<wsdl:service>?</wsdl:service>
<wsdl:parms>
<!--Zero or more repetitions:-->
<wsdl:string>?</wsdl:string>
</wsdl:parms>
<wsdl:inKeyValues>
<!--Zero or more repetitions:-->
<wsdl:KeyValue>
<!--Optional:-->
<wsdl:key>?</wsdl:key>
<!--Optional:-->
<wsdl:value>?</wsdl:value>
</wsdl:KeyValue>
</wsdl:inKeyValues>
<wsdl:inDocuments>
<!--Zero or more repetitions:-->
<wsdl:Doc>
<!--Optional:-->
<wsdl:content>base64</wsdl:content>
<!--Optional:-->
<wsdl:id>?</wsdl:id>
</wsdl:Doc>
</wsdl:inDocuments>
<wsdl:jobID>?</wsdl:jobID>
</wsdl:SubmitEx>
</soapenv:Body>
</soapenv:Envelope>
Example Reply SOAP message for SubmitEx (wrapped version):
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ns1:SubmitExResponse xmlns:ns1="http://wsdl.aia_itp.com">
<ns1:SubmitExResult>
<error xmlns="http://wsdl.aia_itp.com">OK</error>
<outDocuments xmlns="http://wsdl.aia_itp.com">
<Doc>
<content>base64</content>
<id>sendID</id>
</Doc>
</outDocuments>
<outKeyValues xmlns="http://wsdl.aia_itp.com">
<KeyValue>
<key>?</key>
<value>?</value>
</KeyValue>
</outKeyValues>
<progress xmlns="http://wsdl.aia_itp.com">
<string>Progress message from itp server</string>
</progress>
</ns1:SubmitExResult>
</ns1:SubmitExResponse>
</soap:Body>
</soap:Envelope>
Example Request SOAP message for SubmitEx2 (wrapped version):
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsdl="http://wsdl.aia_itp.com">
<soapenv:Header/>
<soapenv:Body>
<wsdl:SubmitEx2>
<wsdl:service>?</wsdl:service>
<wsdl:parms>
<!--Zero or more repetitions:-->
<wsdl:string>?</wsdl:string>
</wsdl:parms>
<wsdl:inKeyValues>
<!--Zero or more repetitions:-->
<wsdl:KeyValue>
<!--Optional:-->
<wsdl:key>?</wsdl:key>
<!--Optional:-->
<wsdl:value>?</wsdl:value>
</wsdl:KeyValue>
</wsdl:inKeyValues>
<wsdl:inDocuments>
<!--Zero or more repetitions:-->
<wsdl:Doc>
<!--Optional:-->
<wsdl:content>cid:723681489988</wsdl:content>
<!--Optional:-->
<wsdl:id>?</wsdl:id>
</wsdl:Doc>
</wsdl:inDocuments>
<wsdl:sessionID>?</wsdl:sessionID>
<wsdl:jobID>?</wsdl:jobID>
</wsdl:SubmitEx2>
</soapenv:Body>
</soapenv:Envelope>
Example Reply SOAP message for SubmitEx (wrapped version):
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ns1:SubmitExResponse xmlns:ns1="http://wsdl.aia_itp.com">
<ns1:SubmitExResult>
<error xmlns="http://wsdl.aia_itp.com">OK</error>
<outDocuments xmlns="http://wsdl.aia_itp.com">
<Doc>
<content>base64</content>
<id>sendID</id>
</Doc>
</outDocuments>
<outKeyValues xmlns="http://wsdl.aia_itp.com">
<KeyValue>
<key>?</key>
<value>?</value>
</KeyValue>
</outKeyValues>
<progress xmlns="http://wsdl.aia_itp.com">
<string>Progress message from itp server</string>
</progress>
</ns1:SubmitExResult>
</ns1:SubmitExResponse>
</soap:Body>
</soap:Envelope>