trizetto-api 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +11 -0
- data/.rspec +3 -0
- data/.travis.yml +5 -0
- data/CHANGELOG.md +10 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +74 -0
- data/LICENSE.txt +21 -0
- data/README.md +122 -0
- data/Rakefile +6 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/lib/trizetto/api.rb +6 -0
- data/lib/trizetto/api/configuration.rb +25 -0
- data/lib/trizetto/api/eligibility.rb +3 -0
- data/lib/trizetto/api/eligibility/core2.rb +98 -0
- data/lib/trizetto/api/eligibility/core2.wsdl +152 -0
- data/lib/trizetto/api/eligibility/web_service.rb +49 -0
- data/lib/trizetto/api/eligibility/web_service.wsdl +257 -0
- data/lib/trizetto/api/payer_list/web_service.rb +44 -0
- data/lib/trizetto/api/payer_list/web_service.wsdl +164 -0
- data/lib/trizetto/api/version.rb +5 -0
- data/lib/trizetto/api/web_service.rb +27 -0
- data/trizetto-api.gemspec +30 -0
- metadata +138 -0
@@ -0,0 +1,152 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:CORE="http://www.caqh.org/SOAP/WSDL/" xmlns:CORE-XSD="http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CORE" targetNamespace="http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd">
|
3
|
+
<wsdl:types>
|
4
|
+
<xsd:schema elementFormDefault="qualified" targetNamespace="http://www.caqh.org/SOAP/WSDL/">
|
5
|
+
<xsd:import namespace="http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd" schemaLocation="CORERule2.2.0.xsd" />
|
6
|
+
</xsd:schema>
|
7
|
+
</wsdl:types>
|
8
|
+
<wsdl:message name="RealTimeRequestMessage">
|
9
|
+
<wsdl:part name="body" element="CORE-XSD:COREEnvelopeRealTimeRequest" />
|
10
|
+
</wsdl:message>
|
11
|
+
<wsdl:message name="RealTimeResponseMessage">
|
12
|
+
<wsdl:part name="body" element="CORE-XSD:COREEnvelopeRealTimeResponse" />
|
13
|
+
</wsdl:message>
|
14
|
+
<wsdl:message name="BatchSubmissionMessage">
|
15
|
+
<wsdl:part name="body" element="CORE-XSD:COREEnvelopeBatchSubmission" />
|
16
|
+
</wsdl:message>
|
17
|
+
<wsdl:message name="BatchSubmissionResponseMessage">
|
18
|
+
<wsdl:part name="body" element="CORE-XSD:COREEnvelopeBatchSubmissionResponse" />
|
19
|
+
</wsdl:message>
|
20
|
+
<wsdl:message name="BatchSubmissionAckRetrievalRequestMessage">
|
21
|
+
<wsdl:part name="body" element="CORE-XSD:COREEnvelopeBatchSubmissionAckRetrievalRequest" />
|
22
|
+
</wsdl:message>
|
23
|
+
<wsdl:message name="BatchSubmissionAckRetrievalResponseMessage">
|
24
|
+
<wsdl:part name="body" element="CORE-XSD:COREEnvelopeBatchSubmissionAckRetrievalResponse" />
|
25
|
+
</wsdl:message>
|
26
|
+
<wsdl:message name="BatchResultsRetrievalRequestMessage">
|
27
|
+
<wsdl:part name="body" element="CORE-XSD:COREEnvelopeBatchResultsRetrievalRequest" />
|
28
|
+
</wsdl:message>
|
29
|
+
<wsdl:message name="BatchResultsRetrievalResponseMessage">
|
30
|
+
<wsdl:part name="body" element="CORE-XSD:COREEnvelopeBatchResultsRetrievalResponse" />
|
31
|
+
</wsdl:message>
|
32
|
+
<wsdl:message name="BatchResultsAckSubmissionMessage">
|
33
|
+
<wsdl:part name="body" element="CORE-XSD:COREEnvelopeBatchResultsAckSubmission" />
|
34
|
+
</wsdl:message>
|
35
|
+
<wsdl:message name="BatchResultsAckSubmissionResponseMessage">
|
36
|
+
<wsdl:part name="body" element="CORE-XSD:COREEnvelopeBatchResultsAckSubmissionResponse" />
|
37
|
+
</wsdl:message>
|
38
|
+
<wsdl:portType name="CORETransactions">
|
39
|
+
<wsdl:operation name="RealTimeTransaction">
|
40
|
+
<wsdl:input message="CORE:RealTimeRequestMessage" />
|
41
|
+
<wsdl:output message="CORE:RealTimeResponseMessage" />
|
42
|
+
</wsdl:operation>
|
43
|
+
<wsdl:operation name="BatchSubmitTransaction">
|
44
|
+
<wsdl:input message="CORE:BatchSubmissionMessage" />
|
45
|
+
<wsdl:output message="CORE:BatchSubmissionResponseMessage" />
|
46
|
+
</wsdl:operation>
|
47
|
+
<wsdl:operation name="GenericBatchSubmissionTransaction">
|
48
|
+
<wsdl:input message="CORE:BatchSubmissionMessage" />
|
49
|
+
<wsdl:output message="CORE:BatchSubmissionResponseMessage" />
|
50
|
+
</wsdl:operation>
|
51
|
+
<wsdl:operation name="BatchSubmitAckRetrievalTransaction">
|
52
|
+
<wsdl:input message="CORE:BatchSubmissionAckRetrievalRequestMessage" />
|
53
|
+
<wsdl:output message="CORE:BatchSubmissionAckRetrievalResponseMessage" />
|
54
|
+
</wsdl:operation>
|
55
|
+
<wsdl:operation name="BatchResultsRetrievalTransaction">
|
56
|
+
<wsdl:input message="CORE:BatchResultsRetrievalRequestMessage" />
|
57
|
+
<wsdl:output message="CORE:BatchResultsRetrievalResponseMessage" />
|
58
|
+
</wsdl:operation>
|
59
|
+
<wsdl:operation name="BatchResultsAckSubmitTransaction">
|
60
|
+
<wsdl:input message="CORE:BatchResultsAckSubmissionMessage" />
|
61
|
+
<wsdl:output message="CORE:BatchResultsAckSubmissionResponseMessage" />
|
62
|
+
</wsdl:operation>
|
63
|
+
<wsdl:operation name="GenericBatchRetrievalTransaction">
|
64
|
+
<wsdl:input message="CORE:BatchResultsRetrievalRequestMessage" />
|
65
|
+
<wsdl:output message="CORE:BatchResultsRetrievalResponseMessage" />
|
66
|
+
</wsdl:operation>
|
67
|
+
<wsdl:operation name="GenericBatchReceiptConfirmationTransaction">
|
68
|
+
<wsdl:input message="CORE:BatchResultsAckSubmissionMessage" />
|
69
|
+
<wsdl:output message="CORE:BatchResultsAckSubmissionResponseMessage" />
|
70
|
+
</wsdl:operation>
|
71
|
+
</wsdl:portType>
|
72
|
+
<wsdl:binding name="CoreSoapBinding" type="CORE:CORETransactions">
|
73
|
+
<soap12:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
|
74
|
+
<wsdl:operation name="RealTimeTransaction">
|
75
|
+
<soap12:operation soapAction="RealTimeTransaction" style="document" />
|
76
|
+
<wsdl:input>
|
77
|
+
<soap12:body use="literal" />
|
78
|
+
</wsdl:input>
|
79
|
+
<wsdl:output>
|
80
|
+
<soap12:body use="literal" />
|
81
|
+
</wsdl:output>
|
82
|
+
</wsdl:operation>
|
83
|
+
<wsdl:operation name="BatchSubmitTransaction">
|
84
|
+
<soap12:operation soapAction="BatchSubmitTransaction" style="document" />
|
85
|
+
<wsdl:input>
|
86
|
+
<soap12:body use="literal" />
|
87
|
+
</wsdl:input>
|
88
|
+
<wsdl:output>
|
89
|
+
<soap12:body use="literal" />
|
90
|
+
</wsdl:output>
|
91
|
+
</wsdl:operation>
|
92
|
+
<wsdl:operation name="GenericBatchSubmissionTransaction">
|
93
|
+
<soap12:operation soapAction="GenericBatchSubmissionTransaction" style="document" />
|
94
|
+
<wsdl:input>
|
95
|
+
<soap12:body use="literal" />
|
96
|
+
</wsdl:input>
|
97
|
+
<wsdl:output>
|
98
|
+
<soap12:body use="literal" />
|
99
|
+
</wsdl:output>
|
100
|
+
</wsdl:operation>
|
101
|
+
<wsdl:operation name="BatchSubmitAckRetrievalTransaction">
|
102
|
+
<soap12:operation soapAction="BatchSubmitAckRetrievalTransaction" style="document" />
|
103
|
+
<wsdl:input>
|
104
|
+
<soap12:body use="literal" />
|
105
|
+
</wsdl:input>
|
106
|
+
<wsdl:output>
|
107
|
+
<soap12:body use="literal" />
|
108
|
+
</wsdl:output>
|
109
|
+
</wsdl:operation>
|
110
|
+
<wsdl:operation name="BatchResultsRetrievalTransaction">
|
111
|
+
<soap12:operation soapAction="BatchResultsRetrievalTransaction" style="document" />
|
112
|
+
<wsdl:input>
|
113
|
+
<soap12:body use="literal" />
|
114
|
+
</wsdl:input>
|
115
|
+
<wsdl:output>
|
116
|
+
<soap12:body use="literal" />
|
117
|
+
</wsdl:output>
|
118
|
+
</wsdl:operation>
|
119
|
+
<wsdl:operation name="BatchResultsAckSubmitTransaction">
|
120
|
+
<soap12:operation soapAction="BatchResultsAckSubmitTransaction" style="document" />
|
121
|
+
<wsdl:input>
|
122
|
+
<soap12:body use="literal" />
|
123
|
+
</wsdl:input>
|
124
|
+
<wsdl:output>
|
125
|
+
<soap12:body use="literal" />
|
126
|
+
</wsdl:output>
|
127
|
+
</wsdl:operation>
|
128
|
+
<wsdl:operation name="GenericBatchRetrievalTransaction">
|
129
|
+
<soap12:operation soapAction="GenericBatchRetrievalTransaction" style="document" />
|
130
|
+
<wsdl:input>
|
131
|
+
<soap12:body use="literal" />
|
132
|
+
</wsdl:input>
|
133
|
+
<wsdl:output>
|
134
|
+
<soap12:body use="literal" />
|
135
|
+
</wsdl:output>
|
136
|
+
</wsdl:operation>
|
137
|
+
<wsdl:operation name="GenericBatchReceiptConfirmationTransaction">
|
138
|
+
<soap12:operation soapAction="GenericBatchReceiptConfirmationTransaction" style="document" />
|
139
|
+
<wsdl:input>
|
140
|
+
<soap12:body use="literal" />
|
141
|
+
</wsdl:input>
|
142
|
+
<wsdl:output>
|
143
|
+
<soap12:body use="literal" />
|
144
|
+
</wsdl:output>
|
145
|
+
</wsdl:operation>
|
146
|
+
</wsdl:binding>
|
147
|
+
<wsdl:service name="Core">
|
148
|
+
<wsdl:port name="CoreSoapPort" binding="CORE:CoreSoapBinding">
|
149
|
+
<soap12:address location="http://URL_OF_WEB_SERVICE" />
|
150
|
+
</wsdl:port>
|
151
|
+
</wsdl:service>
|
152
|
+
</wsdl:definitions>
|
@@ -0,0 +1,49 @@
|
|
1
|
+
module Trizetto
|
2
|
+
module Api
|
3
|
+
module Eligibility
|
4
|
+
|
5
|
+
# Ruby Wrapper for the Eligibility Web Service
|
6
|
+
#
|
7
|
+
# Performs a real time eligibility check using the non-CORE II Web Service
|
8
|
+
#
|
9
|
+
# The webservice provides 3 eligibility checks:
|
10
|
+
#
|
11
|
+
# - +DoInquiry+
|
12
|
+
# - +DoInquiryByX12Data+
|
13
|
+
# - +DoInquiryByX12DataWith271Response+
|
14
|
+
#
|
15
|
+
# This API, currently, only uses the +DoInquiry+ check. For X12 requests
|
16
|
+
# the CORE II client is recommended instead.
|
17
|
+
#
|
18
|
+
# See Also:
|
19
|
+
#
|
20
|
+
# - Service Description: https://services.gatewayedi.com/eligibility/service.asmx
|
21
|
+
# - WSDL: https://services.gatewayedi.com/eligibility/service.asmx?WSDL
|
22
|
+
# - Realtime Eligibiliy Webservice Companion Guide: https://mytools.gatewayedi.com/Help/documents/Eligibility/Realtime%20Eligibility%20Webservice%20Companion%20Guide.pdf
|
23
|
+
# - Realtime Eligibiliy Webservice Vendor Toolkit: https://mytools.gatewayedi.com/Help/documents/Eligibility/Realtime%20Eligibility%20Webservice%20Vendor%20Toolkit.pdf
|
24
|
+
# - Eligibility Companion Guide by Payer: https://mytools.gatewayedi.com/help/documents/Eligibility/Payer%20Specific%20Required%20Data%20Elements-2010.pdf
|
25
|
+
class WebService < Trizetto::Api::WebService
|
26
|
+
def initialize(options={})
|
27
|
+
super(options.merge({
|
28
|
+
wsdl: File.join( File.dirname(__FILE__), 'web_service.wsdl' ),
|
29
|
+
endpoint: Trizetto::Api.configuration.eligibiltiy_webservice_endpoint,
|
30
|
+
}))
|
31
|
+
end
|
32
|
+
|
33
|
+
# See Also:
|
34
|
+
#
|
35
|
+
# - Service Description: https://services.gatewayedi.com/eligibility/service.asmx?op=DoInquiry
|
36
|
+
def do_inquiry(parameters={})
|
37
|
+
@client.call(:do_inquiry, message: { 'Inquiry': {'Parameters': {
|
38
|
+
'MyNameValue': parameters.map do |name, value|
|
39
|
+
{'Name': name, 'Value': value}
|
40
|
+
end
|
41
|
+
}}})
|
42
|
+
end
|
43
|
+
|
44
|
+
alias_method :check_eligibility, :do_inquiry
|
45
|
+
end
|
46
|
+
end
|
47
|
+
end
|
48
|
+
end
|
49
|
+
|
@@ -0,0 +1,257 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<wsdl:definitions xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="GatewayEDI.WebServices" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="GatewayEDI.WebServices" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
3
|
+
<wsdl:types>
|
4
|
+
<s:schema elementFormDefault="qualified" targetNamespace="GatewayEDI.WebServices">
|
5
|
+
<s:element name="DoInquiry">
|
6
|
+
<s:complexType>
|
7
|
+
<s:sequence>
|
8
|
+
<s:element minOccurs="0" maxOccurs="1" name="Inquiry" type="tns:WSEligibilityInquiry" />
|
9
|
+
</s:sequence>
|
10
|
+
</s:complexType>
|
11
|
+
</s:element>
|
12
|
+
<s:complexType name="WSEligibilityInquiry">
|
13
|
+
<s:sequence>
|
14
|
+
<s:element minOccurs="0" maxOccurs="1" name="Parameters" type="tns:ArrayOfMyNameValue" />
|
15
|
+
<s:element minOccurs="1" maxOccurs="1" name="ResponseDataType" type="tns:WSResponseDataType" />
|
16
|
+
</s:sequence>
|
17
|
+
</s:complexType>
|
18
|
+
<s:complexType name="ArrayOfMyNameValue">
|
19
|
+
<s:sequence>
|
20
|
+
<s:element minOccurs="0" maxOccurs="unbounded" name="MyNameValue" nillable="true" type="tns:MyNameValue" />
|
21
|
+
</s:sequence>
|
22
|
+
</s:complexType>
|
23
|
+
<s:complexType name="MyNameValue">
|
24
|
+
<s:sequence>
|
25
|
+
<s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
|
26
|
+
<s:element minOccurs="0" maxOccurs="1" name="Value" type="s:string" />
|
27
|
+
</s:sequence>
|
28
|
+
</s:complexType>
|
29
|
+
<s:simpleType name="WSResponseDataType">
|
30
|
+
<s:restriction base="s:string">
|
31
|
+
<s:enumeration value="Xml" />
|
32
|
+
<s:enumeration value="RawPayerData" />
|
33
|
+
</s:restriction>
|
34
|
+
</s:simpleType>
|
35
|
+
<s:element name="DoInquiryResponse">
|
36
|
+
<s:complexType>
|
37
|
+
<s:sequence>
|
38
|
+
<s:element minOccurs="0" maxOccurs="1" name="DoInquiryResult" type="tns:WSEligibilityResponse" />
|
39
|
+
</s:sequence>
|
40
|
+
</s:complexType>
|
41
|
+
</s:element>
|
42
|
+
<s:complexType name="WSEligibilityResponse">
|
43
|
+
<s:sequence>
|
44
|
+
<s:element minOccurs="0" maxOccurs="1" name="ResponseAsRawString" type="s:string" />
|
45
|
+
<s:element minOccurs="0" maxOccurs="1" name="ResponseAsXml" type="s:string" />
|
46
|
+
<s:element minOccurs="0" maxOccurs="1" name="ExtraProcessingInfo" type="tns:ValidationFailureCollection" />
|
47
|
+
<s:element minOccurs="1" maxOccurs="1" name="SuccessCode" type="tns:SuccessCode" />
|
48
|
+
<s:element minOccurs="0" maxOccurs="1" name="OriginalInquiry" type="tns:WSEligibilityInquiry" />
|
49
|
+
</s:sequence>
|
50
|
+
</s:complexType>
|
51
|
+
<s:complexType name="ValidationFailureCollection">
|
52
|
+
<s:sequence>
|
53
|
+
<s:element minOccurs="0" maxOccurs="1" name="AllMessages" type="tns:ArrayOfString" />
|
54
|
+
<s:element minOccurs="0" maxOccurs="1" name="Failures" type="tns:ArrayOfValidationFailure" />
|
55
|
+
</s:sequence>
|
56
|
+
</s:complexType>
|
57
|
+
<s:complexType name="ArrayOfString">
|
58
|
+
<s:sequence>
|
59
|
+
<s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
|
60
|
+
</s:sequence>
|
61
|
+
</s:complexType>
|
62
|
+
<s:complexType name="ArrayOfValidationFailure">
|
63
|
+
<s:sequence>
|
64
|
+
<s:element minOccurs="0" maxOccurs="unbounded" name="ValidationFailure" nillable="true" type="tns:ValidationFailure" />
|
65
|
+
</s:sequence>
|
66
|
+
</s:complexType>
|
67
|
+
<s:complexType name="ValidationFailure">
|
68
|
+
<s:sequence>
|
69
|
+
<s:element minOccurs="0" maxOccurs="1" name="AffectedFields" type="tns:ArrayOfString" />
|
70
|
+
<s:element minOccurs="0" maxOccurs="1" name="Message" type="s:string" />
|
71
|
+
</s:sequence>
|
72
|
+
</s:complexType>
|
73
|
+
<s:simpleType name="SuccessCode">
|
74
|
+
<s:restriction base="s:string">
|
75
|
+
<s:enumeration value="Success" />
|
76
|
+
<s:enumeration value="ValidationFailure" />
|
77
|
+
<s:enumeration value="PayerTimeout" />
|
78
|
+
<s:enumeration value="PayerNotSupported" />
|
79
|
+
<s:enumeration value="SystemError" />
|
80
|
+
<s:enumeration value="PayerEnrollmentRequired" />
|
81
|
+
<s:enumeration value="ProviderEnrollmentRequired" />
|
82
|
+
<s:enumeration value="ProductRequired" />
|
83
|
+
</s:restriction>
|
84
|
+
</s:simpleType>
|
85
|
+
<s:element name="AuthSOAPHeader" type="tns:AuthSOAPHeader" />
|
86
|
+
<s:complexType name="AuthSOAPHeader">
|
87
|
+
<s:sequence>
|
88
|
+
<s:element minOccurs="0" maxOccurs="1" name="User" type="s:string" />
|
89
|
+
<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
|
90
|
+
</s:sequence>
|
91
|
+
<s:anyAttribute />
|
92
|
+
</s:complexType>
|
93
|
+
<s:element name="DoInquiryByX12Data">
|
94
|
+
<s:complexType>
|
95
|
+
<s:sequence>
|
96
|
+
<s:element minOccurs="0" maxOccurs="1" name="Inquiry" type="tns:WSX12EligibilityInquiry" />
|
97
|
+
</s:sequence>
|
98
|
+
</s:complexType>
|
99
|
+
</s:element>
|
100
|
+
<s:complexType name="WSX12EligibilityInquiry">
|
101
|
+
<s:sequence>
|
102
|
+
<s:element minOccurs="0" maxOccurs="1" name="X12Input" type="s:string" />
|
103
|
+
<s:element minOccurs="0" maxOccurs="1" name="GediPayerID" type="s:string" />
|
104
|
+
<s:element minOccurs="1" maxOccurs="1" name="ResponseDataType" type="tns:WSResponseDataType" />
|
105
|
+
</s:sequence>
|
106
|
+
</s:complexType>
|
107
|
+
<s:element name="DoInquiryByX12DataResponse">
|
108
|
+
<s:complexType>
|
109
|
+
<s:sequence>
|
110
|
+
<s:element minOccurs="0" maxOccurs="1" name="DoInquiryByX12DataResult" type="tns:WSX12EligibilityResponse" />
|
111
|
+
</s:sequence>
|
112
|
+
</s:complexType>
|
113
|
+
</s:element>
|
114
|
+
<s:complexType name="WSX12EligibilityResponse">
|
115
|
+
<s:sequence>
|
116
|
+
<s:element minOccurs="0" maxOccurs="1" name="ResponseAsRawString" type="s:string" />
|
117
|
+
<s:element minOccurs="0" maxOccurs="1" name="ResponseAsXml" type="s:string" />
|
118
|
+
<s:element minOccurs="0" maxOccurs="1" name="ExtraProcessingInfo" type="tns:ValidationFailureCollection" />
|
119
|
+
<s:element minOccurs="1" maxOccurs="1" name="SuccessCode" type="tns:SuccessCode" />
|
120
|
+
<s:element minOccurs="0" maxOccurs="1" name="OriginalInquiry" type="tns:WSX12EligibilityInquiry" />
|
121
|
+
</s:sequence>
|
122
|
+
</s:complexType>
|
123
|
+
<s:element name="DoInquiryByX12DataWith271Response">
|
124
|
+
<s:complexType>
|
125
|
+
<s:sequence>
|
126
|
+
<s:element minOccurs="0" maxOccurs="1" name="Inquiry" type="tns:WSX12EligibilityInquiry" />
|
127
|
+
</s:sequence>
|
128
|
+
</s:complexType>
|
129
|
+
</s:element>
|
130
|
+
<s:element name="DoInquiryByX12DataWith271ResponseResponse">
|
131
|
+
<s:complexType>
|
132
|
+
<s:sequence>
|
133
|
+
<s:element minOccurs="0" maxOccurs="1" name="DoInquiryByX12DataWith271ResponseResult" type="tns:WSX12EligibilityResponse" />
|
134
|
+
</s:sequence>
|
135
|
+
</s:complexType>
|
136
|
+
</s:element>
|
137
|
+
</s:schema>
|
138
|
+
</wsdl:types>
|
139
|
+
<wsdl:message name="DoInquirySoapIn">
|
140
|
+
<wsdl:part name="parameters" element="tns:DoInquiry" />
|
141
|
+
</wsdl:message>
|
142
|
+
<wsdl:message name="DoInquirySoapOut">
|
143
|
+
<wsdl:part name="parameters" element="tns:DoInquiryResponse" />
|
144
|
+
</wsdl:message>
|
145
|
+
<wsdl:message name="DoInquiryAuthSOAPHeader">
|
146
|
+
<wsdl:part name="AuthSOAPHeader" element="tns:AuthSOAPHeader" />
|
147
|
+
</wsdl:message>
|
148
|
+
<wsdl:message name="DoInquiryByX12DataSoapIn">
|
149
|
+
<wsdl:part name="parameters" element="tns:DoInquiryByX12Data" />
|
150
|
+
</wsdl:message>
|
151
|
+
<wsdl:message name="DoInquiryByX12DataSoapOut">
|
152
|
+
<wsdl:part name="parameters" element="tns:DoInquiryByX12DataResponse" />
|
153
|
+
</wsdl:message>
|
154
|
+
<wsdl:message name="DoInquiryByX12DataAuthSOAPHeader">
|
155
|
+
<wsdl:part name="AuthSOAPHeader" element="tns:AuthSOAPHeader" />
|
156
|
+
</wsdl:message>
|
157
|
+
<wsdl:message name="DoInquiryByX12DataWith271ResponseSoapIn">
|
158
|
+
<wsdl:part name="parameters" element="tns:DoInquiryByX12DataWith271Response" />
|
159
|
+
</wsdl:message>
|
160
|
+
<wsdl:message name="DoInquiryByX12DataWith271ResponseSoapOut">
|
161
|
+
<wsdl:part name="parameters" element="tns:DoInquiryByX12DataWith271ResponseResponse" />
|
162
|
+
</wsdl:message>
|
163
|
+
<wsdl:message name="DoInquiryByX12DataWith271ResponseAuthSOAPHeader">
|
164
|
+
<wsdl:part name="AuthSOAPHeader" element="tns:AuthSOAPHeader" />
|
165
|
+
</wsdl:message>
|
166
|
+
<wsdl:portType name="EligibilitySoap">
|
167
|
+
<wsdl:operation name="DoInquiry">
|
168
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Executes an eligibility lookup with an external payer by constructing an EDI transaction from the key/value pairs received.</wsdl:documentation>
|
169
|
+
<wsdl:input message="tns:DoInquirySoapIn" />
|
170
|
+
<wsdl:output message="tns:DoInquirySoapOut" />
|
171
|
+
</wsdl:operation>
|
172
|
+
<wsdl:operation name="DoInquiryByX12Data">
|
173
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Executes an eligibility lookup with an external payer using the information in the raw 270 request.</wsdl:documentation>
|
174
|
+
<wsdl:input message="tns:DoInquiryByX12DataSoapIn" />
|
175
|
+
<wsdl:output message="tns:DoInquiryByX12DataSoapOut" />
|
176
|
+
</wsdl:operation>
|
177
|
+
<wsdl:operation name="DoInquiryByX12DataWith271Response">
|
178
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Executes an eligibility lookup with an external payer using the information in the raw 270 request and returning a 271 response.</wsdl:documentation>
|
179
|
+
<wsdl:input message="tns:DoInquiryByX12DataWith271ResponseSoapIn" />
|
180
|
+
<wsdl:output message="tns:DoInquiryByX12DataWith271ResponseSoapOut" />
|
181
|
+
</wsdl:operation>
|
182
|
+
</wsdl:portType>
|
183
|
+
<wsdl:binding name="EligibilitySoap" type="tns:EligibilitySoap">
|
184
|
+
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
185
|
+
<wsdl:operation name="DoInquiry">
|
186
|
+
<soap:operation soapAction="GatewayEDI.WebServices/DoInquiry" style="document" />
|
187
|
+
<wsdl:input>
|
188
|
+
<soap:body use="literal" />
|
189
|
+
<soap:header message="tns:DoInquiryAuthSOAPHeader" part="AuthSOAPHeader" use="literal" />
|
190
|
+
</wsdl:input>
|
191
|
+
<wsdl:output>
|
192
|
+
<soap:body use="literal" />
|
193
|
+
</wsdl:output>
|
194
|
+
</wsdl:operation>
|
195
|
+
<wsdl:operation name="DoInquiryByX12Data">
|
196
|
+
<soap:operation soapAction="GatewayEDI.WebServices/DoInquiryByX12Data" style="document" />
|
197
|
+
<wsdl:input>
|
198
|
+
<soap:body use="literal" />
|
199
|
+
<soap:header message="tns:DoInquiryByX12DataAuthSOAPHeader" part="AuthSOAPHeader" use="literal" />
|
200
|
+
</wsdl:input>
|
201
|
+
<wsdl:output>
|
202
|
+
<soap:body use="literal" />
|
203
|
+
</wsdl:output>
|
204
|
+
</wsdl:operation>
|
205
|
+
<wsdl:operation name="DoInquiryByX12DataWith271Response">
|
206
|
+
<soap:operation soapAction="GatewayEDI.WebServices/DoInquiryByX12DataWith271Response" style="document" />
|
207
|
+
<wsdl:input>
|
208
|
+
<soap:body use="literal" />
|
209
|
+
<soap:header message="tns:DoInquiryByX12DataWith271ResponseAuthSOAPHeader" part="AuthSOAPHeader" use="literal" />
|
210
|
+
</wsdl:input>
|
211
|
+
<wsdl:output>
|
212
|
+
<soap:body use="literal" />
|
213
|
+
</wsdl:output>
|
214
|
+
</wsdl:operation>
|
215
|
+
</wsdl:binding>
|
216
|
+
<wsdl:binding name="EligibilitySoap12" type="tns:EligibilitySoap">
|
217
|
+
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
218
|
+
<wsdl:operation name="DoInquiry">
|
219
|
+
<soap12:operation soapAction="GatewayEDI.WebServices/DoInquiry" style="document" />
|
220
|
+
<wsdl:input>
|
221
|
+
<soap12:body use="literal" />
|
222
|
+
<soap12:header message="tns:DoInquiryAuthSOAPHeader" part="AuthSOAPHeader" use="literal" />
|
223
|
+
</wsdl:input>
|
224
|
+
<wsdl:output>
|
225
|
+
<soap12:body use="literal" />
|
226
|
+
</wsdl:output>
|
227
|
+
</wsdl:operation>
|
228
|
+
<wsdl:operation name="DoInquiryByX12Data">
|
229
|
+
<soap12:operation soapAction="GatewayEDI.WebServices/DoInquiryByX12Data" style="document" />
|
230
|
+
<wsdl:input>
|
231
|
+
<soap12:body use="literal" />
|
232
|
+
<soap12:header message="tns:DoInquiryByX12DataAuthSOAPHeader" part="AuthSOAPHeader" use="literal" />
|
233
|
+
</wsdl:input>
|
234
|
+
<wsdl:output>
|
235
|
+
<soap12:body use="literal" />
|
236
|
+
</wsdl:output>
|
237
|
+
</wsdl:operation>
|
238
|
+
<wsdl:operation name="DoInquiryByX12DataWith271Response">
|
239
|
+
<soap12:operation soapAction="GatewayEDI.WebServices/DoInquiryByX12DataWith271Response" style="document" />
|
240
|
+
<wsdl:input>
|
241
|
+
<soap12:body use="literal" />
|
242
|
+
<soap12:header message="tns:DoInquiryByX12DataWith271ResponseAuthSOAPHeader" part="AuthSOAPHeader" use="literal" />
|
243
|
+
</wsdl:input>
|
244
|
+
<wsdl:output>
|
245
|
+
<soap12:body use="literal" />
|
246
|
+
</wsdl:output>
|
247
|
+
</wsdl:operation>
|
248
|
+
</wsdl:binding>
|
249
|
+
<wsdl:service name="Eligibility">
|
250
|
+
<wsdl:port name="EligibilitySoap" binding="tns:EligibilitySoap">
|
251
|
+
<soap:address location="https://services.gatewayedi.com/eligibility/service.asmx" />
|
252
|
+
</wsdl:port>
|
253
|
+
<wsdl:port name="EligibilitySoap12" binding="tns:EligibilitySoap12">
|
254
|
+
<soap12:address location="https://services.gatewayedi.com/eligibility/service.asmx" />
|
255
|
+
</wsdl:port>
|
256
|
+
</wsdl:service>
|
257
|
+
</wsdl:definitions>
|