1 to White Mesa, test xmlp12


==============
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: 475



<?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>
  <ns1:unknownFreakyMethod soapenv:encodingStyle="http://www.w3.org/2002/12/soap-encoding" xmlns:ns1="http://soapinterop.org/">
   <inputInteger xsi:type="xsd:int">5</inputInteger>
  </ns1:unknownFreakyMethod>
 </soapenv:Body>
</soapenv:Envelope>



==== Response ====
HTTP/1.0 400 Bad Request

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

Server: WhiteMesa SOAP Server/3.0

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

Content-Length: 637



<?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:Sender</SOAP-ENV:Value>
<SOAP-ENV:Subcode>
<SOAP-ENV:Value xmlns:ns="http://www.w3.org/2002/12/soap-rpc">ns:ProcedureNotPresent</SOAP-ENV:Value>
</SOAP-ENV:Subcode>
</SOAP-ENV:Code>
<SOAP-ENV:Reason>
<SOAP-ENV:Text xml:lang="en">Unrecognized Remote Procedure: '{http://soapinterop.org/}unknownFreakyMethod'.</SOAP-ENV:Text>
</SOAP-ENV:Reason>
<SOAP-ENV:Detail />
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
==============