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 can I put

Re: soap service class.

2001-07-04 Thread oh
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 PROTECTED] Sent: Wednesday, July 04, 2001 4:26 PM Subject: Re: soap service class

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

2001-06-06 Thread oh
- 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 [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday

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

2001-06-06 Thread oh
) -- no signature match/faultstring faultactor/oh-is2/soap/servlet/rpcrouter/faultactor /SOAP-ENV:Fault /SOAP-ENV:Body /SOAP-ENV:Envelope and the here is a part of my changed program: public AssetInfo getAsset( SOAPContext reqContext

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,