source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Gateway/NhinCA/src/jbiServiceUnits/META-INF/NhincInternalOrchBPEL/src/_references/_projects/Interfaces/src/wsdl/NhincComponentInternalSubscriptionManagementOrch.wsdl@ 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: 11.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<definitions name="NhincComponentInternalSubscriptionManagementOrch" targetNamespace="urn:gov:hhs:fha:nhinc:nhinccomponentinternalsubscriptionmanagementorch"
3 xmlns="http://schemas.xmlsoap.org/wsdl/"
4 xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
5 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
6 xmlns:tns="urn:gov:hhs:fha:nhinc:nhinccomponentinternalsubscriptionmanagementorch"
7 xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2"
8 xmlns:nccommoninternalorch="urn:gov:hhs:fha:nhinc:common:nhinccommoninternalorch"
9 xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
10 xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
11 xmlns:wsrf-rw="http://docs.oasis-open.org/wsrf/rw-2">
12 <import namespace="http://docs.oasis-open.org/wsrf/rw-2"
13 location="rw-2.wsdl"/>
14 <types>
15 <xsd:schema targetNamespace="urn:gov:hhs:fha:nhinc:nhinccomponentinternalsubscriptionmanagementorch">
16 <xsd:import namespace="http://docs.oasis-open.org/wsn/b-2" schemaLocation="../schemas/docs.oasis-open.org/wsn/b-2.xsd"/>
17 <xsd:import namespace="urn:gov:hhs:fha:nhinc:common:nhinccommoninternalorch" schemaLocation="../schemas/nhinc/common/NhincCommonInternalOrch.xsd"/>
18 </xsd:schema>
19 </types>
20 <message name="SubscribeRequest">
21 <part name="SubscribeRequest" element="nccommoninternalorch:SubscribeRequest"/>
22 </message>
23 <message name="SubscribeResponse">
24 <part name="SubscribeResponse" element="wsnt:SubscribeResponse"/>
25 </message>
26 <message name="UnsubscribeRequest">
27 <part name="UnsubscribeRequest" element="wsnt:Unsubscribe"/>
28 </message>
29 <message name="UnsubscribeResponse">
30 <part name="UnsubscribeResponse" element="wsnt:UnsubscribeResponse"/>
31 </message>
32 <wsdl:message name="InvalidFilterFault">
33 <wsdl:part name="InvalidFilterFault"
34 element="wsnt:InvalidFilterFault"/>
35 </wsdl:message>
36 <wsdl:message name="TopicExpressionDialectUnknownFault">
37 <wsdl:part name="TopicExpressionDialectUnknownFault"
38 element="wsnt:TopicExpressionDialectUnknownFault"/>
39 </wsdl:message>
40 <wsdl:message name="InvalidTopicExpressionFault">
41 <wsdl:part name="InvalidTopicExpressionFault"
42 element="wsnt:InvalidTopicExpressionFault"/>
43 </wsdl:message>
44 <wsdl:message name="TopicNotSupportedFault">
45 <wsdl:part name="TopicNotSupportedFault"
46 element="wsnt:TopicNotSupportedFault"/>
47 </wsdl:message>
48 <wsdl:message name="InvalidProducerPropertiesExpressionFault">
49 <wsdl:part name="InvalidProducerPropertiesExpressionFault"
50 element="wsnt:InvalidProducerPropertiesExpressionFault"/>
51 </wsdl:message>
52 <wsdl:message name="InvalidMessageContentExpressionFault">
53 <wsdl:part name="InvalidMessageContentExpressionFault"
54 element="wsnt:InvalidMessageContentExpressionFault"/>
55 </wsdl:message>
56 <wsdl:message name="UnacceptableInitialTerminationTimeFault">
57 <wsdl:part name="UnacceptableInitialTerminationTimeFault"
58 element="wsnt:UnacceptableInitialTerminationTimeFault"/>
59 </wsdl:message>
60 <wsdl:message name="UnrecognizedPolicyRequestFault">
61 <wsdl:part name="UnrecognizedPolicyRequestFault"
62 element="wsnt:UnrecognizedPolicyRequestFault"/>
63 </wsdl:message>
64 <wsdl:message name="UnsupportedPolicyRequestFault">
65 <wsdl:part name="UnsupportedPolicyRequestFault"
66 element="wsnt:UnsupportedPolicyRequestFault"/>
67 </wsdl:message>
68 <wsdl:message name="NotifyMessageNotSupportedFault">
69 <wsdl:part name="NotifyMessageNotSupportedFault"
70 element="wsnt:NotifyMessageNotSupportedFault"/>
71 </wsdl:message>
72 <wsdl:message name="SubscribeCreationFailedFault">
73 <wsdl:part name="SubscribeCreationFailedFault"
74 element="wsnt:SubscribeCreationFailedFault"/>
75 </wsdl:message>
76 <wsdl:message name="UnableToDestroySubscriptionFault">
77 <wsdl:part name="UnableToDestroySubscriptionFault"
78 element="wsnt:UnableToDestroySubscriptionFault"/>
79 </wsdl:message>
80 <portType name="NhincComponentInternalNotificationProducerPortType">
81 <operation name="Subscribe">
82 <input name="SubscribeRequest" message="tns:SubscribeRequest"/>
83 <output name="SubscribeResponse" message="tns:SubscribeResponse"/>
84 <fault name="InvalidFilterFault" message="tns:InvalidFilterFault"/>
85 <fault name="ResourceUnknownFault" message="wsrf-rw:ResourceUnknownFault" />
86 <fault name="TopicExpressionDialectUnknownFault" message="tns:TopicExpressionDialectUnknownFault" />
87 <fault name="InvalidTopicExpressionFault" message="tns:InvalidTopicExpressionFault" />
88 <fault name="TopicNotSupportedFault" message="tns:TopicNotSupportedFault" />
89 <fault name="InvalidProducerPropertiesExpressionFault" message="tns:InvalidProducerPropertiesExpressionFault" />
90 <fault name="InvalidMessageContentExpressionFault" message="tns:InvalidMessageContentExpressionFault" />
91 <fault name="UnacceptableInitialTerminationTimeFault" message="tns:UnacceptableInitialTerminationTimeFault" />
92 <fault name="UnrecognizedPolicyRequestFault" message="tns:UnrecognizedPolicyRequestFault" />
93 <fault name="UnsupportedPolicyRequestFault" message="tns:UnsupportedPolicyRequestFault" />
94 <fault name="NotifyMessageNotSupportedFault" message="tns:NotifyMessageNotSupportedFault" />
95 <fault name="SubscribeCreationFailedFault" message="tns:SubscribeCreationFailedFault" />
96 </operation>
97 </portType>
98 <portType name="NhincComponentInternalSubscriptionManagerPortType">
99 <operation name="Unsubscribe">
100 <input name="UnsubscribeRequest" message="tns:UnsubscribeRequest"/>
101 <output name="UnsubscribeResponse" message="tns:UnsubscribeResponse"/>
102 <fault name="ResourceUnknownFault" message="wsrf-rw:ResourceUnknownFault" />
103 <fault name="UnableToDestroySubscriptionFault" message="tns:UnableToDestroySubscriptionFault" />
104 </operation>
105 </portType>
106 <binding name="NhincComponentInternalNotificationProducerPortTypeBindingSoap11" type="tns:NhincComponentInternalNotificationProducerPortType">
107 <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
108 <operation name="Subscribe">
109 <soap:operation soapAction="urn:Subscribe"/>
110 <input name="SubscribeRequest">
111 <soap:body use="literal"/>
112 </input>
113 <output name="SubscribeResponse">
114 <soap:body use="literal"/>
115 </output>
116 <fault name="InvalidFilterFault">
117 <soap:fault name="InvalidFilterFault" use="literal"/>
118 </fault>
119 <fault name="ResourceUnknownFault">
120 <soap:fault name="ResourceUnknownFault" use="literal"/>
121 </fault>
122 <fault name="TopicExpressionDialectUnknownFault">
123 <soap:fault name="TopicExpressionDialectUnknownFault" use="literal"/>
124 </fault>
125 <fault name="InvalidTopicExpressionFault">
126 <soap:fault name="InvalidTopicExpressionFault" use="literal"/>
127 </fault>
128 <fault name="TopicNotSupportedFault">
129 <soap:fault name="TopicNotSupportedFault" use="literal"/>
130 </fault>
131 <fault name="InvalidProducerPropertiesExpressionFault">
132 <soap:fault name="InvalidProducerPropertiesExpressionFault" use="literal"/>
133 </fault>
134 <fault name="InvalidMessageContentExpressionFault">
135 <soap:fault name="InvalidMessageContentExpressionFault" use="literal"/>
136 </fault>
137 <fault name="UnacceptableInitialTerminationTimeFault">
138 <soap:fault name="UnacceptableInitialTerminationTimeFault" use="literal"/>
139 </fault>
140 <fault name="UnrecognizedPolicyRequestFault">
141 <soap:fault name="UnrecognizedPolicyRequestFault" use="literal"/>
142 </fault>
143 <fault name="UnsupportedPolicyRequestFault">
144 <soap:fault name="UnsupportedPolicyRequestFault" use="literal"/>
145 </fault>
146 <fault name="NotifyMessageNotSupportedFault">
147 <soap:fault name="NotifyMessageNotSupportedFault" use="literal"/>
148 </fault>
149 <fault name="SubscribeCreationFailedFault">
150 <soap:fault name="SubscribeCreationFailedFault" use="literal"/>
151 </fault>
152 </operation>
153 </binding>
154 <binding name="NhincComponentInternalSubscriptionManagerPortTypeBindingSoap11" type="tns:NhincComponentInternalSubscriptionManagerPortType">
155 <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
156 <operation name="Unsubscribe">
157 <soap:operation soapAction="urn:Unsubscribe"/>
158 <input name="UnsubscribeRequest">
159 <soap:body use="literal"/>
160 </input>
161 <output name="UnsubscribeResponse">
162 <soap:body use="literal"/>
163 </output>
164 <fault name="ResourceUnknownFault">
165 <soap:fault name="ResourceUnknownFault" use="literal"/>
166 </fault>
167 <fault name="UnableToDestroySubscriptionFault">
168 <soap:fault name="UnableToDestroySubscriptionFault" use="literal"/>
169 </fault>
170 </operation>
171 </binding>
172 <service name="NhincComponentInternalNotificationProducerService">
173 <port name="NhincComponentInternalNotificationProducerPortTypeBindingPort" binding="tns:NhincComponentInternalNotificationProducerPortTypeBindingSoap11">
174 <soap:address location="http://localhost:${HttpDefaultPort}/NhinConnect/NhincComponentInternalNotificationProducer"/>
175 </port>
176 </service>
177 <service name="NhincComponentInternalSubscriptionManagerService">
178 <port name="NhincComponentInternalSubscriptionManagerPortTypeBindingPort" binding="tns:NhincComponentInternalSubscriptionManagerPortTypeBindingSoap11">
179 <soap:address location="http://localhost:${HttpDefaultPort}/NhinConnect/NhincComponentInternalSubscriptionManager"/>
180 </port>
181 </service>
182 <plnk:partnerLinkType name="NhincComponentInternalNotificationProducer">
183 <!-- A partner link type is automatically generated when a new port type is added. Partner link types are used by BPEL processes.
184In a BPEL process, a partner link represents the interaction between the BPEL process and a partner service. Each partner link is associated with a partner link type.
185A partner link type characterizes the conversational relationship between two services. The partner link type can have one or two roles.-->
186 <plnk:role name="NhincComponentInternalNotificationProducerPortTypeRole" portType="tns:NhincComponentInternalNotificationProducerPortType"/>
187 </plnk:partnerLinkType>
188 <plnk:partnerLinkType name="NhincComponentInternalSubscriptionManagement">
189 <!-- A partner link type is automatically generated when a new port type is added. Partner link types are used by BPEL processes.
190In a BPEL process, a partner link represents the interaction between the BPEL process and a partner service. Each partner link is associated with a partner link type.
191A partner link type characterizes the conversational relationship between two services. The partner link type can have one or two roles.-->
192 <plnk:role name="NhincComponentInternalSubscriptionManagerPortTypeRole" portType="tns:NhincComponentInternalSubscriptionManagerPortType"/>
193 </plnk:partnerLinkType>
194</definitions>
Note: See TracBrowser for help on using the repository browser.