Android-KSOAP Java.IO.IOException error -


please refer attached screenshots. i'm new in android , trying hands on accessing web-service android. ws in .net. tried code accessing ws using ksoap (the same code available in website @ many qa). i'm getting error @ final step of calling ws, i.e. androidhttptransport.call(soap_action, envelope); step. please me understand might have caused this. let me know if need more details.

error screenshot 1]: ![http://i.imgur.com/q4bcaib.jpg error screenshot 2]: ![http://i.imgur.com/tos3bep.jpg

try line,

response = (soapobject) envelope.bodyin; 

Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -