KSoap2 SoapObject Object Reference not set to an instance
问题 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 properly. I have turned on tracing under the appfabric and can watch service calls execute properly so I feel comfortable the service is not the problem. My Android calls never hit the first trace point. In Android using ksoap2 (2.6.5) when I call this line I get an Object reference not set error: SoapObject response = (SoapObject