A Web Services/SOAP/WSDL framework supported by the Apache Software Foundation
I am running two axis2 services which communicate with each other. On every service startup I get this error: 2014-02…
java web-services exception-handling axis2 axisI'm connecting to a secure service. I have a SOAP UI project configured to use a jks file to provide …
web-services soap https axis2 rampartI'm using Axis2 1.5.1 (wsdl2java) for code generation (client stubs) from a given WSDL file. The webservice is provided by …
java wsdl code-generation axis2 wsdl2javaI have a WSDL file and I would like to create a webservice from that using Java ("Contract first approach"). …
eclipse web-services tomcat7 axis2 wsdl2codeIs AXIS or CXF necessary for Java web services? Can it be all done via the JDK (1.6)?
java web-services axis2 axis cxfWe have a requirement where a webservice with username token security has been created in IBM Websphere Integration Developer 6.1. Now, …
java axis2 rampartCan you guess what happens? I generated a client stub using Eclipse WTP [Axis2] and while working on a client …
eclipse axis2 mylynI am getting the following error while trying to implement WS-Security using Rampart in Axis2. org.apache.axis2.AxisFault: Unable …
java web-services axis2 ws-security rampartI have generated a WSDL from a java class using axis2 java2wsdl utility as follows; java2wsdl -o C:\…
wsdl axis2 ws-client