/* */
/* 117 */ serviceMetaData.addEndpoint(sepMetaData);
/* */
/* 120 */ processInvokeMethod(sepMetaData);
/* */
/* 123 */ String wsdlLocation = anWebServiceProvider.wsdlLocation();
/* 124 */ if (wsdlLocation.length() > 0)
/* */ {
/* 126 */ URL wsdlURL = dep.getMetaDataFileURL(wsdlLocation);
/* 127 */ serviceMetaData.setWsdlLocation(wsdlURL);
/* */ }