views:

216

answers:

0

What steps will reproduce the problem? 1. Staring the Application, since it's quite small I think that should do it here.

What is the expected output? What do you see instead?

Well actually I'm not quite sure what should be the output in the end, but while debugging the app I noticed that it won't execute the line:

aht.call(SOAP_ACTION, soapEnvelope); and the errorlog says the following: expected: START_TAG {http_//www.w3.org/2001/12/soap-envelope}Envelope (position:START_TAG @1:4 in java.io.InputStreamReader@43d1b8f8)

Maybe you folks already know what's the problem is, but just to be sure I'll provide the code of my app here, thanks a lot:

http://code.google.com/p/ksoap2-android/issues/detail?id=20