In File: MethodTemplate.txt
Line 9 and 10 should be changed from:
AndroidHttpTransport androidHttpTransport = new AndroidHttpTransport(Address);
androidHttpTransport.call(params.GetSoapAction(), envelope);
to:
HttpTransportSE androidHttpTransport = new HttpTransportSE(Address);
HttpTransportSE.call(params.GetSoapAction(), envelope);
Original issue reported on code.google.com by kruna...@gmail.com on 1 Apr 2011 at 10:05
Original issue reported on code.google.com by
kruna...@gmail.com
on 1 Apr 2011 at 10:05