dev@jax-ws.java.net

Re: KSoap2 and Metro...

From: Jitendra Kotamraju <jitendra.kotamraju_at_oracle.com>
Date: Mon, 10 Jan 2011 13:01:26 -0800

On 01/07/2011 08:48 AM, Tony Anecito wrote:
> Hi,
>
> Has anyone been able to get KSOAP2 and Metro to work together? I mean a KSOAP2
> based client communicating with Metro based web services on the server? I almost
> have it working but wondering if they will ever work together. I use String[] in
> Metro and it works great but for KSOAP2 for Android not sure I can get it to
> work. I will know in a few days for sure. Right now got KSAOP to find and send a
> complex object to metro but getting a null for the complext object passed into
> my web service method with no complaints from metro about their being a problem.
My guess is that namespaces are incorrect in the soap request. So JAXB
ignores those elements and maps to null.

Jitu
> Thanks,
> -Tony
>
>
>