5to6 Round2 Base


POST /soapbuilders/Round2Base HTTP/1.1
Content-encoding: binary
Content-length: 287
Host: Baysdon:8888
Content-type: application/soap+xml; charset=utf-8; action = ""

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2002/06/soap-envelope">
<SOAP-ENV:Body>
<ns0:echoString xmlns:ns0="http://soapinterop.org/">
<inputString>Hello, I am a test string.</inputString>
</ns0:echoString>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

HTTP/1.1 200 OK
Date: Fri, 24 Jan 2003 19:13:32 GMT
Server: WebLogic WebLogic Server 8.1  Tue Jan 7 23:03:33 PST 2003 230629 
Content-Length: 476
Content-Type: application/soap+xml

<env:Envelope xmlns:env="http://www.w3.org/2002/06/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://www.w3.org/2002/06/soap-encoding" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<env:Header/>
<env:Body env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<m:echoStringResponse xmlns:m="http://soapinterop.org/">
<return xsi:type="xsd:string">Hello, I am a test string.</return>
</m:echoStringResponse>
</env:Body>
</env:Envelope>




POST /soapbuilders/Round2Base HTTP/1.1
Content-encoding: binary
Content-length: 266
Host: Baysdon:8888
Content-type: application/soap+xml; charset=utf-8; action = ""

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2002/06/soap-envelope">
<SOAP-ENV:Body>
<ns0:echoInteger xmlns:ns0="http://soapinterop.org/">
<inputInteger>2</inputInteger>
</ns0:echoInteger>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

HTTP/1.1 200 OK
Date: Fri, 24 Jan 2003 19:13:32 GMT
Server: WebLogic WebLogic Server 8.1  Tue Jan 7 23:03:33 PST 2003 230629 
Content-Length: 450
Content-Type: application/soap+xml

<env:Envelope xmlns:env="http://www.w3.org/2002/06/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://www.w3.org/2002/06/soap-encoding" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<env:Header/>
<env:Body env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<m:echoIntegerResponse xmlns:m="http://soapinterop.org/">
<return xsi:type="xsd:int">2</return>
</m:echoIntegerResponse>
</env:Body>
</env:Envelope>




POST /soapbuilders/Round2Base HTTP/1.1
Content-encoding: binary
Content-length: 261
Host: Baysdon:8888
Content-type: application/soap+xml; charset=utf-8; action = ""

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2002/06/soap-envelope">
<SOAP-ENV:Body>
<ns0:echoFloat xmlns:ns0="http://soapinterop.org/">
<inputFloat>3.14</inputFloat>
</ns0:echoFloat>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

HTTP/1.1 200 OK
Date: Fri, 24 Jan 2003 19:13:33 GMT
Server: WebLogic WebLogic Server 8.1  Tue Jan 7 23:03:33 PST 2003 230629 
Content-Length: 451
Content-Type: application/soap+xml

<env:Envelope xmlns:env="http://www.w3.org/2002/06/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://www.w3.org/2002/06/soap-encoding" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<env:Header/>
<env:Body env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<m:echoFloatResponse xmlns:m="http://soapinterop.org/">
<return xsi:type="xsd:float">3.14</return>
</m:echoFloatResponse>
</env:Body>
</env:Envelope>




POST /soapbuilders/Round2Base HTTP/1.1
Content-encoding: binary
Content-length: 216
Host: Baysdon:8888
Content-type: application/soap+xml; charset=utf-8; action = ""

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2002/06/soap-envelope">
<SOAP-ENV:Body>
<ns0:echoVoid xmlns:ns0="http://soapinterop.org/"/>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

HTTP/1.1 200 OK
Date: Fri, 24 Jan 2003 19:13:33 GMT
Server: WebLogic WebLogic Server 8.1  Tue Jan 7 23:03:33 PST 2003 230629 
Content-Length: 387
Content-Type: application/soap+xml

<env:Envelope xmlns:env="http://www.w3.org/2002/06/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://www.w3.org/2002/06/soap-encoding" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<env:Header/>
<env:Body env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<m:echoVoidResponse xmlns:m="http://soapinterop.org/"/>
</env:Body>
</env:Envelope>




POST /soapbuilders/Round2Base HTTP/1.1
Content-encoding: binary
Content-length: 265
Host: Baysdon:8888
Content-type: application/soap+xml; charset=utf-8; action = ""

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2002/06/soap-envelope">
<SOAP-ENV:Body>
<ns0:echoBase64 xmlns:ns0="http://soapinterop.org/">
<inputBase64>0011</inputBase64>
</ns0:echoBase64>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

HTTP/1.1 200 OK
Date: Fri, 24 Jan 2003 19:13:33 GMT
Server: WebLogic WebLogic Server 8.1  Tue Jan 7 23:03:33 PST 2003 230629 
Content-Length: 460
Content-Type: application/soap+xml

<env:Envelope xmlns:env="http://www.w3.org/2002/06/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://www.w3.org/2002/06/soap-encoding" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<env:Header/>
<env:Body env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<m:echoBase64Response xmlns:m="http://soapinterop.org/">
<return xsi:type="xsd:base64Binary">0011</return>
</m:echoBase64Response>
</env:Body>
</env:Envelope>




POST /soapbuilders/Round2Base HTTP/1.1
Content-encoding: binary
Content-length: 289
Host: Baysdon:8888
Content-type: application/soap+xml; charset=utf-8; action = ""

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2002/06/soap-envelope">
<SOAP-ENV:Body>
<ns0:echoHexBinary xmlns:ns0="http://soapinterop.org/">
<inputHexBinary>0123456789abcdef</inputHexBinary>
</ns0:echoHexBinary>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

HTTP/1.1 200 OK
Date: Fri, 24 Jan 2003 19:13:34 GMT
Server: WebLogic WebLogic Server 8.1  Tue Jan 7 23:03:33 PST 2003 230629 
Content-Length: 475
Content-Type: application/soap+xml

<env:Envelope xmlns:env="http://www.w3.org/2002/06/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://www.w3.org/2002/06/soap-encoding" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<env:Header/>
<env:Body env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<m:echoHexBinaryResponse xmlns:m="http://soapinterop.org/">
<return xsi:type="xsd:hexBinary">0123456789abcdef</return>
</m:echoHexBinaryResponse>
</env:Body>
</env:Envelope>




POST /soapbuilders/Round2Base HTTP/1.1
Content-encoding: binary
Content-length: 278
Host: Baysdon:8888
Content-type: application/soap+xml; charset=utf-8; action = ""

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2002/06/soap-envelope">
<SOAP-ENV:Body>
<ns0:echoDate xmlns:ns0="http://soapinterop.org/">
<inputDate>1999-05-31T13:20:00-05:00</inputDate>
</ns0:echoDate>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

HTTP/1.1 200 OK
Date: Fri, 24 Jan 2003 19:13:34 GMT
Server: WebLogic WebLogic Server 8.1  Tue Jan 7 23:03:33 PST 2003 230629 
Content-Length: 473
Content-Type: application/soap+xml

<env:Envelope xmlns:env="http://www.w3.org/2002/06/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://www.w3.org/2002/06/soap-encoding" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<env:Header/>
<env:Body env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<m:echoDateResponse xmlns:m="http://soapinterop.org/">
<return xsi:type="xsd:dateTime">1999-05-31T13:20:00-05:00</return>
</m:echoDateResponse>
</env:Body>
</env:Envelope>




POST /soapbuilders/Round2Base HTTP/1.1
Content-encoding: binary
Content-length: 270
Host: Baysdon:8888
Content-type: application/soap+xml; charset=utf-8; action = ""

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2002/06/soap-envelope">
<SOAP-ENV:Body>
<ns0:echoDecimal xmlns:ns0="http://soapinterop.org/">
<inputDecimal>44.23</inputDecimal>
</ns0:echoDecimal>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

HTTP/1.1 200 OK
Date: Fri, 24 Jan 2003 19:13:35 GMT
Server: WebLogic WebLogic Server 8.1  Tue Jan 7 23:03:33 PST 2003 230629 
Content-Length: 458
Content-Type: application/soap+xml

<env:Envelope xmlns:env="http://www.w3.org/2002/06/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://www.w3.org/2002/06/soap-encoding" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<env:Header/>
<env:Body env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<m:echoDecimalResponse xmlns:m="http://soapinterop.org/">
<return xsi:type="xsd:decimal">44.23</return>
</m:echoDecimalResponse>
</env:Body>
</env:Envelope>




POST /soapbuilders/Round2Base HTTP/1.1
Content-encoding: binary
Content-length: 269
Host: Baysdon:8888
Content-type: application/soap+xml; charset=utf-8; action = ""

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2002/06/soap-envelope">
<SOAP-ENV:Body>
<ns0:echoBoolean xmlns:ns0="http://soapinterop.org/">
<inputBoolean>true</inputBoolean>
</ns0:echoBoolean>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

HTTP/1.1 200 OK
Date: Fri, 24 Jan 2003 19:13:35 GMT
Server: WebLogic WebLogic Server 8.1  Tue Jan 7 23:03:33 PST 2003 230629 
Content-Length: 457
Content-Type: application/soap+xml

<env:Envelope xmlns:env="http://www.w3.org/2002/06/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://www.w3.org/2002/06/soap-encoding" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<env:Header/>
<env:Body env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<m:echoBooleanResponse xmlns:m="http://soapinterop.org/">
<return xsi:type="xsd:boolean">true</return>
</m:echoBooleanResponse>
</env:Body>
</env:Envelope>




POST /soapbuilders/Round2Base HTTP/1.1
Content-encoding: binary
Content-length: 389
Host: Baysdon:8888
Content-type: application/soap+xml; charset=utf-8; action = ""

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2002/06/soap-envelope">
<SOAP-ENV:Body>
<ns0:echoStruct xmlns:ns0="http://soapinterop.org/">
<inputStruct xmlns:ns_0="http://soapinterop.org/xsd">
<varString>soap struct string</varString>
<varInt>111</varInt>
<varFloat>333.33</varFloat>
</inputStruct>
</ns0:echoStruct>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

HTTP/1.1 200 OK
Date: Fri, 24 Jan 2003 19:13:36 GMT
Server: WebLogic WebLogic Server 8.1  Tue Jan 7 23:03:33 PST 2003 230629 
Content-Length: 641
Content-Type: application/soap+xml

<env:Envelope xmlns:env="http://www.w3.org/2002/06/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://www.w3.org/2002/06/soap-encoding" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<env:Header/>
<env:Body env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<m:echoStructResponse xmlns:m="http://soapinterop.org/">
<return xmlns:n1="http://soapinterop.org/xsd" xsi:type="n1:SOAPStruct">
<varString xsi:type="xsd:string">soap struct string</varString>
<varInt xsi:type="xsd:int">111</varInt>
<varFloat xsi:type="xsd:float">333.33</varFloat>
</return>
</m:echoStructResponse>
</env:Body>
</env:Envelope>