Implementation: 4s4c v2.0
WSDL URL: file://c:\t\delta\4s4c2_b.wsdl
Service: interopLab_B
Port: InteropTestSoapPort
Time: Mon, 23 Dec 2002 05:07:13 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]
<S:Envelope S:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' xmlns:Enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:S='http://schemas.xmlsoap.org/soap/envelope/' xmlns:a='http://soapinterop.org/' xmlns:b='http://soapinterop.org/xsd' xmlns:XS='http://www.w3.org/2001/XMLSchema' xmlns:XI='http://www.w3.org/2001/XMLSchema-instance'> <S:Body><a:echoSimpleTypesAsStructResponse><result href='#156c3c'/> </a:echoSimpleTypesAsStructResponse> <result Enc:root='0' id='156c3c' XI:type='b:SOAPStruct'><varInt XI:type='XS:int'>42</varInt> <varString XI:type='XS:string'>White Mesa Test</varString> <varFloat XI:type='XS:float'>0.0999</varFloat> </result> </S:Body></S: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]
<S:Envelope S:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' xmlns:Enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:S='http://schemas.xmlsoap.org/soap/envelope/' xmlns:a='http://soapinterop.org/' xmlns:XS='http://www.w3.org/2001/XMLSchema' xmlns:XI='http://www.w3.org/2001/XMLSchema-instance'> <S:Body><a:echo2DStringArrayResponse><result XI:type='Enc:Array' Enc:arrayType='XS:string[2,3]'><i XI:type='XS:string'>Row 0, Col 0</i> <i XI:type='XS:string'>Row 0, Col 1</i> <i XI:type='XS:string'>Row 0, Col 2</i> <i XI:type='XS:string'>Row 1, Col 0</i> <i XI:type='XS:string'>Row 1, Col 1</i> <i XI:type='XS:string'>Row 1, Col 2</i> </result> </a:echo2DStringArrayResponse> </S:Body></S:Envelope>