public static void main(String[] args) throws DOMException, TrustException, Exception {
Options opts = new Options(args);
opts.setDefaultURL(address);
Service service = new Service();
Call call = (Call) service.createCall();
call.setTargetEndpointAddress(opts.getURL());
SOAPEnvelope env = new SOAPEnvelope();
Document doc = env.getAsDocument();
WSSConfig wssConfig = WSSConfig.getDefaultWSConfig();