Hi
I believe the SOAP monitor can also be used:
http://axis.apache.org/axis2/java/core/docs/soapmonitor-module.html
David
From: Sadeep Jayasumana [mailto:gayansad...@gmail.com]
Sent: 10 August 2011 18:49
To: java-user@axis.apache.org
Subject: Re: Fields in SOAP message
Hi,
You c
Hi,
You can use TCPMon [1] to capture the message and inspect it, if that's what
you are looking for.
[1] http://ws.apache.org/commons/tcpmon/
Thanks,
Sadeep
On Wed, Aug 10, 2011 at 9:00 PM, Matta, Geethamadhurima <
geethamadhurima.ma...@citi.com> wrote:
> Hi,
>
> Is there any way to see the v
Hi,
Is there any way to see the values of fields in soap message sent by user to
axis2 server over network.
We want to validate a field sent by user. Can we see the message, without
printing the values in log
Regards,
Geeta Madhurima
Desk: (212) 723 2505
--
Hi,
You might find the article [1] useful.
[1]
http://www.ibm.com/developerworks/webservices/library/ws-axis2/index.html
Thanks,
Sadeep
On Wed, Aug 10, 2011 at 12:29 PM, namratajaiswal <
namratajaiswal2...@gmail.com> wrote:
>
> Hi all,
>
> We have a requirement where we need to decouple the ht
Basically you want manipulate the requests? If yes then you can do it in
more generic way by using Filter.
Chinmoy
On Wed, Aug 10, 2011 at 12:29 PM, namratajaiswal <
namratajaiswal2...@gmail.com> wrote:
>
> Hi all,
>
> We have a requirement where we need to decouple the http request and
> rep
Hi all,
We have a requirement where we need to decouple the http request and reponse
for webservices on the server side. We are using axis2 framework.
Suppose I have written my own MessageReceiver for my webservice in axis2.Now
when an end user sends soap request for webservice , obviously it wi