- Axis2 - Setting the HTTP Method when sending request
- Axis2 - Adding custom SOAP Headers to a request using ServiceClient
- Axiom - How to create a OMElement from a String
- Axis2 - Setting custom HTTP Headers on a response
- How to run Axis2 behind a proxy and Bypass the Proxy for some Domains
- Axis2 - Calling a Service which is Protected by HTTP Basic Authentication
- Axis2 wsdl2java - Generate Better Code with -uw
- Apache Axis2 Changing the Content-type of the Response
- RESTful Web Services with Apache Axis2
- Axis2 & Rampart - Access Username used for Authentication in a Web Service
- Enabling JSON in Apache Axis2
- HTTP Content Negotiation with Apache Axis2
- Apache Axis2 java2wsdl Usage - Graphical Tool
- Attachments - MTOM, SWA and Base64Binary Compared
- Axis2 java2wsdl - Never Use An Interface
Wednesday, October 8, 2008
Apache Axis2 Tips and Tricks
Recently I've been blogging extensively on some tips and tricks related to Apache Axis2. Here's a summary of them,
Subscribe to:
Post Comments (Atom)
1 comment:
You have info on accessing a web service protected by basic authentication programatically?
But why isn't there a command line switch in Wsdl2Java to specify username and password, as there is with Axis 1 Wsdl2Java?
e.g.
Wsdl2Java ... -U username -P password
Post a Comment