So basically the namespace of the sn attribute is not correct. There had
been a couple of regressions with respect to namespace handling in Axis2
1.7 which were subsequently fixed in patch releases. Can you test this with
1.7.9 (Don't forget to regenerate the code) and if the issue still exists,
cr
This is what Axis2 client generates:
xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope";>
And this is what server will accept:
http://www.w3.org/2003/05/soap-envelope";
xmlns:urn="urn:wsdltypes.nmvs.eu:v2.0"
xmlns:urn1="urn:types.nmvs.eu:v2.0">
-- Original Message
In which way are those namespace prefix not correct?
Andreas
On Mon, Sep 10, 2018 at 5:36 PM Sterpu Victor wrote:
>
> Hello
>
> I use Axis 2, version 1.7.3.
> I generated a SOAP client java source file with wsdl2java but I have problems
> using this service because the namespace prefix is not c
Hello
I use Axis 2, version 1.7.3.
I generated a SOAP client java source file with wsdl2java but I have
problems using this service because the namespace prefix is not correct
in the XML send from the client.
How can I set the namespace in Axis client?
Thank you,
Victor Sterpu