Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

soap namespace prefix

user3161913Aug 9 2010 — edited Feb 27 2020
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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 7 2010
Added on Aug 9 2010
3 comments
1,636 views