View Single Post
Old 09-07-2007, 12:49 AM   #19
koedur
Knows Where the Search Button Is
 
Join Date: May 2007
Model: 8800
PIN: N/A
Carrier: Rogers
Posts: 17
Default

one useful thing to do is to see whether ksoap generated the proper soap envelope if an exception is thrown.

in your catch block, you could do something like:

System.err.println( ht.requestDump );
System.err.println( ht.responseDump );

this will print out the request and response envelopes to see the actual xml.
Offline   Reply With Quote