Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 46953 invoked from network); 8 Sep 2005 16:48:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Sep 2005 16:48:14 -0000 Received: (qmail 76458 invoked by uid 500); 8 Sep 2005 16:48:01 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 76439 invoked by uid 500); 8 Sep 2005 16:48:01 -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 76426 invoked by uid 99); 8 Sep 2005 16:48:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2005 09:48:01 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of sschuster@pironet-ndh.com designates 194.64.31.10 as permitted sender) Received: from [194.64.31.10] (HELO mail.pironet-ndh.com) (194.64.31.10) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2005 09:48:11 -0700 Received: from exchange.pironet-ndh.local (stream-q0.ndh.net [195.94.90.190]) by mail.pironet-ndh.com (Postfix) with ESMTP id 20E1514FEC2 for ; Thu, 8 Sep 2005 18:26:00 +0200 (CEST) Received: from [127.0.0.1] ([10.11.11.233]) by exchange.pironet-ndh.local with Microsoft SMTPSVC(6.0.3790.211); Thu, 8 Sep 2005 18:23:10 +0200 Message-ID: <4320656D.9030403@pironet-ndh.com> Date: Thu, 08 Sep 2005 18:23:09 +0200 From: Stefan Schuster User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: axis-user@ws.apache.org Subject: Re: How to collect a SOAP Message References: <43205161.30502@paraware.com> <1126196417.432064c1c4736@webmail.de9.ime.eb.br> In-Reply-To: <1126196417.432064c1c4736@webmail.de9.ime.eb.br> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 08 Sep 2005 16:23:10.0417 (UTC) FILETIME=[9A6F4C10:01C5B491] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, take a look at MessageContext.getMessage() -> should allow access to the SOAP message. But think about it if you really want to do this, sounds like reinventing the wheel... You may also be interessted in the service styles (wrapped, document, etc,...) some of them may give you an XML-document inside the service impl. Best Regards, Stefan fabricio@de9.ime.eb.br wrote: >Hello all, > >Is there a way to implement a web service that can collect all the SOAPBody from >a SOAP Message? For instance, I have a client that sends the soap message to my >Web Service (WSA). My WSA must collects the SOAP Message, SOAP Body is most >important. And then, parse it as a XML file. > >I don't know how it could be possible. Because as I know, web services receives >the SOAP Message, but takes only the data type required. > >How my web service could be implemented to receives all the SOAPBody and >manually I could extract the information inside it? And the client? How does it >call this specific web service? > >Thanks a lot for all the help, > >Fabr�cio. > >---------------------------------------------------------------- >This message was sent using IMP, the Internet Messaging Program. > >