SOAPService ss = new SOAPService(wsdlURL, SERVICE_NAME);
ServerPortType port = ss.getSOAPPort();
EndpointReferenceType ref = null;
try {
ref = EndpointReferenceUtils.getEndpointReference(new WSDLManagerImpl(bus), implementor);
} catch (BusException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}