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!

Getting prefix not defined in static context - in the security tab of proxy

791177May 16 2011 — edited Jul 11 2011
I am trying to use Message Level Security (in Security Tab) for my proxy service in OSB with custom username and password. I am using XPath to get username/password from the XML request payload and my XML request is like this:

<abc:request>
<abc:userid>testuser</abc:userid>
</abc:request>

When I am putting XPath in User Name XPath field like this (abc:request/abc:userid) , I am getting (line 1, column 1: "abc": prefix not defined in static context). This cannot recognize abc prefix. I know how to add this in proxy message flow but not here. I will really appreciate if someone can help me in this.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 8 2011
Added on May 16 2011
17 comments
3,996 views