All requests that are made to the 3DPartStream.NET can start from an empty SOAP XML request template file. Because the template file is an XML file, all XML rules apply. Every element is case sensitive. For every starting element, <element>, there is a corresponding closing element, </element>.
Request Template File
The code shown below represents an empty SOAP XML request template file. The bold character elements will be either modified or added to by your application.
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Header>
<interfacename>SWInterfaceName</interfacename>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<interfaceparameters>
</interfaceparameters>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>