Basic Auth+Https to send a
SOAP message to JAXRPC web service
1. created a SOAP message using SAAJ (or with any thing)
2. used apache HTTPClient 4.x to send this SOAP message.
2.1 set up basic auth: username + password
2.2 set up SSL connection
So what you asked is doable until other better ways come along