Hello all,

I have a problem when accessing a axiscpp (vers. 1.6) service from a axis2 
(vers 1.3) client. The problem is that the SOAP-ENV namespace is not defined in 
the response.

The request is:
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";><soapenv:Body><ns1:add
 
xmlns:ns1="http://auger.fzk.org";><ns1:a>5</ns1:a><ns1:b>4</ns1:b></ns1:add></soapenv:Body></soapenv:Envelope>
 

and the reponse:
HTTP/1.1 200 OK
Server: Apache Axis C++/1.6.a

Connection: close

Content-Length: 348

Content-Type: text/xml



<?xml version='1.0' encoding='utf-8' ?>
<SOAP-ENV:Envelope>
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>Unknown exception</faultstring>
<faultactor>ipepc45:9090</faultactor>
<detail><appSpecific>Unknown Exception has occurred</appSpecific>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

The service and the client are generated with the adequate tools from the axis 
versions. Has anybody a idea how to solve the problem?

Regards Michael
-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to