Re: Writing JSP Client for a deployed Web Service

2004-01-21 Thread siva kondapalli
ou have out going Check$CATALINA_HOME/logs/catalina.out the result is likely in there.If you want the result of the call to go to the browser, you should grabthe stream for the browser and send it there. Good luck.siva kondapalli <[EMAIL PROTECTED] oo.com> cc: Subject: Writing JSP

Re: Writing JSP Client for a deployed Web Service

2004-01-21 Thread greyson . smith
cc: Subject: Writing JSP Client for a deployed Web Service 01/21/2004 05:07

RE: Writing JSP Client for a deployed Web Service

2004-01-21 Thread siva kondapalli
i [mailto:[EMAIL PROTECTED] Sent: 21 January 2004 11:08To: [EMAIL PROTECTED]Subject: Writing JSP Client for a deployed Web Service Hi, I posted this question(not in detail) before in this forum.I have deployed amy own Web service and written an Client.java program and it worked fine,which

RE: Writing JSP Client for a deployed Web Service

2004-01-21 Thread Chanian, Raj
Title: Message Dont you need to use the correct port for tomcat? Regards, Raj -Original Message-From: siva kondapalli [mailto:[EMAIL PROTECTED] Sent: 21 January 2004 11:08To: [EMAIL PROTECTED]Subject: Writing JSP Client for a deployed Web Service Hi, I posted

Writing JSP Client for a deployed Web Service

2004-01-21 Thread siva kondapalli
Hi, I posted this question(not in detail) before in this forum.I have deployed amy own Web service and written an Client.java program and it worked fine,which including below * import org.apache.axis.AxisFault;import org.apache.axis.client.Call;impor