Creates an instance of the default
SOAPConnectionFactory
object.
try {
return (SOAPConnectionFactory) FactoryFinder.find(SF_PROPERTY,
DEFAULT_SOAP_CONNECTION_FACTORY);
} catch (Exception exception) {
throw new SOAPException("Unable to create SOAP connection factory: "
+ exception.getMessage());
}