user1136875
user1136875

Reputation: 613

Complex types passing between axis2 server and Android application

I am having a very big problem!

I have a web service (running on tomcat, axis2) and an Android client (using ksoap2). The web service has method that recieve and return complex types in array or as single object.

If I run the server under eclipse in my local PC - it works perfect :)

But

After I deploy it using the archiver then the complex type does not pass. I also tried using tool java2wdsl - and I looked into it and found that for complex types there is an empty sequence. Thetypes are in different file - maybe that is the problem?

Ay ideas how to solve this mistory?

Upvotes: 1

Views: 695

Answers (1)

Marcos
Marcos

Reputation: 4643

I also use Tomcat-Axis2-Android-Ksoap2 and I can pass complex objects and arrays. The wsdl in the server is automatically generated by Axis2. Whitout more information about your application will be difficult to help you.

Upvotes: 1

Related Questions