KSoap2 and KvmSerializable - How to Send complex Objects like Stringarrays

前端 未结 2 1775
走了就别回头了
走了就别回头了 2021-01-16 18:07

I want to send a complex object from my Ksoap Client to my webservice. It’s an object of my Class Category. The Code is based on the example of this tutorial:

http:/

2条回答
  •  甜味超标
    2021-01-16 19:03

    Try using

    private static final String NAMESPACE = "http://ws.chathura.com/xsd";
    

    in your android activity and add the getters and setters to your Category class in the client.

提交回复
热议问题