You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Bhanu Pabreja <pa...@infigroup.com> on 2003/05/09 16:40:48 UTC

SOAP Response on SOAPMonitor

Hi,
When I run my webservice the SOAPMonitor shows the SOAP Response but when I
try to print it out from the Tester class I have made it shows me the
response is 'Null'.

My method is taking no paramter and returning a java.lang.String object. It
is a DOC/Literal based service.

Any pointers will really help.


Bhanu Pabreja


RE: SOAP Response on SOAPMonitor

Posted by Bhanu Pabreja <pa...@infigroup.com>.
one more thing I forgot to mention about the return is that,it is a 600KB
size of a XML on which I have invoked .toString().

I was wondering if size is a limitation for the client in regards to the
size of Object it can entertain.

BP

-----Original Message-----
From: Bhanu Pabreja [mailto:pabreja@infigroup.com]
Sent: Friday, May 09, 2003 10:41 AM
To: Axis-User
Subject: SOAP Response on SOAPMonitor


Hi,
When I run my webservice the SOAPMonitor shows the SOAP Response but when I
try to print it out from the Tester class I have made it shows me the
response is 'Null'.

My method is taking no paramter and returning a java.lang.String object. It
is a DOC/Literal based service.

Any pointers will really help.


Bhanu Pabreja