Hi,
   I am creating a soap request and my envelope looks like this

<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope";>

The server that I am connecting to does not seem to like this, but if I
send the request by hand and change it to

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>

then the request works properly.  Is there a way to force axis to use
the second soapenv?
om


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to