Tomcat7 +axis2 + jaxws based process

2011-07-07 Thread kavithakarthik
Hi As per Axis 2 web site Axis2 provides two mechanisms for deploying JAX-WS services: The service may be packaged and deployed as an AAR, just like any other service within Axis2. Like with all AARs, a services.xml file containing the relevant metadata is required for the service to deploy

ServiceClient behind an Axis Service

2011-07-07 Thread Christophe Noel
Dear all, I'm using the Axis2 ServiceClient in order to send a non-blocking request using "separate listeners". The ServiceClient is used by a thread behind a Axis Web Service. My code works fine as a single application, but, when behind the Axis Service, I cannot receive the Callback. The pos

remove or lock namespace prefix from wsdl

2011-07-07 Thread Boni, Simone
Hi, i've a problem with wsdl namespace prefix generated by axis2. I need to remove or lock namespace prefix "ax2XX" from wsdl. Is it possible? Simone Boni

Setting CDATA in SOAP message using Axis2 client

2011-07-07 Thread chandan_evol
Hi All, My application has an Axis2 based client which sends requests to a remote server. The SOAP request which is sent from the client side has three parameters, one of which should be a CDATA elemet (the data within the CDATA section is unescaped). But, I am not finding any way, how to put a C

Is SOAP supports JSON format?

2011-07-07 Thread Mahesh kumar
Hi, I'm using axis 1.6. I'm aware that REST is lightweight and in addition it supports JSON. But I would like to use the advantages of SOAP like its state-fullness and asynchronous support. Documentation states that JSON is alternate format for XML and axis2 will support JSON. Does SOAP support

asis2 REST JSON exception

2011-07-07 Thread Mahesh kumar
Hi, I'm using axis2 1.6. I have created a webservice and I generated the client stub using ADB method. While accessing in REST form with application/json type I'm getting exception namespace expected http//package.com but found Could anyone have any idea how to fix this? By Mahesh