By setting the {@link #setSoapActions(java.util.Properties) soapActions} property, the SOAP Actions defined in theresulting WSDL can be set. Additionally, the transport uri can be changed from the default HTTP transport by using the {@link #setTransportUri(String) transportUri} property.
The {@link #setCreateSoap11Binding(boolean) createSoap11} and {@link #setCreateSoap12Binding(boolean) createSoap12}properties indicate whether a SOAP 1.1 or SOAP 1.2 binding should be created. These properties default to {@code true} and {@code false} respectively. @author Arjen Poutsma @since 1.5.0
|
|
|
|
|
|