Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 85847 invoked from network); 12 Jan 2005 22:11:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Jan 2005 22:11:24 -0000 Received: (qmail 72288 invoked by uid 500); 12 Jan 2005 22:11:19 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 71992 invoked by uid 500); 12 Jan 2005 22:11:16 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 71970 invoked by uid 99); 12 Jan 2005 22:11:16 -0000 X-ASF-Spam-Status: No, hits=1.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from smtp817.mail.sc5.yahoo.com (HELO smtp817.mail.sc5.yahoo.com) (66.163.170.3) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 12 Jan 2005 14:11:15 -0800 Received: from unknown (HELO ?172.16.2.250?) (alex?chen@sbcglobal.net@67.102.110.26 with plain) by smtp817.mail.sc5.yahoo.com with SMTP; 12 Jan 2005 22:11:12 -0000 Message-ID: <41E59FE5.8070701@sbcglobal.net> Date: Wed, 12 Jan 2005 14:08:37 -0800 From: Alex Chen User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: axis-user@ws.apache.org Subject: Re: How to get HttpServletRequest from my call References: <28CF047BB51A9C40A89E308370E2DA1107CE5207@emss07m13.us.lmco.com> In-Reply-To: <28CF047BB51A9C40A89E308370E2DA1107CE5207@emss07m13.us.lmco.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I need to inspect the message in the program, e.g. I want to know there the message comes from by calling the getRemoteAddr() method of the request. Flores, Raul wrote: >If you only want to inspect the messages then use a monitor tool. > >tcpTrace is excellent for this (thank you simon and matt) > > >Raul > > > >-----Original Message----- >From: Alex Chen [mailto:alex_chen@sbcglobal.net] >Sent: Wednesday, January 12, 2005 3:39 PM >To: axis-user@ws.apache.org >Subject: How to get HttpServletRequest from my call > >I am using AXIS as my SOAP server. >I use WSDL2Java to generate the code stubs and only need to write the >*Impl.java part.. >Since everything else is handled by the AXIS servlet, I have no handle >of the HTTP request and reply message. I would like to inspect that in >my code. How do I get such information? > >Any help is appreciated. > > >