I am using Axis to talk with a SOAP server that for some reason expects the
Body's namespace to be set to
"urn:schemas-xmlsoap-org:soap.v1" rather than the default which is
"http://schemas.xmlsoap.org/soap/envelope/";
When I send a normal SOAP message, Axis throws the Exception:
org.xml.sax.SAX
I am quite perplexed by this one and am a total newbie, so help me out if
you can! :o)
I am communicating with a preset Soap server and I have written some simple
client code, but whenever I run it I get the exception:
faultString: org.xml.sax.SAXException: Bad envelope namespace:
urn:schemas-xml