throws AxisFault {
String endpointUri = extractEndpointUri(pconf, wsdlServiceName, portName);
String derivedUri = deriveBaseServiceUri(pconf);
String serviceName = parseURLForService(endpointUri, derivedUri);
if (serviceName == null) {
throw new OdeFault("The soap:address "+endpointUri+" used for service " + wsdlServiceName + " and port "
+ portName + " should be of the form http://hostname:port/ode/processes/myProcessEndpointName");
}
return serviceName;
}