final ObjectInvoker invoker = new ObjectInvoker(ScopePolicyEditor.toScopePolicy(theScope));
endpoint.setInvoker(invoker);
endpoint.setFaultSerializer(new SoapFaultSerializer());
endpoint.setWSDLWriter(new WSDLBuilderAdapter(getWsdlBuilderFactory(), endpoint, transportManager));
initializeOperations(endpoint, theStyle);
endpoint.setProperty(STYLE, theStyle);
endpoint.setProperty(USE, theUse);