Hi,
I'm using a Java client to invoke a .Net Web Service with some security
requirements, such as digital signature.
I already have a .Net client which works fine, but the Java client is
sending a SOAP request in which the WS-Addressing elements belong to the
"http://schemas.xmlsoap.org/ws/2004/08/addressing" namespace and not the
2004/03, as required by WSE2.0.
For now, it is not important for me to use WS-Addressing, but I don't see
any way to disable it in WSE2.
Thanks in advance,
Nuno Guerreiro
Eddie - 26 Sep 2005 18:56 GMT
Have you found an answer yet? I have the same issue wear the Java client
can't get the correct TO and Action Soap Envelope headers (Apache Axis) so my
WSE 2.0 Service fails
> Hi,
>
[quoted text clipped - 12 lines]
>
> Nuno Guerreiro
Nuno Guerreiro - 27 Sep 2005 14:15 GMT
One of Apache Web Services developer told me that I should download the
sources of Apache Addressing project and change a compilation switch to
reflect the 2004/03 namespace, but I haven't been able to download them now,
due to some proxy problems using SVN. But I've already analyzed the project's
compilation files and see no way of doing this. So the issue remains open.
> Have you found an answer yet? I have the same issue wear the Java client
> can't get the correct TO and Action Soap Envelope headers (Apache Axis) so my
[quoted text clipped - 16 lines]
> >
> > Nuno Guerreiro