soap namespace prefix
Is there a way to change the SOAP envelope namespace prefix? I need to change it from env to soapenv.
I am trying to call a third party web service. I am getting an "Not a valid SOAP Content-Type: text/html". So I used obtunnel to catch the soap message. I put that soap message in SoapUI to test the service. The error I get there is "Could not find SAAJ on the classpath".
The message looks similar to my test soap message that does work in SoapUI, except the BPEL process uses env for the prefix and the sample uses soapenv. If I change it in SoapUI to use soapenv, then I get back a response.
I am using 10.1.3.5