Re: printing SOAP response

2009-09-05 Thread Kevin Steves
On Sat, Sep 05, 2009 at 09:36:53AM +0530, Rajika Kumarasiri wrote: : On Sat, Sep 5, 2009 at 1:54 AM, Kevin Steves stev...@pobox.com wrote: : output from axiom_node_to_string(): : : Received OM: ifmap:publisher-id xmlns:ifmap= : http://www.trustedcomputinggroup.org/2006/IFMAP/1 :

Re: AXIS ON SERVER SIDE

2009-09-05 Thread Andrea Rossi
I must do (for my job) one application that call some service of web service. I have use the axis2 library on client side but i dont'know if axis2 library are instelled on server side. My question is, my application run properly only if the axis2 library are installed on server side?

Re: AXIS ON SERVER SIDE

2009-09-05 Thread Isuru Suriarachchi
On Sat, Sep 5, 2009 at 11:58 AM, Andrea Rossi rossi.andrea1...@gmail.comwrote: I must do (for my job) one application that call some service of web service. I have use the axis2 library on client side but i dont'know if axis2 library are instelled on server side. My question is, my

unsubscribe

2009-09-05 Thread Avinash laddha
--- On Thu, 9/3/09, Sarathi Balasundaram bsara...@gmail.com wrote: From: Sarathi Balasundaram bsara...@gmail.com Subject: unsubscribe To: axis-user@ws.apache.org Date: Thursday, September 3, 2009, 3:40 PM  

Sharing data between web services

2009-09-05 Thread Ramya K Grama
Hello: Is there a way to access the HTTPSession object from the Axis2 web service - either in the MessageReceiverInOut/Skeleton OR is there a way to share data between webservices using OperationContext somehow??? Here is some background info behind my question: In our group of web services,

Sharing data between web services

2009-09-05 Thread Ramya K Grama
-- Forwarded message -- From: Ramya K Grama ramyakgr...@gmail.com Date: Sat, Sep 5, 2009 at 10:51 PM Subject: Sharing data between web services To: axis-user@ws.apache.org Hello: Is there a way to access the HTTPSession object from the Axis2 web service - either in the

Re: Sharing data between web services

2009-09-05 Thread Isuru Suriarachchi
Hi, If you want to share data between web services, the best way is to use the Axis Configuration. You can access the Axis config through Message context. So Add your data object into Axis Config as follows. MessageContext mc = MessageContext.getCurrentMessageContext();