1 to White Mesa, test xmlp9


==============
Listen Port: 666
Target Host: www.whitemesa.net
Target Port: 80
==== Request ====
POST /soap12/add-test-rpc HTTP/1.0

Content-Type: application/soap+xml; charset=utf-8

Accept: application/soap+xml, application/dime, multipart/related, text/*

User-Agent: Axis/1.1RC1

Host: www.whitemesa.net

Cache-Control: no-cache

Pragma: no-cache

SOAPAction: ""

Content-Length: 415



<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2002/12/soap-envelope"
                     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <ns:echoString xmlns:ns="http://soapinterop.org/">
   <inputString soapenv:encodingStyle="http://this-is-a-bad-encoding-style"/>
  </ns:echoString>
 </soapenv:Body>
</soapenv:Envelope>



==== Response ====
HTTP/1.0 500 Internal Server Error

Date: Fri, 28 Feb 2003 01:03:46 GMT

Server: WhiteMesa SOAP Server/3.0

Content-Type: application/soap+xml; charset="utf-8"

Content-Length: 540



<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2002/12/soap-envelope">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<SOAP-ENV:Code>
<SOAP-ENV:Value xmlns:ns="http://www.w3.org/2002/12/soap-envelope">ns:DataEncodingUnknown</SOAP-ENV:Value>
</SOAP-ENV:Code>
<SOAP-ENV:Reason>
<SOAP-ENV:Text xml:lang="en">Method: 'echoString' encodingStyle on method wrapper or parameter accessor conflicts with WSDL definition.</SOAP-ENV:Text>
</SOAP-ENV:Reason>
<SOAP-ENV:Detail />
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
==============