How to output by throw SOAPException?

2001-07-27 Thread oh
I want to output error code/message and detail error message in my soap service program. I found that I can output the following message by throwing SOAPException: http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3

Re: soap service class.

2001-07-04 Thread oh
ice.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416) > at > org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498) > at java.lang.Thread.run(Thread.java:484) > > > - Original Message - > From: "oh" <[EMAIL PROTECTED]> > To: &

Re: soap service class.

2001-07-04 Thread oh
PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 04, 2001 8:27 PM Subject: Re: soap service class. > How should I put the rpcrouter into "web.xml" ??? > > > - Original Message - > From: "oh" <[EMAIL PROTECTED]> > To: <[EMAIL P

Re: soap service class.

2001-07-04 Thread oh
- Original Message - From: "Tarun Garg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 04, 2001 7:23 PM Subject: soap service class. > When you want tomcat to automatically reload your servlets, you put them in > web-inf/classes directory. > Where

Re: TcpTunnelGui.

2001-06-28 Thread oh
If you are behind a socks server, and start the TcpTunnelGui from the sockscap, you can access the server located outside. (I am using this way for debugging in my project now) good luck, Huimin Wang Globus, Inc Japan - Original Message - From: "Tarun Garg" <[EMAIL PROTECTED]> To: <[EM

Re: How can I get the the IP of client from A Soap Service program?

2001-06-06 Thread oh
.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/1999/XMLSchema";> SOAP-ENV:Server com.xxx.xmlapi.Asset.getAsset(com.xxx.xmlapi.SessionInfo,java.l ang.String) -- no signature match /oh-is2/soap/

Re: How can I get the the IP of client from A Soap Service program?

2001-06-06 Thread oh
s,Inc - Original Message - From: "oh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 06, 2001 1:04 PM Subject: Re: How can I get the the IP of client from A Soap Service program? > > - Original Message - > From: "Pae Choi&quo

Re: How can I get the the IP of client from A Soap Service program?

2001-06-05 Thread oh
- Original Message - From: "Pae Choi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 06, 2001 11:55 AM Subject: Re: How can I get the the IP of client from A Soap Service program? > See getRemoteAddr() of javax.servlet.ServletRequest. And its subclass, > javax.servlet

How can I get the the IP of client from A Soap Service program?

2001-06-05 Thread oh
I want to get the IP or hostname of client from A Soap Service program. How can I get it? If I can get the HttpRequest object which processed by RPCRouter? Thanks, Huimin Wang Globus,Japan - To unsubscribe, e-mail: [EMAIL P