View Single Post
Old 10-22-2008, 05:47 PM   #9
PymbleSoftware
Knows Where the Search Button Is
 
Join Date: Oct 2008
Model: 7100T
PIN: N/A
Carrier: internal
Posts: 15
Default

Quote:
Originally Posted by goulamass View Post
So in the try catch wrote in the catch :

catch(Exception exception)
{
System.out.println("... itz throwing exception..." + exception);
System.out.println("Request \n" + transport.requestDump);
System.out.println("Response \n" + transport.responseDump);
}

So you will see what is the exception throw
There is no exception thrown
That is what has been pissing me off all along.
No exception thrown and no repsonse, and I just get null or anytype{} back.

Whats more, the first call is effectively the same code with another method of the same serviced called. First call succeeds, the second call doesn't throw an exception but returns nothing... And the web service has been around for a long time and is supposed to work fully on other platforms.


RR.
__________________
www.pymblesoftware.com
P.O. Box 121,
Pymble,
NSW 2073
AUSTRALIA. +61 2 99830308

Last edited by PymbleSoftware; 10-22-2008 at 06:04 PM..
Offline   Reply With Quote