Andro2015 / ksoap2-android

Automatically exported from code.google.com/p/ksoap2-android
0 stars 0 forks source link

call web service @ remote server #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.androidHttpTransport.call(SOAP_ACTION, soapEnvelope);

What is the expected output? What do you see instead?
expect web service return true,but return error 
message:"expected:Start_TAG{http://schemas.xmlsoap.org/soap/envelope/}Envelope
 (position:START_TAG <HTML>@2:7 in java.io.UnputStreamReader@477ad7f8)"

What version of the product are you using? On what operating system?
i use microsoft win7 and visual studio to develop web service, i use Android 
2.2 API with eclipse emulator 

Please provide any additional information below.
when i call web service at localhost it works,but call web service at remote 
server(in same network segment, it will raise exception and e.getMessage() will 
be "expected:Start_TAG{http://schemas.xmlsoap.org/soap/envelope/}Envelope 
(position:START_TAG <HTML>@2:7 in java.io.UnputStreamReader@477ad7f8)"

Original issue reported on code.google.com by linhe...@gmail.com on 2 Apr 2011 at 2:33

GoogleCodeExporter commented 9 years ago
Try debugging as documented on the wiki and see what the request and response 
actually are.

Original comment by mosa...@gmail.com on 4 Apr 2011 at 8:16

GoogleCodeExporter commented 9 years ago

Original comment by mosa...@gmail.com on 6 Jul 2011 at 11:12

GoogleCodeExporter commented 9 years ago
Closing since no activity from reporter.

Original comment by mosa...@gmail.com on 5 Aug 2011 at 6:06