KSoap2 SoapObject Object Reference not set to an instance

后端 未结 4 1058
时光取名叫无心
时光取名叫无心 2020-12-21 05:17

I think this is a simple problem that others may be able to provide the missing link to. I have a Workflow wcf service that my .NET clients can communicate with pro

4条回答
  •  心在旅途
    2020-12-21 05:49

    I know its too late to answer this but I faced the same problem and the problem in my code was that I typed the property.setname() incorrect .. make sure you wrote the correct name of the method parameter (copy past it from the wsdl) I'm using ksoap2 3.1.1 btw!

提交回复
热议问题