source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Examples/WSDLClientFileIssue_OldESB/Output_SampleService3.txt@ 507

Last change on this file since 507 was 507, checked in by George Lilly, 15 years ago

NHIN gateway and adaptor for use on linux with VistA EHR and RPMS

File size: 8.3 KB
Line 
1---[HTTP request]---
2cache-control: no-cache
3content-type: text/xml; charset=utf-8
4connection: keep-alive
5host: localhost:9080
6soapaction:
7content-length: 510
8accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
9user-agent: Java/1.6.0_05
10pragma: no-cache
11<soapenv:Envelope xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:gov:hhs:fha:nhinc:wsdlissue:schema:sample">
12 <soapenv:Body>
13 <urn:SampleOperationInput>
14 <urn:inputParam>?string?</urn:inputParam>
15 </urn:SampleOperationInput>
16 </soapenv:Body>
17</soapenv:Envelope>
18--------------------
19Retrieving business entities from UDDI using find_business web service call.
20---[HTTP response 200]---
21<?xml version='1.0' encoding='UTF-8'?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SampleOperationOutput xmlns="urn:gov:hhs:fha:nhinc:wsdlissue:schema:sample" xmlns:jbi="http://java.sun.com/xml/ns/jbi/wsdl-11-wrapper" xmlns:msgns="urn:gov:hhs:fha:nhinc:wsdlissue:wsdl:sample"><outputParam>test</outputParam></SampleOperationOutput></SOAP-ENV:Body></SOAP-ENV:Envelope>
22--------------------
23MEX0008:Failed to parse metadata returned from server at file:/C:/projects/nhinc/Current/Product/Production/Tutorials/WSDLClientFileIssue/SampleService3EJB/src/conf/xml-resources/web-service-references/uddi_v3_service/wsdl/uddi_v3_service.wsdl using protocol SOAP_1_2. Continuing attempts.
24MEX0008:Failed to parse metadata returned from server at file:/C:/projects/nhinc/Current/Product/Production/Tutorials/WSDLClientFileIssue/SampleService3EJB/src/conf/xml-resources/web-service-references/uddi_v3_service/wsdl/uddi_v3_service.wsdl using protocol SOAP_1_1. Continuing attempts.
25MEX0008:Failed to parse metadata returned from server at file:/C:/projects/nhinc/Current/Product/Production/Tutorials/WSDLClientFileIssue/SampleService3EJB/src/conf/xml-resources/web-service-references/uddi_v3_service/wsdl/uddi_v3_service.wsdl/mex using protocol SOAP_1_2. Continuing attempts.
26MEX0008:Failed to parse metadata returned from server at file:/C:/projects/nhinc/Current/Product/Production/Tutorials/WSDLClientFileIssue/SampleService3EJB/src/conf/xml-resources/web-service-references/uddi_v3_service/wsdl/uddi_v3_service.wsdl/mex using protocol SOAP_1_1. Continuing attempts.
27Failed to retrieve the UDDI Inquiry Web Service port. Error: Failed to access the WSDL at: file:/C:/projects/nhinc/Current/Product/Production/Tutorials/WSDLClientFileIssue/SampleService3EJB/src/conf/xml-resources/web-service-references/uddi_v3_service/wsdl/uddi_v3_service.wsdl. It failed with:
28 C:\projects\nhinc\Current\Product\Production\Tutorials\WSDLClientFileIssue\SampleService3EJB\src\conf\xml-resources\web-service-references\uddi_v3_service\wsdl\uddi_v3_service.wsdl (The system cannot find the path specified).
29Failed 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/SampleService3EJB/src/conf/xml-resources/web-service-references/uddi_v3_service/wsdl/uddi_v3_service.wsdl. It failed with:
30 C:\projects\nhinc\Current\Product\Production\Tutorials\WSDLClientFileIssue\SampleService3EJB\src\conf\xml-resources\web-service-references\uddi_v3_service\wsdl\uddi_v3_service.wsdl (The system cannot find the path specified).
31Run 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/SampleService3EJB/src/conf/xml-resources/web-service-references/uddi_v3_service/wsdl/uddi_v3_service.wsdl. It failed with:
32 C:\projects\nhinc\Current\Product\Production\Tutorials\WSDLClientFileIssue\SampleService3EJB\src\conf\xml-resources\web-service-references\uddi_v3_service\wsdl\uddi_v3_service.wsdl (The system cannot find the path specified).
33java.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/SampleService3EJB/src/conf/xml-resources/web-service-references/uddi_v3_service/wsdl/uddi_v3_service.wsdl. It failed with:
34 C:\projects\nhinc\Current\Product\Production\Tutorials\WSDLClientFileIssue\SampleService3EJB\src\conf\xml-resources\web-service-references\uddi_v3_service\wsdl\uddi_v3_service.wsdl (The system cannot find the path specified).
35 at gov.hhs.fha.nhinc.wsdlissue.sample.SampleServiceHelper.retrieveBusinessesInfoFromUDDI(SampleServiceHelper.java:79)
36 at gov.hhs.fha.nhinc.wsdlissue.sample.SampleServiceHelper.retrieveFromUDDIServer(SampleServiceHelper.java:96)
37 at gov.hhs.fha.nhinc.wsdlissue.sample.SampleServiceHelper.run(SampleServiceHelper.java:104)
38Caused 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/SampleService3EJB/src/conf/xml-resources/web-service-references/uddi_v3_service/wsdl/uddi_v3_service.wsdl. It failed with:
39 C:\projects\nhinc\Current\Product\Production\Tutorials\WSDLClientFileIssue\SampleService3EJB\src\conf\xml-resources\web-service-references\uddi_v3_service\wsdl\uddi_v3_service.wsdl (The system cannot find the path specified).
40 at gov.hhs.fha.nhinc.wsdlissue.sample.SampleServiceHelper.getUDDIInquiryWebService(SampleServiceHelper.java:42)
41 at gov.hhs.fha.nhinc.wsdlissue.sample.SampleServiceHelper.retrieveBusinessesInfoFromUDDI(SampleServiceHelper.java:65)
42 ... 2 more
43Caused by: javax.xml.ws.WebServiceException: Failed to access the WSDL at: file:/C:/projects/nhinc/Current/Product/Production/Tutorials/WSDLClientFileIssue/SampleService3EJB/src/conf/xml-resources/web-service-references/uddi_v3_service/wsdl/uddi_v3_service.wsdl. It failed with:
44 C:\projects\nhinc\Current\Product\Production\Tutorials\WSDLClientFileIssue\SampleService3EJB\src\conf\xml-resources\web-service-references\uddi_v3_service\wsdl\uddi_v3_service.wsdl (The system cannot find the path specified).
45 at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.tryWithMex(RuntimeWSDLParser.java:162)
46 at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:144)
47 at com.sun.xml.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:264)
48 at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:227)
49 at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:175)
50 at com.sun.xml.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:104)
51 at javax.xml.ws.Service.<init>(Service.java:56)
52 at org.uddi.v3_service.UDDIService.<init>(UDDIService.java:46)
53 at gov.hhs.fha.nhinc.wsdlissue.sample.SampleServiceHelper.getUDDIInquiryWebService(SampleServiceHelper.java:31)
54 ... 3 more
55Caused by: java.io.FileNotFoundException: C:\projects\nhinc\Current\Product\Production\Tutorials\WSDLClientFileIssue\SampleService3EJB\src\conf\xml-resources\web-service-references\uddi_v3_service\wsdl\uddi_v3_service.wsdl (The system cannot find the path specified)
56 at java.io.FileInputStream.open(Native Method)
57 at java.io.FileInputStream.<init>(FileInputStream.java:106)
58 at java.io.FileInputStream.<init>(FileInputStream.java:66)
59 at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70)
60 at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161)
61 at java.net.URL.openStream(URL.java:1009)
62 at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.createReader(RuntimeWSDLParser.java:805)
63 at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.resolveWSDL(RuntimeWSDLParser.java:262)
64 at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:129)
65 ... 10 more
Note: See TracBrowser for help on using the repository browser.