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 <deep...@gmail.com > <mailto:deep...@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-unsubscr...@axis.apache.org > <mailto:java-dev-unsubscr...@axis.apache.org> > For additional commands, e-mail: java-dev-h...@axis.apache.org > <mailto:java-dev-h...@axis.apache.org> > >