SoapService interface
Created a SoapService interface to ensure that all SOAP services are instantiated consistently. This will allow for consumers to create factories that are less repetitive.
In Magento, I want to condense the CBS client factories into a single class. This interface will help ensure a common constructor contract.