I am getting a REST URL of format
http://localhost:8080/quoteService/quote/NYSE/IBM . I have a mapping from
URL to function name and I can translate this to AXIS REST URL like
http://localhost:8080/quoteService/getQuote?symbol=IBM&exchange=NYSE
Redirecting the original request to AXIS URL goes over the Network stack and
I want to avoid it. Is there a way I can use AXIS2 library to directly
invoke necessary function. The reason I don't want to directly call
getQuote("IBM", "NYSE") is that it requires me parsing the request objects
and mapping the function parameters in right order. URL manipulation is
trivial and I want to use AXIS library for the remaining work.
-- 
View this message in context: 
http://www.nabble.com/using-Axis2-library-to-directly-invoke-a-method-tp19458112p19458112.html
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to