cancel
Showing results for 
Search instead for 
Did you mean: 

Unknown Exception symbol?

Former Member
0 Kudos

Hi .

I am doing webservices. While trying to execute one of my applicaiton, i am getting only the exception symbol(no exception message displayed).

In my application, all fields are set to be optional. If i give any input values, then i am getting the records perfectly. Problem is when i am not giving any input values tht exception symbol is coming. In backend totally 9000 records are ther. (huge amt of data is the cause of this exception)?

Anybody have faced the same issue....Pls reply.

GS

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Satish,

As u said the problem is "huge amount of data" only.

Thanks n Regards,

Jhansi Miryala

Former Member
0 Kudos

Hi,

In your catch block for execute method try to print the stacktrace as e.printstacktrace.

Now, goto logviewer and see the detailed error message. you can copy the same message over here to get from the sdn.

Also, try executing your WS using http://<servername>:<portname>/wsnavigator

In the url give your WSDL url and execute it using no parameters. See, what is the response that you get.

Regards,

Murtuza