Getting prefix not defined in static context - in the security tab of proxy
791177May 16 2011 — edited Jul 11 2011I 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.