5 to White Mesa, round4, partial set of tests

-------------------------------------------------------------------------------------
echoString
-------------------------------------------------------------------------------------

POST /interop/r4/wsdl-xsd12 HTTP/1.1
Content-length: 294
Host: www.whitemesa.net
Content-type: application/soap+xml; charset=utf-8; action = "http://soapinterop.org/echoString"

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2002/12/soap-envelope">
<SOAP-ENV:Body><ns0:echoString xmlns:ns0="http://soapinterop.org/">
<ns0:inputString>Testing document, literal</ns0:inputString>
</ns0:echoString>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>


HTTP/1.1 200 OK
Date: Wed, 05 Feb 2003 20:47:12 GMT
Server: WhiteMesa SOAP Server/3.0
Content-Type: application/soap+xml; charset="utf-8"
Content-Length: 280
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2002/12/soap-envelope">
<SOAP-ENV:Body>
<echoStringResponse xmlns="http://soapinterop.org/">
<return>Testing document, literal</return>
</echoStringResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

-------------------------------------------------------------------------------------
echoInteger
-------------------------------------------------------------------------------------
POST /interop/r4/wsdl-xsd12 HTTP/1.1
Content-length: 275
Host: www.whitemesa.net
Content-type: application/soap+xml; charset=utf-8; action = "http://soapinterop.org/echoInteger"

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


HTTP/1.1 200 OK
Date: Wed, 05 Feb 2003 20:47:14 GMT
Server: WhiteMesa SOAP Server/3.0
Content-Type: application/soap+xml; charset="utf-8"
Content-Length: 259
Connection: close

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

-------------------------------------------------------------------------------------
echoFloat
-------------------------------------------------------------------------------------
POST /interop/r4/wsdl-xsd12 HTTP/1.1
Content-length: 271
Host: www.whitemesa.net
Content-type: application/soap+xml; charset=utf-8; action = "http://soapinterop.org/echoFloat"

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


HTTP/1.1 200 OK
Date: Wed, 05 Feb 2003 20:47:14 GMT
Server: WhiteMesa SOAP Server/3.0
Content-Type: application/soap+xml; charset="utf-8"
Content-Length: 259
Connection: close

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

-------------------------------------------------------------------------------------
echoBase64
-------------------------------------------------------------------------------------
POST /interop/r4/wsdl-xsd12 HTTP/1.1
Content-length: 273
Host: www.whitemesa.net
Content-type: application/soap+xml; charset=utf-8; action = "http://soapinterop.org/echoBase64"

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


HTTP/1.1 200 OK
Date: Wed, 05 Feb 2003 20:47:15 GMT
Server: WhiteMesa SOAP Server/3.0
Content-Type: application/soap+xml; charset="utf-8"
Content-Length: 259
Connection: close

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

-------------------------------------------------------------------------------------
echoBoolean
-------------------------------------------------------------------------------------
POST /interop/r4/wsdl-xsd12 HTTP/1.1
Content-length: 278
Host: www.whitemesa.net
Content-type: application/soap+xml; charset=utf-8; action = "http://soapinterop.org/echoBoolean"

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


HTTP/1.1 200 OK
Date: Wed, 05 Feb 2003 20:47:16 GMT
Server: WhiteMesa SOAP Server/3.0
Content-Type: application/soap+xml; charset="utf-8"
Content-Length: 262
Connection: close

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