Re: tcpmon and SSL request/response

2011-08-12 Thread Sadeep Jayasumana
Hi, TCPMon cannot monitor https traffic. But there are other tools such as Wireshark that are capable of doing this. You might find this[1] blog post useful. [1] http://www.lahiru.org/2011/05/monitor-wso2-servers-with-wireshark.html Thanks, Sadeep On Fri, Aug 12, 2011 at 6:28 PM, Denise Wu wr

Re: Fields in SOAP message

2011-08-10 Thread Sadeep Jayasumana
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

Re: Making WebServices call asynchronous on the server side with axis2

2011-08-10 Thread Sadeep Jayasumana
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

Re: Axis2 SOAP Monitor on OutFlow to a foreign server

2011-07-25 Thread Sadeep Jayasumana
Hi, On Mon, Jul 25, 2011 at 5:26 PM, robert lazarski wrote: > On Mon, Jul 25, 2011 at 3:00 AM, Jose Marin wrote: > > Hello Dear Users, > > > > Does anyone out there know how setup Axis2 soapmonitor so that I can view > > the envelopes being sent by my client to a server not under my control? > >

Re: Axis2 Web service - startUp getting called many times

2011-06-27 Thread Sadeep Jayasumana
Hi Sujata, Try changing the scope of the service deployment. ... Thanks, Sadeep On Mon, Jun 27, 2011 at 2:26 PM, Sujata Galinde wrote: > Hi, > > I am developing a Web Service using Apache Axis2(axis2-1.5.4). I want to > utilize power of ServiceLifeCycle to perform some tasks during service >

Re: Axis2 webservice returning ArrayList of Hashtable

2011-06-13 Thread Sadeep Jayasumana
Hi, This has been reported in [1]..[3]. AFAIK, Sagara is currently working on them. [1] https://issues.apache.org/jira/browse/AXIS2-5063 [2] https://issues.apache.org/jira/browse/AXIS2-5064 [3] https://issues.apache.org/jira/browse/AXIS2-5066 Tha