On Tue, 2003-10-14 at 12:49, Schie, Sjaak van wrote:
> You can run the HTTP connection through the axis tcp monitor.
> It's described in the User Guide.
> See "Using the Axis TCP Monitor (tcpmon)" for that.
> 
> I think you sometimes get and invalid page from the server, which in not
> correctly formatted.
> 
> Or maybe you can dump the output in Perl, before it's send to the client.

Hmm, as I said it happens very seldom, but now I have managed to get an
ethereal capture..

Does it look like a server (SOAP::Lite) or a client (Apache AXIS)
problem?

POST /extend/eqs/soap/serv.pl 
HTTP/1.0 Content-Type: text/xml; charse t=utf-8
Accept: application/soap+xml, application/dime, multipart/related,
text/*
User-Agent:  Axis/1.1
Host:  test.extend.no
Cache-Control: no-cache
Pragma:  no-cache
SOAPAction: ""
Content-Length: 826

<?xml version= "1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
<soape nv:Body>
<ns1:set_revision_chapters
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:ns1="http://www.extend.no/QAweb/SOAP/Serv";>
   <ns1:arg0 xsi:type="xsd:string">public</ns1:arg0>
    <ns1:arg1 xsi:type="xsd:int">1 038</ns1:arg1>
    <ns1:arg2 xsi:type="soapenc:Array" soapenc:arrayType="xsd:string[6]"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";>
    <item>Rektangel</item>
     <item>0</item>
     <item>Rectangle</item>
    <item>0</item>
     <item></item>
     <item>ffb2b2ff</item>
   </ns1:arg2>
  </ns1:set_revision_chapters>
 </soapenv:Body>
</soapenv:Envelope>   

xxxxxxxxxxxxxxxxxxxxxxxx

HTTP/1.1 500 Internal Server Error
Server Microsoft-IIS/5.0
Date: Tue, 13 Jan 2004  14:26:42 GMT
Content-Length: 633
Content-Type:  text/xml; charset=utf-8
SOAPServer: SOAP::Lite/Perl/0.55

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENC="http://www.w3.org/2001/06/soap-encoding";
SOAP-ENV:encodingStyle="http://www.w3.org/2001/06/soap-encoding";
xmlns:SOAP-ENV="http://www.w3.org/2001/06/soap-envelope";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode
xsi:type="xsd:string">SOAP-ENV:VersionMismatch</faultcode><faultstring
xsi:type="xsd:string">Wrong SOAP version specified. Supported
versions:.  1 (http://www.w3.org/2001/06/soap-envelope).</faultstring>
</SOAP-ENV:Fault>
</SOAP-ENVBody>
</SOAP-ENV:Envelope>

-- 

J�rgen Austvik

Software developer  |  extend as           |  http://www.extend.no/
[EMAIL PROTECTED]    |  Phone: 73 54 51 68  |  Mob: 901 97 886

Reply via email to