How to pass parameter to a webservice using ksoap2?

前端 未结 6 1649
后悔当初
后悔当初 2020-12-16 17:28

I\'m using Eclipse IDE to develop an android app. I\'m trying to connect to a .net webservice. I\'m using ksoap2 version 2.3

When I\'m calling a webmethod with no

6条回答
  •  独厮守ぢ
    2020-12-16 17:49

    Try commenting out the line:

    envelope.dotNet=true;

    I did the same thing you did and when I read about this property being a really ugly hack, I commented it out for testing purposes and my parameter got passed correctly.

提交回复
热议问题