It looks like the normal usage of calling an Ensemble based Web Service via Ensemble is to create an Ensemble Business service that inherits from EnsLib.SOAP.Service which is then used to call a business operation which inherits from EnsLib.SOAP.Operation and the SOAP Outbound Adapter which can be generated via the SOAP wizard.
But, what if you don't want the extra step of calling the web service class via the operation?Has anyone actually constructed the Business Service to directly invoke the web service class?

