You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Michael Sutter <Su...@gmx.li> on 2007/09/07 09:17:12 UTC

SOAP-ENV namespace not defined in response

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: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: SOAP-ENV namespace not defined in response

Posted by Eran Chinthaka <ch...@opensource.lk>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

As I mentioned you earlier, this is a problem in Axis C++ project.
Please goto http://ws.apache.org/axis/mail.html and subscribe to axis
C++ mailing list and ask the question in that list. You will get a
better answer.

Chinthaka

Michael Sutter wrote:
> 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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG4fXyjON2uBzUhh8RAoaDAJ9uG3fwwm83eRcXxJZSAu6VTQ7sQgCfTwMc
2CoM4Ya0qCqjTQJB4xcN4rc=
=I3aL
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org