Gets the service by its service name and group.
public GetService ( string $serviceName, string | null $version = null, string | null $server = null, SoapClientFactory $serviceFactory = null, boolean | null $validateOnly = null, boolean | null $partialFailure = null ) : SoapClient | ||
$serviceName | string | the service name |
$version | string | null | the version of the service to get. If null, then the default version will be used |
$server | string | null | the server to make the request to. If null, then the default server will be used |
$serviceFactory | SoapClientFactory | the factory to create the client. If null, then the built-in SOAP client factory will be used |
$validateOnly | boolean | null | if the service should be created in validateOnly mode |
$partialFailure | boolean | null | if the service should be created in partialFailure mode |
return | SoapClient | the instantiated service |