• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps soap call

krishna.c

Newbie
Hello,

I make the soap call as follows in my android application:

androidHttpTransport.call(SOAP_ACTION, envelope);

While debugging, the cursor doesn't proceed beyond the above line; neither does it enter the catch routine; it just disappears. Don't know why.

Regards,
Krishna.
 
Back
Top Bottom