-
Notifications
You must be signed in to change notification settings - Fork 1
/
Soap 1.2_HCC.SVR.Prod.BS.HIPMessageServer.xml
51 lines (51 loc) · 2.58 KB
/
Soap 1.2_HCC.SVR.Prod.BS.HIPMessageServer.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="urn:hl7-org:v3" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" targetNamespace="urn:hl7-org:v3">
<types>
<s:schema elementFormDefault="qualified" targetNamespace="urn:hl7-org:v3">
<s:element name="HIPMessageServer">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" name="action" type="s:string"/>
<s:element minOccurs="0" name="message" type="s:string"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="HIPMessageServerResponse">
<s:complexType>
<s:sequence>
<s:element name="HIPMessageServerResult" type="s:string"/>
</s:sequence>
</s:complexType>
</s:element>
</s:schema>
</types>
<message name="HIPMessageServerSoapIn">
<part name="parameters" element="s0:HIPMessageServer"/>
</message>
<message name="HIPMessageServerSoapOut">
<part name="parameters" element="s0:HIPMessageServerResponse"/>
</message>
<portType name="HIPMessageServerSoap">
<operation name="HIPMessageServer">
<input message="s0:HIPMessageServerSoapIn"/>
<output message="s0:HIPMessageServerSoapOut"/>
</operation>
</portType>
<binding name="HIPMessageServerSoap12" type="s0:HIPMessageServerSoap">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
<operation name="HIPMessageServer">
<soap12:operation soapAction="urn:hl7-org:v3/HCC.SVR.Prod.BS.HIPMessageServer.HIPMessageServer" style="document"/>
<input>
<soap12:body use="literal"/>
</input>
<output>
<soap12:body use="literal"/>
</output>
</operation>
</binding>
<service name="HIPMessageServer">
<port name="HIPMessageServerSoap12" binding="s0:HIPMessageServerSoap12">
<soap12:address location="http://172.19.85.68:52773/csp/healthshare/hcc/services/HCC.SVR.Prod.BS.HIPMessageServer.cls"/>
</port>
</service>
</definitions>