{
EventingEndpointDeployment deploymentInfo = new EventingEndpointDeployment("http://schemas.xmlsoap.org/ws/2004/08/eventing/Warnings", null, null);
deploymentInfo.setEndpointAddress("http://localhost:8080/jaxws-wseventing/manage");
deploymentInfo.setPortName(new QName("http://schemas.xmlsoap.org/ws/2004/08/eventing","SubscriptionManagerPort"));
subscriptionManager = new SubscriptionManager();
subscriptionManager.registerEventSource(deploymentInfo);
subscriptionManager.registerEventSource(deploymentInfo);
subscriptionManager.start();
eventSinkEndpoint = new EndpointReferenceType();