Currently i am searching for possible Clustering technologies usable by Apache Axis2开发者_如何学运维 servers. I know that WSO2 Platform uses Apache Tribes for their Servers which are based on Axis2?
I am using wsdl2java to generate my java stub code for a web service. I know it has been a bugsince 1.4 that a wsdl source that requires HTTP basic auth could not be accessed. You will receive a 401
I have webservice (server-side) implemented using axis2 in my project.We want to enable WS-security in the existing web services. We are evaluating if apache ramapart module fits our need. Here is our
Is there a way to remove an already deployed axis2 web service ? I tried deactivating, but that d开发者_StackOverflow中文版oes not remove the web service, it merely disables it till the system is res
I have downloaded Servicearchive and code generator wizard plugin for Eclipse (From http://axis.apache.org/axis2/java/core/tools/index.html). I am following steps mentioned here http://axis.apache.org
An Axis 2 client (wsdl2java generated code) invokingan Axis 2 Webservice is not receiving a RuntimeException thrown from a Service. The invoked method is a void method.
I am trying to invoke a axis2 web service enabled with Rampart security. When I try to invoke the service through the client I am getting the following exception, (I have also included Jaxen Jar in my
I am using org.apache.axis2 to create wsdl. Our code is implementing ScemaGenerator and has our additions. I am trying to开发者_Python百科 find a way to create the wsdl with the header definition, tha
I\'m trying to send an attachment to client from Axis2 web service. The problem is that the message context, which client receives from the service, does not contain any attachments, though the last o
I\'m using Axis2 1.6.1 to create a webservice, both the server and the client. The webs开发者_如何学Pythonervice is pretty simple: it receives two strings and returns an array of bytes. The issue I\'m