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,

1 comment:

  1. 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

    ReplyDelete