I'm sorry to sound so...green...but is there a good "beginner's" guide to using the API to perform basic request/responses that you would perform in the UI? I can use SoapUI with secure to do my ba...
You can control WS-Security using properties of WsdlRequest class. For example, you might want to use setWssPasswordType( String wssPasswordType ) method.