From xmlrpc-user-return-1958-apmail-ws-xmlrpc-user-archive=ws.apache.org@ws.apache.org Tue Aug 01 06:58:23 2006 Return-Path: Delivered-To: apmail-ws-xmlrpc-user-archive@www.apache.org Received: (qmail 3668 invoked from network); 1 Aug 2006 06:58:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Aug 2006 06:58:23 -0000 Received: (qmail 59062 invoked by uid 500); 1 Aug 2006 06:58:22 -0000 Delivered-To: apmail-ws-xmlrpc-user-archive@ws.apache.org Received: (qmail 58969 invoked by uid 500); 1 Aug 2006 06:58:22 -0000 Mailing-List: contact xmlrpc-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: xmlrpc-user@ws.apache.org List-Id: Delivered-To: mailing list xmlrpc-user@ws.apache.org Received: (qmail 58960 invoked by uid 99); 1 Aug 2006 06:58:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jul 2006 23:58:21 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of smoken0@gmail.com designates 64.233.166.178 as permitted sender) Received: from [64.233.166.178] (HELO py-out-1112.google.com) (64.233.166.178) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jul 2006 23:58:21 -0700 Received: by py-out-1112.google.com with SMTP id f28so79816pyf for ; Mon, 31 Jul 2006 23:58:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=BcnR/wkvVMMUUbATQtxTOnY8LJ9HzszKHCy3gtk+POnF9xFZsnOaFzaZAwuPn6Ch4Mv82uy7pxCV7sNoQeP4ZtBI4nYpaCaO9XtvTDlp6tV5mo2NwxLUFsgCJLTlTRRILIhs5eHnFbT08vL6+qPoL9YPnUODsDppBCuxwE1Rb+Y= Received: by 10.35.113.12 with SMTP id q12mr5161990pym; Mon, 31 Jul 2006 23:58:00 -0700 (PDT) Received: by 10.35.112.11 with HTTP; Mon, 31 Jul 2006 23:58:00 -0700 (PDT) Message-ID: Date: Tue, 1 Aug 2006 11:58:00 +0500 From: "Rafaqat Ali" To: xmlrpc-user@ws.apache.org Subject: Getting client IP MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_83453_1190518.1154415480292" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_83453_1190518.1154415480292 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello I am using xml-rpc default service. I mean I have written my own class say Adder which has a method add. In XmlRpcServlet.properties coressponding entry is Adder=com.test.Adder. On server side say I haven't used any ohter class. Now I want to check clients IP address and DNS. Will it be done by HTTP hearders ? if so How can I access those headers ? and if not so then how can I get this information ? Regards Rafaqat Ali ------=_Part_83453_1190518.1154415480292 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello
    I am using xml-rpc default service. I mean I have written my own class say Adder which has a method add. In XmlRpcServlet.properties coressponding entry is
                   Adder=com.test.Adder.
On server side say I haven't used any ohter class. Now I want to check clients IP address and DNS. Will it be done by HTTP hearders ?
 if so How can I access those headers ? and if not so then how can I get this information ?

Regards
Rafaqat Ali
------=_Part_83453_1190518.1154415480292--