Implementation: SOAP4R
WSDL URL: http://www.jin.gr.jp/~nahi/Ruby/SOAP4R/SOAPBuildersInterop/SOAP4R_SOAPBuildersInteropTest_R2base.wsdl
Service: SOAP4R_SOAPBuildersInteropTest_R2base
Port: InteropTestSoapPort
Time: Mon, 23 Dec 2002 04:52:21 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:echoString SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputString>White Mesa Test</inputString></m:echoString></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<?xml version="1.0" encoding="utf-8" ?> <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <env:Body> <n2:echoStringResponse xmlns:n1="http://schemas.xmlsoap.org/soap/encoding/" xmlns:n2="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <return xsi:type="xsd:string">White Mesa Test</return> </n2:echoStringResponse> </env:Body> </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:echoStringArray SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputStringArray 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>red</item><item>green</item><item>blue</item></inputStringArray></m:echoStringArray></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<?xml version="1.0" encoding="utf-8" ?> <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <env:Body> <n2:echoStringArrayResponse xmlns:n1="http://schemas.xmlsoap.org/soap/encoding/" xmlns:n2="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <return xsi:type="n1:Array" n1:arrayType="xsd:string[3]"> <item>red</item> <item>green</item> <item>blue</item> </return> </n2:echoStringArrayResponse> </env:Body> </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:echoInteger SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputInteger>42</inputInteger></m:echoInteger></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<?xml version="1.0" encoding="utf-8" ?> <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <env:Body> <n2:echoIntegerResponse xmlns:n1="http://schemas.xmlsoap.org/soap/encoding/" xmlns:n2="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <return xsi:type="xsd:int">42</return> </n2:echoIntegerResponse> </env:Body> </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:echoIntegerArray SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputIntegerArray SOAP-ENC:arrayType="nsa:int[3]" SOAP-ENC:offset="[0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://www.w3.org/2001/XMLSchema"><item>1956</item><item>-77</item><item>0</item></inputIntegerArray></m:echoIntegerArray></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<?xml version="1.0" encoding="utf-8" ?> <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <env:Body> <n2:echoIntegerArrayResponse xmlns:n1="http://schemas.xmlsoap.org/soap/encoding/" xmlns:n2="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <return xsi:type="n1:Array" n1:arrayType="xsd:int[3]"> <item>1956</item> <item>-77</item> <item>0</item> </return> </n2:echoIntegerArrayResponse> </env:Body> </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:echoFloat SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputFloat>41.99</inputFloat></m:echoFloat></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<?xml version="1.0" encoding="utf-8" ?> <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <env:Body> <n2:echoFloatResponse xmlns:n1="http://schemas.xmlsoap.org/soap/encoding/" xmlns:n2="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <return xsi:type="xsd:float">41.99</return> </n2:echoFloatResponse> </env:Body> </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:echoFloatArray SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputFloatArray SOAP-ENC:arrayType="nsa:float[3]" SOAP-ENC:offset="[0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://www.w3.org/2001/XMLSchema"><item>0.0999</item><item>-101.999</item><item>0</item></inputFloatArray></m:echoFloatArray></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<?xml version="1.0" encoding="utf-8" ?> <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <env:Body> <n2:echoFloatArrayResponse xmlns:n1="http://schemas.xmlsoap.org/soap/encoding/" xmlns:n2="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <return xsi:type="n1:Array" n1:arrayType="xsd:float[3]"> <item>0.0999</item> <item>-101.999</item> <item>0</item> </return> </n2:echoFloatArrayResponse> </env:Body> </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:echoStruct 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:echoStruct></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<?xml version="1.0" encoding="utf-8" ?> <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <env:Body> <n2:echoStructResponse xmlns:n1="http://schemas.xmlsoap.org/soap/encoding/" xmlns:n2="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <return xsi:type="xsd:anyType"> <varString xsi:type="xsd:string">White Mesa Test</varString> <varFloat xsi:type="xsd:string">0.0999</varFloat> <varInt xsi:type="xsd:string">42</varInt> </return> </n2:echoStructResponse> </env:Body> </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:echoStructArray SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputStructArray SOAP-ENC:arrayType="nsa:SOAPStruct[3]" SOAP-ENC:offset="[0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://soapinterop.org/xsd"><item><varInt>42</varInt><varFloat>0.0999</varFloat><varString>White Mesa Test</varString></item><item><varInt>42</varInt><varFloat>0.0999</varFloat><varString>White Mesa Test</varString></item><item><varInt>42</varInt><varFloat>0.0999</varFloat><varString>White Mesa Test</varString></item></inputStructArray></m:echoStructArray></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<?xml version="1.0" encoding="utf-8" ?> <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <env:Body> <n2:echoStructArrayResponse xmlns:n1="http://schemas.xmlsoap.org/soap/encoding/" xmlns:n2="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <return xmlns:n3="http://soapinterop.org/xsd" xsi:type="n1:Array" n1:arrayType="n3:SOAPStruct[3]"> <item> <varString xsi:type="xsd:string">White Mesa Test</varString> <varFloat xsi:type="xsd:string">0.0999</varFloat> <varInt xsi:type="xsd:string">42</varInt> </item> <item> <varString xsi:type="xsd:string">White Mesa Test</varString> <varFloat xsi:type="xsd:string">0.0999</varFloat> <varInt xsi:type="xsd:string">42</varInt> </item> <item> <varString xsi:type="xsd:string">White Mesa Test</varString> <varFloat xsi:type="xsd:string">0.0999</varFloat> <varInt xsi:type="xsd:string">42</varInt> </item> </return> </n2:echoStructArrayResponse> </env:Body> </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:echoBase64 SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputBase64>VjJocGRHVWdUV1Z6WVNCVVpYTjA=</inputBase64></m:echoBase64></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<?xml version="1.0" encoding="utf-8" ?> <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <env:Body> <n2:echoBase64Response xmlns:n1="http://schemas.xmlsoap.org/soap/encoding/" xmlns:n2="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <return xsi:type="xsd:base64Binary">VmpKb2NHUkhWV2RVVjFaNldWTkNWVnBZVGpBPQ==</return> </n2:echoBase64Response> </env:Body> </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:echoHexBinary SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputHexBinary>353736383639373436353230344436353733363132303534363537333734</inputHexBinary></m:echoHexBinary></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<?xml version="1.0" encoding="utf-8" ?> <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <env:Body> <n2:echoHexBinaryResponse xmlns:n1="http://schemas.xmlsoap.org/soap/encoding/" xmlns:n2="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <return xsi:type="xsd:hexBinary">333533373336333833363339333733343336333533323330333434343336333533373333333633313332333033353334333633353337333333373334</return> </n2:echoHexBinaryResponse> </env:Body> </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:echoVoid SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/" /></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<?xml version="1.0" encoding="utf-8" ?> <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <env:Body> <n2:echoVoidResponse xmlns:n1="http://schemas.xmlsoap.org/soap/encoding/" xmlns:n2="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> </n2:echoVoidResponse> </env:Body> </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:echoDate SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputDate>2002-12-22T21:52:39Z</inputDate></m:echoDate></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<?xml version="1.0" encoding="utf-8" ?> <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <env:Body> <n2:echoDateResponse xmlns:n1="http://schemas.xmlsoap.org/soap/encoding/" xmlns:n2="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <return xsi:type="xsd:string">2002-12-22T21:52:39Z</return> </n2:echoDateResponse> </env:Body> </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:echoDecimal SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputDecimal>0.123456789123456789</inputDecimal></m:echoDecimal></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<?xml version="1.0" encoding="utf-8" ?> <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <env:Body> <n2:echoDecimalResponse xmlns:n1="http://schemas.xmlsoap.org/soap/encoding/" xmlns:n2="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <return xsi:type="xsd:decimal">0.123456789123456789</return> </n2:echoDecimalResponse> </env:Body> </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:echoBoolean SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputBoolean>1</inputBoolean></m:echoBoolean></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<?xml version="1.0" encoding="utf-8" ?> <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <env:Body> <n2:echoBooleanResponse xmlns:n1="http://schemas.xmlsoap.org/soap/encoding/" xmlns:n2="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <return xsi:type="xsd:string">1</return> </n2:echoBooleanResponse> </env:Body> </env:Envelope>