Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 44707 invoked from network); 14 Jul 2008 10:46:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jul 2008 10:46:58 -0000 Received: (qmail 25569 invoked by uid 500); 14 Jul 2008 10:46:49 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 25556 invoked by uid 500); 14 Jul 2008 10:46:48 -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 25545 invoked by uid 99); 14 Jul 2008 10:46:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jul 2008 03:46:48 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of heshan.suri@gmail.com designates 209.85.200.168 as permitted sender) Received: from [209.85.200.168] (HELO wf-out-1314.google.com) (209.85.200.168) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jul 2008 10:45:54 +0000 Received: by wf-out-1314.google.com with SMTP id 25so4257353wfc.28 for ; Mon, 14 Jul 2008 03:46:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=wvrlJ/Tr+ElkNBZC38LfZ9hrdvms8oIieexc1qq5wwQ=; b=BHEoaLmW+AFYX/tT3Om4Mqa/cWR5anbVq0ILKa3LdntbHIg2AQvhifPeeoxdzo31q5 AO06B9H8PcYoSNxanuLmIg0Aey+6IX59Y+tYDurDG2GNcYfi88sWIa5MwcYIFGiQftWV qYE0/752Ud37KAwqlWTcr5VmKIP1LDuWxeSTU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=xtj9MAuCBX71JRssGSpjP1uBgATDfboAdk1Ft+ClVOsTWwYK5Kb5thOLkR7s9WMYbX M5uNu5ApWi4ctNvOAFlbsMy6adB5PBq1gaLEe35vHJqSkNTgWQXrTSh7V+S0VasHru48 3xlZ0a/pCc97nA6qbV/Ph6WL8JdHslZWM13mk= Received: by 10.142.154.20 with SMTP id b20mr4172990wfe.59.1216032377368; Mon, 14 Jul 2008 03:46:17 -0700 (PDT) Received: by 10.142.100.12 with HTTP; Mon, 14 Jul 2008 03:46:17 -0700 (PDT) Message-ID: <12e5d0d90807140346s3d5b0bc5jf48280a3c9a4f8bc@mail.gmail.com> Date: Mon, 14 Jul 2008 16:16:17 +0530 From: "Heshan Suriyaarachchi" To: axis-user@ws.apache.org Subject: Re: How to print axis2 request and response In-Reply-To: <487B2695.9060006@wso2.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_38377_3923703.1216032377305" References: <12f870d60807102118l735707cbt1789078ea7d6c303@mail.gmail.com> <12f870d60807102214p77e35eadt712d1bfe2244205e@mail.gmail.com> <60708f4b0807132317s64786360s2efd9a02e0f7c074@mail.gmail.com> <487B2695.9060006@wso2.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_38377_3923703.1216032377305 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Shehan, Let me add some more to what the other guys have said.You first need to understand the handler concept in Axis2. Articles [1], [2] will help you to get an understanding on how to use handlers to add some functionality. An example of writing a module can be found in Axis2 samples. You can find it here [3]. I think with some small alterations to [3] , you might be able to get the functionality you want. [1] - http://ws.apache.org/axis2/1_4/Axis2ArchitectureGuide.html#bmSOAPPM [2] - http://www.developer.com/java/web/article.php/3529321 [3] - http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/userguide/src/userguide/loggingmodule/ On Mon, Jul 14, 2008 at 3:42 PM, Charitha Kankanamge wrote: > Hi, > http://ws.apache.org/axis2/1_4/modules.html will help you to get some > understanding on writing a module to log messages. > > regards > Charitha > > > Shehan Simen wrote: > > Hi Amila, >> >> Is there any tutorial for writing axis2 handler? >> >> I have no idea about the module.xml >> >> >> *From:* Amila Suriarachchi [mailto:amilasuriarachchi@gmail.com] >> *Sent:* Monday, 14 July 2008 4:17 PM >> *To:* axis-user@ws.apache.org >> *Subject:* Re: How to print axis2 request and response >> >> >> you can write an Axis2 Handler to log the soap message. and then put this >> handler to inflow and outflow using a module.xml. This means you have to >> write Axis2 module and engage it your service. >> >> thanks, >> Amila. >> >> On Fri, Jul 11, 2008 at 2:13 AM, Shehan Simen > ssimen@itree.com.au>> wrote: >> >> Hi Eran, >> >> Yes, I was able to capture it successfully inside the >> XXXXMessageReceiverInOut.class generated by wsdl2java. >> >> Thankx for your help. >> >> >> Regards, >> >> simen >> >> >> *From:* Shehan Simen [mailto:ssimen@itree.com.au > ssimen@itree.com.au>] >> *Sent:* Friday, 11 July 2008 3:29 PM >> >> >> *To:* axis-user@ws.apache.org >> >> *Subject:* RE: How to print axis2 request and response >> >> >> Thank you Eran, >> >> Yes, I am the service author and I am thinking to put this inside the >> service implementation. >> >> I like to do this in more high level, rather than digging into complex >> code inside axis. >> >> I use the code generated by wsdl2java. >> >> I don't see anything like MessageContext. It may be more deeper inside >> axis2. >> >> Is there any simpler way to do this? >> >> Please help me. >> >> >> Regards, >> >> Simen >> >> >> *From:* Eran Chinthaka [mailto:eran.chinthaka@gmail.com > eran.chinthaka@gmail.com>] >> *Sent:* Friday, 11 July 2008 3:15 PM >> *To:* axis-user@ws.apache.org >> *Subject:* Re: How to print axis2 request and response >> >> >> MessageContext messageContext = MessageContext.getCurrentMessageContext(); >> String request = messageContext.getEnvelope().toString(); >> >> The above code will give you the SOAP message in the current message >> context. If you use the above code in the in flow, you will get the request >> message and you will get the response message if you put the above code in >> outflow. >> >> Are you the service author and are you thinking of putting this code, >> inside your service implementation class? >> >> There is another way of doing this operation context, but I need above >> info to give a better answer. >> >> On Thu, Jul 10, 2008 at 9:51 PM, Shehan Simen > ssimen@itree.com.au>> wrote: >> >> Hi Eran, >> >> As I am developing the web service, I have the access to all the objects >> from the server side. >> >> How can I save the incoming soap requests and outgoing soap response >> messages to the database? >> >> I want to save everything which is going through the wire. (or at least >> part of it as a xml message) >> >> Please send me a helpful reply. >> >> >> Thank you. >> >> Simen >> >> >> *From:* Eran Chinthaka [mailto:eran.chinthaka@gmail.com > eran.chinthaka@gmail.com>] >> *Sent:* Friday, 11 July 2008 2:19 PM >> *To:* axis-user@ws.apache.org >> *Subject:* Re: How to print axis2 request and response >> >> >> Will you have access to request and response objects? If you are using >> Axis2 war app, unless you like to get ur hands wet, I don't see a way to do >> that. >> >> On Thu, Jul 10, 2008 at 6:38 PM, Shehan Simen > ssimen@itree.com.au>> wrote: >> >> Hi, >> >> I want to save the web service request/response to the database as a >> string or blob. >> >> How can I implement the request.toString() and response.toString() >> methods? >> >> I am using axis2 and wsdl2java code generation. >> >> I don't want to play with the generated code. >> >> Is there an easier way to do this, without mucking around with soap >> envelop and other more detailed technical stuff? >> >> >> thx >> >> >> >> >> -- >> With Mettha, >> Eran Chinthaka >> >> -------------------------------------------------------------------- >> Health is the greatest gift; contentment is the greatest wealth; trusting >> is the best relationship; nirvana is the highest joy. - Dhammapada >> >> >> >> >> -- >> With Mettha, >> Eran Chinthaka >> >> -------------------------------------------------------------------- >> Health is the greatest gift; contentment is the greatest wealth; trusting >> is the best relationship; nirvana is the highest joy. - Dhammapada >> >> >> >> >> -- >> Amila Suriarachchi, >> WSO2 Inc. >> >> ------------------------------------------------------------------------ >> >> No virus found in this incoming message. >> Checked by AVG. Version: 7.5.524 / Virus Database: 270.4.7/1543 - Release >> Date: 7/9/2008 6:32 PM >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-user-help@ws.apache.org > > -- Regards, Heshan Suriyaarachchi http://heshans.blogspot.com/ ------=_Part_38377_3923703.1216032377305 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Shehan,
       Let me add some more to what the other guys have said.You first need to understand the handler concept in Axis2. Articles [1], [2] will help you to get an understanding on how to use handlers to  add some functionality. An example of writing a module can be found in Axis2 samples. You can find it here [3]. I think with some small alterations to [3] , you might be able to get the functionality you want.

[1] - http://ws.apache.org/axis2/1_4/Axis2ArchitectureGuide.html#bmSOAPPM
[2] - http://www.developer.com/java/web/article.php/3529321
[3] -
http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/userguide/src/userguide/loggingmodule/


On Mon, Jul 14, 2008 at 3:42 PM, Charitha Kankanamge <charitha@wso2.com> wrote:
Hi,
http://ws.apache.org/axis2/1_4/modules.html will help you to get some understanding on writing a module to log messages.

regards
Charitha


Shehan Simen wrote:

Hi Amila,

Is there any tutorial for writing axis2 handler?

I have no idea about the module.xml

 
*From:* Amila Suriarachchi [mailto:amilasuriarachchi@gmail.com]
*Sent:* Monday, 14 July 2008 4:17 PM
*To:* axis-user@ws.apache.org
*Subject:* Re: How to print axis2 request and response

 
you can write an Axis2 Handler to log the soap message. and then put this handler to inflow and outflow using a module.xml. This means you have to write Axis2 module and engage it your service.

thanks,
Amila.

On Fri, Jul 11, 2008 at 2:13 AM, Shehan Simen <ssimen@itree.com.au <mailto:ssimen@itree.com.au>> wrote:

Hi Eran,

Yes, I was able to capture it successfully inside the XXXXMessageReceiverInOut.class generated by wsdl2java.

Thankx for your help.

 
Regards,

simen

 
*From:* Shehan Simen [mailto:ssimen@itree.com.au <mailto:ssimen@itree.com.au>]

*Sent:* Friday, 11 July 2008 3:29 PM


*To:* axis-user@ws.apache.org <mailto:axis-user@ws.apache.org>


*Subject:* RE: How to print axis2 request and response

 
Thank you Eran,

Yes, I am the service author and I am thinking to put this inside the service implementation.

I like to do this in more high level, rather than digging into complex code inside axis.

I use the code generated by wsdl2java.

I don't see anything like MessageContext. It may be more deeper inside axis2.

Is there any simpler way to do this?

Please help me.

 
Regards,

Simen

 
*From:* Eran Chinthaka [mailto:eran.chinthaka@gmail.com <mailto:eran.chinthaka@gmail.com>]

*Sent:* Friday, 11 July 2008 3:15 PM
*To:* axis-user@ws.apache.org <mailto:axis-user@ws.apache.org>

*Subject:* Re: How to print axis2 request and response

 
MessageContext messageContext = MessageContext.getCurrentMessageContext();
String request = messageContext.getEnvelope().toString();

The above code will give you the SOAP message in the current message context. If you use the above code in the in flow, you will get the request message and you will get the response message if you put the above code in outflow.

Are you the service author and are you thinking of putting this code, inside your service implementation class?

There is another way of doing this operation context, but I need above info to give a better answer.

On Thu, Jul 10, 2008 at 9:51 PM, Shehan Simen <ssimen@itree.com.au <mailto:ssimen@itree.com.au>> wrote:

Hi Eran,

As I am developing the web service, I have the access to all the objects from the server side.

How can I save the incoming soap requests and outgoing soap response messages to the database?

I want to save everything which is going through the wire. (or at least part of it as a xml message)

Please send me a helpful reply.

 
Thank you.

Simen

 
*From:* Eran Chinthaka [mailto:eran.chinthaka@gmail.com <mailto:eran.chinthaka@gmail.com>]

*Sent:* Friday, 11 July 2008 2:19 PM
*To:* axis-user@ws.apache.org <mailto:axis-user@ws.apache.org>

*Subject:* Re: How to print axis2 request and response

 
Will you have access to request and response objects? If you are using Axis2 war app, unless you like to get ur hands wet, I don't see a way to do that.

On Thu, Jul 10, 2008 at 6:38 PM, Shehan Simen <ssimen@itree.com.au <mailto:ssimen@itree.com.au>> wrote:

Hi,

I want to save the web service request/response to the database as a string or blob.

How can I implement the request.toString() and response.toString() methods?

I am using axis2 and wsdl2java code generation.

I don't want to play with the generated code.

Is there an easier way to do this, without mucking around with soap envelop and other more detailed technical stuff?

 
thx




--
With Mettha,
Eran Chinthaka

--------------------------------------------------------------------
Health is the greatest gift; contentment is the greatest wealth; trusting is the best relationship; nirvana is the highest joy. - Dhammapada




--
With Mettha,
Eran Chinthaka

--------------------------------------------------------------------
Health is the greatest gift; contentment is the greatest wealth; trusting is the best relationship; nirvana is the highest joy. - Dhammapada




--
Amila Suriarachchi,
WSO2 Inc.

------------------------------------------------------------------------

No virus found in this incoming message.
Checked by AVG. Version: 7.5.524 / Virus Database: 270.4.7/1543 - Release Date: 7/9/2008 6:32 PM
 


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org




--
Regards,
Heshan Suriyaarachchi

http://heshans.blogspot.com/ ------=_Part_38377_3923703.1216032377305--