Return-Path: X-Original-To: apmail-axis-java-dev-archive@www.apache.org Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C04AD96B5 for ; Thu, 29 Sep 2011 21:48:19 +0000 (UTC) Received: (qmail 14562 invoked by uid 500); 29 Sep 2011 21:48:19 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 14459 invoked by uid 500); 29 Sep 2011 21:48:18 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 14449 invoked by uid 99); 29 Sep 2011 21:48:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2011 21:48:18 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of deepalk@gmail.com designates 209.85.213.45 as permitted sender) Received: from [209.85.213.45] (HELO mail-yw0-f45.google.com) (209.85.213.45) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2011 21:48:09 +0000 Received: by ywm39 with SMTP id 39so1157395ywm.32 for ; Thu, 29 Sep 2011 14:47:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; bh=558gts78jOgxw5Kwlu1hZtRp30mHxd/agwAqs+wOXwM=; b=BfYgWn04aYb90trr3OLCsZm5M8ydKN7Ptk0GdSUC8BRCS9C7sCFM95+WZ5oQAqWcBl HPFkHrpTr8huJtiRxYxjWiV/nh7pvjUL+oMSJcdlfXqKyCtkaE3DTsc0ECrMlbzd+0Oj 7RXB1kb2kVg736dqtk5jaYQ3y6weTusZs2BEk= Received: by 10.236.165.102 with SMTP id d66mr68457783yhl.33.1317332868390; Thu, 29 Sep 2011 14:47:48 -0700 (PDT) Received: from [128.61.120.184] (lawn-128-61-120-184.lawn.gatech.edu. [128.61.120.184]) by mx.google.com with ESMTPS id w50sm3733612yhi.2.2011.09.29.14.47.46 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 29 Sep 2011 14:47:47 -0700 (PDT) Message-ID: <4E84E785.7060604@gmail.com> Date: Thu, 29 Sep 2011 17:47:49 -0400 From: Deepal jayasinghe User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: java-dev@axis.apache.org Subject: Re: display soap message with my client References: <4E846BC6.3030403@gmail.com> In-Reply-To: X-Enigmail-Version: 1.3.2 Content-Type: multipart/alternative; boundary="------------040801040807080202020009" X-Virus-Checked: Checked by ClamAV on apache.org --------------040801040807080202020009 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 9/29/2011 4:40 PM, Aaoz Gul wrote: > thanx for ur reply. I deployed my Client outside the Axis2 and in > tomcate webapp.I've 2 questions > 1. How can i engange Soap Monitor with my client. I am not 100% sure whether you can get what you want directly from SOAP monitor, you probably need to do some changes. Because it prints both request and response. Anyway you can download both binaries and source code here: http://axis.apache.org/axis2/java/core/modules/index.html > 2. Can i use tcpMon for it. I'm using Linux to deploy my client. but > i couldn't find tcp tutorial for linux. Not sure whether you can use TCPMon, because it simply to act as a proxy. You can use it at the client side not at the server side. If you are using it is at the server side client has to send the message to the port that TCP monitor is using, not the one server is running. Deepal > regards > Aaoz > On Thu, Sep 29, 2011 at 5:59 AM, Deepal jayasinghe > wrote: > > You can engage modules to the client side as you do to the server > side. > So, what you need to do is either to use the SOAP monitor module comes > with Axis2 or create your own handler to print the SOAP message. > Engage > it to the client, remember to add the .mar file into the classpath. > > Deepal > > Hi, > > > > I want add print Soap message which sent by Client instead of > > Server. and i don't want any changes in at server Side. I make a > .jar > > file of Client stub and use it with other project and called its API > > to send message. > > > > Question: > > > > 1. There are any Monitor with display soap message with my > client send > > 2. How can i add logger into my Client. So i can print Soap > > messages into logger > > Note: I generate java classed from wsdl file > > > > Any help will be appriciated > > > > regards > > aaoz > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org > > For additional commands, e-mail: java-dev-help@axis.apache.org > > > --------------040801040807080202020009 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 9/29/2011 4:40 PM, Aaoz Gul wrote:
thanx for ur reply. I deployed my Client outside the Axis2 and in tomcate webapp.I've 2 questions
1.   How can i engange Soap Monitor with my client.
I am not 100% sure whether you can get what you want directly from SOAP monitor, you probably need to do some changes. Because it prints both request and response. Anyway you can download both binaries and source code here:  http://axis.apache.org/axis2/java/core/modules/index.html

2.   Can i use tcpMon for it. I'm using Linux to deploy my client. but i couldn't find tcp tutorial for linux.
Not sure whether you can use TCPMon, because it simply to act as a proxy. You can use it at the client side not at the server side. If you are using it is at the server side client has to send the message to the port that TCP monitor is using, not the one server is running.

Deepal


regards
Aaoz
On Thu, Sep 29, 2011 at 5:59 AM, Deepal jayasinghe <deepalk@gmail.com> wrote:
You can engage modules to the client side as you do to the server side.
So, what you need to do is either to use the SOAP monitor module comes
with Axis2 or create your own handler to print the SOAP message. Engage
it to the client, remember to add the .mar file into the classpath.

Deepal
> Hi,
>
>   I want add print Soap message which sent by Client instead of
> Server. and i don't want any changes in at server Side. I make a .jar
> file of Client stub and use it with other project and called its API
> to send message.
>
> Question:
>
> 1.    There are any Monitor with display soap message with my client send
>  2.    How can  i add logger into my Client. So i can print Soap
> messages into logger
> Note: I generate java classed from wsdl file
>
> Any help will be appriciated
>
> regards
> aaoz


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



--------------040801040807080202020009--