On Wed, Mar 20, 2013 at 3:50 PM, Adam <adam...@gmail.com> wrote:

> All,
> A quick description of my problem. I'm using axis2 1.6.2 and am
> generating the stubs using xmlbeans binding.
> I'm calling a web service that has a response consisting of different
> namespace elements.
> I've installed a log handler, and see the full message coming back, with
> sub element Transaction.
> When I call response.getTransaction() the value is null.
>
> I see no errors or other indication in the log why this might be.
>
> Is there any logging I can configure to try to determine what's going on?
>

If there is no results (in this case, a transaction object) then it would
be null. But you could use a tool like, tcpmon to see what is the
actual response coming from the service.


Any suggestions would be greatly appreciated.
>
> thanks,
> Adam D.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
> For additional commands, e-mail: java-user-h...@axis.apache.org
>
>

Reply via email to