axis2
Java Web Service session management
I am building a web service where the user will need to login and the application will need to maintain a persistent session.I am using Ap开发者_运维百科ache Axis2 for client/server communication via[详细]
2023-03-13 18:48 分类:问答Error deploying axis2 service in glassfish
I\'ve been trying to deploy an axis2 service using the following: Netbeans 6.9.1 axis2.war (version 1.4.1) and I\'ve also tried (version 1.5.5)[详细]
2023-03-13 14:29 分类:问答Axis2 getSOAPEnvelope() performance issue
Using axis2 on solaris I\'ve noticed that the message.getSOAPEnvelope() call is maxing out the server processing to 0.0 idle. The call takes about 10 seconds and then processing load goes back to norm[详细]
2023-03-13 03:18 分类:问答Axis2+Rampart WebService Signing and Encryption
i have a problem with the security between one webservice and his client. I use Axis2 and Rampart to build bottom up my webservice and than create the client from the generated wsdl.[详细]
2023-03-12 22:45 分类:问答SOAPpy - how to pass a security Header?
Im currently developing a python webservice for an application which uses Axis2 WS-Security the simplified relevant code is[详细]
2023-03-12 01:36 分类:问答.net Client consuming Axis2 Web Service
I have an .net 2.0 C# client app that has a web service reference to an Axis2 Java Webservice. The idea is to send some xml data to the webservice, so it can be parsed and inserted into database.[详细]
2023-03-11 13:59 分类:问答Specified throwing AxisFault in WSDL file
I generate my web service from WSDL file. But 开发者_开发技巧I need t odefine in this file that my methods in SkeletonInterface thow Axis Fault Exception.[详细]
2023-03-11 13:26 分类:问答Java Webservice Deployment Options
Sorry for the length of this, but more info is usually better than not enough... I needed to add some server based functionality to an Android application which I have in the market. Majority of my p[详细]
2023-03-10 19:58 分类:问答Consuming Axis2 Web Services with JSON
I need to consume an Axis2 web service with an Android application.The Axis2 service is using JDK1.5 if it makes any difference.[详细]
2023-03-10 01:39 分类:问答java.lang.NoClassDefFoundError: org/apache/axis2/AxisFault When axis2-kernel-1.5.4.jar is in the class path
I have a jar file with a main() statement that instantiates and calls an axis2 web service stub. It cannot seem to find org.apache.axis2.AxisFault despite it being on my classpath. I am running 1.6.0_[详细]
2023-03-10 01:03 分类:问答
加载中,请稍侯......