Top "Axis2" questions

A Web Services/SOAP/WSDL framework supported by the Apache Software Foundation

"WARNING: Unable to find required classes" when making a web service client

I have to make a web service client from an wsdl file. I have followed tutorial to create and test …

java web-services axis2 webservice-client
How to print SOAP message contents when using Apache Axis

I am using Apache Axis for web service automation. I am preparing SOAP requests via Axis and hitting the web …

java web-services soap axis2
Axis2's wsdl2java fails on RPC/Encoded style web services

Is there any alternative to Axis2? Or the way to make it work (different data binding, for example)? Retrieving document …

java axis2 axis wsdl2java jax-rpc
Not able to see Axis2 Plugin for Eclipse

Here's the problem: I tried with multiple Eclipse IDE versions. eclipse-jee-galileo-SR1-win32 eclipse-jee-galileo-SR2-win32 eclipse-jee-helios-SR2-win32 eclipse-jee-indigo-SR1-win32 Axis2 runtime …

eclipse eclipse-plugin axis2
Accessing a web service from your browser

I'm relatively new to how web services work so I've gone though a tutorial from http://blog.saminda.org/2008/07/light-weight-osgi-based-axis2…

java browser web-services osgi axis2
How to do Basic Authentication with an Axis2 ADB Client?

I'm trying to figure out how to do Basic Authentication with an ADB Axis2 version 1.5 Client. I'm trying the following: …

java axis2
Serializing with JAXB and the Any

I have a schema that defines the following type: <xsd:complexType name="Payload"> <xsd:sequence> <…

java xsd jaxb axis2
how to add a http header to a soaprequest in java

I try to connect to a Yahoo webservice. I generated the classes by axis2. The problem I am facing right …

java soap header axis2
What methods exist to auto-generate java client stubs from WSDL files?

I'm new to web-services and have read up some info about XML,SOAP,and WSDL. It's very interesting! I'm working …

java wsdl axis2