@Override
public UDDIInquiryPortType getUDDIInquiryService(String endpointURL) throws TransportException {
try {
if (inquiryv2 == null) {
inquiryv2 = new Inquiry3to2();
}
if (endpointURL == null) {
UDDIClient client = UDDIClientContainer.getUDDIClient(clientName);
endpointURL = client.getClientConfig().getUDDINode(nodeName).getInquiryUrl();