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 Marcello Marangio <m....@tno.it> on 2005/03/03 11:15:21 UTC

Axis client and apache SOAP server

Hi all.
I made an application that sends a SOAP envelope to an apache soap service.
I had to modify it to use axis.
I succeeded in modifying the client side and the server side.
But if I try to send an envelope made from the new client version to the old
server version (i.e from an axis client to an apache SOAP service), I got
"bad request", which is not what I'd expect.
My question is: are the two envelopes compatible?
Thanks
Marcello


Re: Axis client and apache SOAP server

Posted by Anne Thomas Manes <at...@gmail.com>.
Both Apache SOAP and Apache Axis implement SOAP 1.1, so yes -- the
envelopes are compatible. Provide us with more detailed information
and perhaps we can help you diagnose the problem.

Anne


On Thu, 3 Mar 2005 11:15:21 +0100, Marcello Marangio <m....@tno.it> wrote:
> Hi all.
> I made an application that sends a SOAP envelope to an apache soap service.
> I had to modify it to use axis.
> I succeeded in modifying the client side and the server side.
> But if I try to send an envelope made from the new client version to the old
> server version (i.e from an axis client to an apache SOAP service), I got
> "bad request", which is not what I'd expect.
> My question is: are the two envelopes compatible?
> Thanks
> Marcello
> 
>