Implementation: MS .NET Remoting
WSDL URL: file://c:\t\delta\remoting_b.wsdl
Service: InteropServiceService
Port: InteropServicePort
Time: Mon, 23 Dec 2002 05:07:49 GMT
[Request Message]
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoSimpleTypesAsStruct SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputString>White Mesa Test</inputString><inputInteger>42</inputInteger><inputFloat>0.0999</inputFloat></m:echoSimpleTypesAsStruct></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:clr="http://schemas.microsoft.com/soap/encoding/clr/1.0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Header> <h4:__CallContext href="#ref-3" xmlns:h4="http://schemas.microsoft.com/clr/soap/messageProperties" SOAP-ENC:root="1"/> <a1:LogicalCallContext id="ref-3" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Runtime.Remoting.Messaging"> </a1:LogicalCallContext> </SOAP-ENV:Header> <SOAP-ENV:Body> <i5:echoSimpleTypesAsStruct id="ref-1" xmlns:i5="http://soapinterop.org/"> <return href="#ref-7"/> </i5:echoSimpleTypesAsStruct> <i6:SOAPStruct id="ref-7" xmlns:i6="http://soapinterop.org/xsd"> <varString xsi:type="xsd:string">White Mesa Test</varString> <varInt xsi:type="xsd:int">42</varInt> <varFloat xsi:type="xsd:float">0.0999</varFloat> </i6:SOAPStruct> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
[Request Message]
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoStructAsSimpleTypes SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputStruct><varInt>42</varInt><varFloat>0.0999</varFloat><varString>White Mesa Test</varString></inputStruct></m:echoStructAsSimpleTypes></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:clr="http://schemas.microsoft.com/soap/encoding/clr/1.0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Header> <h4:__CallContext href="#ref-3" xmlns:h4="http://schemas.microsoft.com/clr/soap/messageProperties" SOAP-ENC:root="1"/> <a1:LogicalCallContext id="ref-3" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Runtime.Remoting.Messaging"> </a1:LogicalCallContext> </SOAP-ENV:Header> <SOAP-ENV:Body> <i5:echoStructAsSimpleTypes id="ref-1" xmlns:i5="http://soapinterop.org/"> <outputString xsi:type="xsd:string">White Mesa Test</outputString> <outputInteger xsi:type="xsd:int">42</outputInteger> <outputFloat xsi:type="xsd:float">0.0999</outputFloat> </i5:echoStructAsSimpleTypes> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
[Request Message]
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echo2DStringArray SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><input2DStringArray SOAP-ENC:arrayType="nsa:string[2,3]" SOAP-ENC:offset="[0,0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://www.w3.org/2001/XMLSchema"><item>Row 0, Col 0</item><item>Row 0, Col 1</item><item>Row 0, Col 2</item><item>Row 1, Col 0</item><item>Row 1, Col 1</item><item>Row 1, Col 2</item></input2DStringArray></m:echo2DStringArray></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:clr="http://schemas.microsoft.com/soap/encoding/clr/1.0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Header> <h4:__CallContext href="#ref-3" xmlns:h4="http://schemas.microsoft.com/clr/soap/messageProperties" SOAP-ENC:root="1"/> <a1:LogicalCallContext id="ref-3" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Runtime.Remoting.Messaging"> </a1:LogicalCallContext> </SOAP-ENV:Header> <SOAP-ENV:Body> <i5:echo2DStringArray id="ref-1" xmlns:i5="http://soapinterop.org/"> <return href="#ref-6"/> </i5:echo2DStringArray> <SOAP-ENC:Array id="ref-6" SOAP-ENC:arrayType="xsd:string[2,3]"> <item>Row 0, Col 0</item> <item>Row 0, Col 1</item> <item>Row 0, Col 2</item> <item>Row 1, Col 0</item> <item>Row 1, Col 1</item> <item>Row 1, Col 2</item> </SOAP-ENC:Array> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
[Request Message]
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoNestedStruct SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputStruct><varInt>42</varInt><varFloat>0.0999</varFloat><varString>White Mesa Test</varString><varStruct><varInt>1956</varInt><varFloat>1000.001</varFloat><varString>This is the nested struct!</varString></varStruct></inputStruct></m:echoNestedStruct></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:clr="http://schemas.microsoft.com/soap/encoding/clr/1.0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Header> <h4:__CallContext href="#ref-3" xmlns:h4="http://schemas.microsoft.com/clr/soap/messageProperties" SOAP-ENC:root="1"/> <a1:LogicalCallContext id="ref-3" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Runtime.Remoting.Messaging"> </a1:LogicalCallContext> </SOAP-ENV:Header> <SOAP-ENV:Body> <i5:echoNestedStruct id="ref-1" xmlns:i5="http://soapinterop.org/"> <return href="#ref-7"/> </i5:echoNestedStruct> <i6:SOAPStructStruct id="ref-7" xmlns:i6="http://soapinterop.org/xsd"> <varString xsi:type="xsd:string">White Mesa Test</varString> <varInt xsi:type="xsd:int">42</varInt> <varFloat xsi:type="xsd:float">0.0999</varFloat> <varStruct href="#ref-8"/> </i6:SOAPStructStruct> <i6:SOAPStruct id="ref-8" xmlns:i6="http://soapinterop.org/xsd"> <varString xsi:type="xsd:string">This is the nested struct!</varString> <varInt xsi:type="xsd:int">1956</varInt> <varFloat xsi:type="xsd:float">1000.001</varFloat> </i6:SOAPStruct> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
[Request Message]
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoNestedArray SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputStruct><varInt>42</varInt><varFloat>0.0999</varFloat><varString>White Mesa Test</varString><varArray SOAP-ENC:arrayType="nsa:string[3]" SOAP-ENC:offset="[0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://www.w3.org/2001/XMLSchema"><item>Jemez</item><item>Zuni</item><item>Acoma</item></varArray></inputStruct></m:echoNestedArray></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:clr="http://schemas.microsoft.com/soap/encoding/clr/1.0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Header> <h4:__CallContext href="#ref-3" xmlns:h4="http://schemas.microsoft.com/clr/soap/messageProperties" SOAP-ENC:root="1"/> <a1:LogicalCallContext id="ref-3" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Runtime.Remoting.Messaging"> </a1:LogicalCallContext> </SOAP-ENV:Header> <SOAP-ENV:Body> <i5:echoNestedArray id="ref-1" xmlns:i5="http://soapinterop.org/"> <return href="#ref-7"/> </i5:echoNestedArray> <i6:SOAPArrayStruct id="ref-7" xmlns:i6="http://soapinterop.org/xsd"> <varString xsi:type="xsd:string">White Mesa Test</varString> <varInt xsi:type="xsd:int">42</varInt> <varFloat xsi:type="xsd:float">0.0999</varFloat> <varArray href="#ref-8"/> </i6:SOAPArrayStruct> <SOAP-ENC:Array id="ref-8" SOAP-ENC:arrayType="xsd:string[3]"> <item>Jemez</item> <item>Zuni</item> <item>Acoma</item> </SOAP-ENC:Array> </SOAP-ENV:Body> </SOAP-ENV:Envelope>