bulldog2011/nano

JAXBElement<String>

Closed this issue · 4 comments

I generated the wsdl: http://www.semhora.com/Payment.wsdl with mwsc.
And all elements come with this JAXBElement, but it isnt supported in Android.

What I need to do?

Thanks

Hi,

Looks like the same issue in pico, please try mwsc custom binding to resolve,
bulldog2011/pico#2

Thx!
-William

Thanks! Now it works.

One more question, my wsdl needs to be authenticated with name and password, but I can't find the way to do it.
Could you help me? I will be very thankfully with your help.

Hi,

What do you mean by "my wsdl needs to be authenticated with name and password"?

Thx!
-William

I solved, I just used:

soap.getAsyncHttpClient().setBasicAuth("username", "password");

Thanks!! you made a really good job.