Passing XML(DataSet) as Parameter ksoap2 android

后端 未结 2 1839
渐次进展
渐次进展 2021-01-14 03:48

i am trying to send XML requst to webservice using ksop2 but it is not workig

my web service request format is



        
2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-14 04:25

    Look at the documentation of ksoap2

    https://code.google.com/p/ksoap2-android/wiki/CodingTipsAndTricks#sending/receiving_array_of_complex_types_or_primitives

    you can create class that will implement marshable interface and add other property inside that class

提交回复
热议问题