Thursday, 5 September 2013

WSO2 ESB URL parsing issue

WSO2 ESB URL parsing issue

I am receiving HTTP/SOAP request with some query parameters. Those query
parameters are in repeated format as key=value as
/q=key1=value1&key2=value2 etc... I would like to retrieve all the keys
from above URL and check if they are valid or not. 1. Is there any way to
define global array which can hold these keys 2. How to validate if keys
are present or not. Does ESB supports java "contains" API ?

No comments:

Post a Comment