tags:

views:

71

answers:

0

Hi i`m new to Axis2(and WS at all), i use POJO-oriented model, and i have one question. When i use serviceClient.invokeBlocking(...), i get back response via Object, but when i used asynchronous method invokeNonBlocking(...), in AxisCallback.onComplete(MessageContext), i receive MessageContext object. Is there any way to get serialized result(POJO) from messageContext or i should use AXIOM API to parse result? Thanks in advance.