axis2
Alternative to Apache Tribes for Clustering of Axis2 Servers?
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?[详细]
2023-04-12 21:37 分类:问答wsdl2java with Basic Authentication (Axis 1.6.1)
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[详细]
2023-04-12 13:19 分类:问答using axis2 ramaprt module with own security framework
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[详细]
2023-04-10 21:08 分类:问答How to remove Axis2 web service
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[详细]
2023-04-10 15:50 分类:问答How to add Service archive generator and code generator plugin in Eclipse
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[详细]
2023-04-09 22:23 分类:问答Axis 2 Client not receiving a thrown exception from an Axis 2 Webservice
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.[详细]
2023-04-09 06:22 分类:问答Rampart Client throwing exception when trying to consume the service
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[详细]
2023-04-09 03:12 分类:问答creating header with axis2 java2wsdl - how?
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[详细]
2023-04-08 08:48 分类:问答Losing attachments in Axis2 response
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[详细]
2023-04-08 05:29 分类:问答Axi2 client made with wsdl2Java uses UTF-8 instead of UTF-16
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[详细]
2023-04-07 10:12 分类:问答