Log xml request file

2015-03-06 Thread Oscar Rugama
Hi, Please could anyone show me how to log the soap message I mea the xml file of an Axis2 request? Let me explain. I have developed a stand alone app which call two web services. I performed one client with ADB I performed the other client with XML beans I´m getting an er

RE: Log xml request file

2015-03-06 Thread Martin Gainty
Oscar install a copy of SOAPUI from: http://www.soapui.org/downloads/download-soapui-pro-trial.html ...for each service request.. open SOAPUI put SOAP request into input request buffer press/click "send request" report back what you see Saludos Cordiales, Martín _

Re: Log xml request file

2015-03-06 Thread Oscar Rugama
I guess I explained very bad my problem so sorry for it, I will try to make it easier to explain. If I have developed a web service client with adb or xmlbeans generated automatically from axis2 using the wsdl document, how can I see the complete xml file I mean the soap message which is xml

Re: Log xml request file

2015-03-06 Thread Shameera Rathnayaka
​Hi Oscar, TCPMon[1] is best fit for your requirement. I have used this tool and it is easy to configure and use. try it. You need to put TCPMon in between your webservice and second webservice. [1] http://ws.apache.org/tcpmon/tcpmontutorial.html

Re: Log xml request file

2015-03-06 Thread robertlazarski .
On Fri, Mar 6, 2015 at 3:29 PM, Oscar Rugama wrote: > So because I have changed the soap header I want to know how exactly the > soap envelope will go I mean the soap request which is a xml file just to > compare with the structure I know that should be sent. > > For me it is ok if something lik

RE: Log xml request file

2015-03-06 Thread Martin Gainty
> Date: Fri, 6 Mar 2015 17:28:16 -0300 > Subject: Re: Log xml request file > From: robertlazar...@gmail.com > To: java-user@axis.apache.org > > On Fri, Mar 6, 2015 at 3:29 PM, Oscar Rugama wrote: > > So because I have changed the soap header I want to know how exactly the > > soap envelope w