---[HTTP request]--- cache-control: no-cache content-type: text/xml; charset=utf-8 connection: keep-alive host: localhost:9080 soapaction: content-length: 510 accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 user-agent: Java/1.6.0_05 pragma: no-cache ?string? -------------------- Retrieving business entities from UDDI using find_business web service call. ---[HTTP response 200]--- test -------------------- MEX0008:Failed to parse metadata returned from server at file:/C:/projects/nhinc/Current/Product/Production/Tutorials/WSDLClientFileIssue/WSDLInterfaces/src/wsdl/uddi_v3_service.wsdl using protocol SOAP_1_2. Continuing attempts. MEX0008:Failed to parse metadata returned from server at file:/C:/projects/nhinc/Current/Product/Production/Tutorials/WSDLClientFileIssue/WSDLInterfaces/src/wsdl/uddi_v3_service.wsdl using protocol SOAP_1_1. Continuing attempts. MEX0008:Failed to parse metadata returned from server at file:/C:/projects/nhinc/Current/Product/Production/Tutorials/WSDLClientFileIssue/WSDLInterfaces/src/wsdl/uddi_v3_service.wsdl/mex using protocol SOAP_1_2. Continuing attempts. MEX0008:Failed to parse metadata returned from server at file:/C:/projects/nhinc/Current/Product/Production/Tutorials/WSDLClientFileIssue/WSDLInterfaces/src/wsdl/uddi_v3_service.wsdl/mex using protocol SOAP_1_1. Continuing attempts. Failed to retrieve the UDDI Inquiry Web Service port. Error: Failed to access the WSDL at: file:/C:/projects/nhinc/Current/Product/Production/Tutorials/WSDLClientFileIssue/WSDLInterfaces/src/wsdl/uddi_v3_service.wsdl. It failed with: C:\projects\nhinc\Current\Product\Production\Tutorials\WSDLClientFileIssue\WSDLInterfaces\src\wsdl\uddi_v3_service.wsdl (The system cannot find the path specified). Failed to call 'find_business' web service on the NHIN UDDI server. Errror: Failed to retrieve the UDDI Inquiry Web Service port. Error: Failed to access the WSDL at: file:/C:/projects/nhinc/Current/Product/Production/Tutorials/WSDLClientFileIssue/WSDLInterfaces/src/wsdl/uddi_v3_service.wsdl. It failed with: C:\projects\nhinc\Current\Product\Production\Tutorials\WSDLClientFileIssue\WSDLInterfaces\src\wsdl\uddi_v3_service.wsdl (The system cannot find the path specified). Run Method: Unexpected Exception: Failed to call 'find_business' web service on the NHIN UDDI server. Errror: Failed to retrieve the UDDI Inquiry Web Service port. Error: Failed to access the WSDL at: file:/C:/projects/nhinc/Current/Product/Production/Tutorials/WSDLClientFileIssue/WSDLInterfaces/src/wsdl/uddi_v3_service.wsdl. It failed with: C:\projects\nhinc\Current\Product\Production\Tutorials\WSDLClientFileIssue\WSDLInterfaces\src\wsdl\uddi_v3_service.wsdl (The system cannot find the path specified). java.lang.Exception: Failed to call 'find_business' web service on the NHIN UDDI server. Errror: Failed to retrieve the UDDI Inquiry Web Service port. Error: Failed to access the WSDL at: file:/C:/projects/nhinc/Current/Product/Production/Tutorials/WSDLClientFileIssue/WSDLInterfaces/src/wsdl/uddi_v3_service.wsdl. It failed with: C:\projects\nhinc\Current\Product\Production\Tutorials\WSDLClientFileIssue\WSDLInterfaces\src\wsdl\uddi_v3_service.wsdl (The system cannot find the path specified). at gov.hhs.fha.nhinc.wsdlissue.sample.SampleServiceHelper.retrieveBusinessesInfoFromUDDI(SampleServiceHelper.java:79) at gov.hhs.fha.nhinc.wsdlissue.sample.SampleServiceHelper.retrieveFromUDDIServer(SampleServiceHelper.java:96) at gov.hhs.fha.nhinc.wsdlissue.sample.SampleServiceHelper.run(SampleServiceHelper.java:104) Caused by: java.lang.Exception: Failed to retrieve the UDDI Inquiry Web Service port. Error: Failed to access the WSDL at: file:/C:/projects/nhinc/Current/Product/Production/Tutorials/WSDLClientFileIssue/WSDLInterfaces/src/wsdl/uddi_v3_service.wsdl. It failed with: C:\projects\nhinc\Current\Product\Production\Tutorials\WSDLClientFileIssue\WSDLInterfaces\src\wsdl\uddi_v3_service.wsdl (The system cannot find the path specified). at gov.hhs.fha.nhinc.wsdlissue.sample.SampleServiceHelper.getUDDIInquiryWebService(SampleServiceHelper.java:42) at gov.hhs.fha.nhinc.wsdlissue.sample.SampleServiceHelper.retrieveBusinessesInfoFromUDDI(SampleServiceHelper.java:65) ... 2 more Caused by: javax.xml.ws.WebServiceException: Failed to access the WSDL at: file:/C:/projects/nhinc/Current/Product/Production/Tutorials/WSDLClientFileIssue/WSDLInterfaces/src/wsdl/uddi_v3_service.wsdl. It failed with: C:\projects\nhinc\Current\Product\Production\Tutorials\WSDLClientFileIssue\WSDLInterfaces\src\wsdl\uddi_v3_service.wsdl (The system cannot find the path specified). at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.tryWithMex(RuntimeWSDLParser.java:162) at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:144) at com.sun.xml.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:264) at com.sun.xml.ws.client.WSServiceDelegate.(WSServiceDelegate.java:227) at com.sun.xml.ws.client.WSServiceDelegate.(WSServiceDelegate.java:175) at com.sun.xml.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:104) at javax.xml.ws.Service.(Service.java:56) at org.uddi.v3_service.UDDIService.(UDDIService.java:46) at gov.hhs.fha.nhinc.wsdlissue.sample.SampleServiceHelper.getUDDIInquiryWebService(SampleServiceHelper.java:31) ... 3 more Caused by: java.io.FileNotFoundException: C:\projects\nhinc\Current\Product\Production\Tutorials\WSDLClientFileIssue\WSDLInterfaces\src\wsdl\uddi_v3_service.wsdl (The system cannot find the path specified) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.(FileInputStream.java:106) at java.io.FileInputStream.(FileInputStream.java:66) at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70) at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161) at java.net.URL.openStream(URL.java:1009) at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.createReader(RuntimeWSDLParser.java:805) at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.resolveWSDL(RuntimeWSDLParser.java:262) at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:129) ... 10 more