Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 65457 invoked from network); 9 Jan 2009 15:08:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jan 2009 15:08:04 -0000 Received: (qmail 96779 invoked by uid 500); 9 Jan 2009 15:07:55 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 96759 invoked by uid 500); 9 Jan 2009 15:07:55 -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: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 96750 invoked by uid 99); 9 Jan 2009 15:07:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jan 2009 07:07:55 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Jan_Freitag@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 09 Jan 2009 15:07:46 +0000 Received: (qmail invoked by alias); 09 Jan 2009 15:07:25 -0000 Received: from a89-183-21-36.net-htp.de (EHLO [192.168.178.22]) [89.183.21.36] by mail.gmx.net (mp002) with SMTP; 09 Jan 2009 16:07:25 +0100 X-Authenticated: #7289895 X-Provags-ID: V01U2FsdGVkX1+aqzkpsNua290sb+EiT4m1HiGonPWdq1mwN3QONf D3nDWfriH27u9O Message-Id: From: Jan Freitag To: axis-user@ws.apache.org In-Reply-To: <274051.31412.qm@web95308.mail.in2.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Getting JSON Objects out of the request Date: Fri, 9 Jan 2009 16:07:24 +0100 References: <274051.31412.qm@web95308.mail.in2.yahoo.com> X-Mailer: Apple Mail (2.930.3) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.59 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I'm trying to write a Web Service that gets aJSON Request and =20 Responses in JSON as well. The Reuqest comes from the Google Gears =20 Geolocation function getCurrentPosition. I can set a Paraameter in =20 this function to use not Googles LocatioN proivder but my own, that is =20= a web service The Services gets callde like this gears.getCurr=E9ntPosition(locationProviderURL: = http://localhost:8080/axis2/services/MyLocationService/getLocation)=20 ; My question is ohw does my function getLocation in my Web Service =20 "MyLocationService" gets the Request JSON Objects?? The reqeust from =20 the gears function is send via HTTP POST. And another question. Do i have to configure anything if i want to =20 call my web service only by this URL = http://localhost:8080/axis2/services/MyLocationService/getLocation? Thanks JF=