Forum Discussion
quickbridge
17 years agoNew Contributor
<?xml version="1.0" encoding="utf-8" ?>
- <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 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="http://RedlineApplicationServices.com/CognitionAI/" 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="http://RedlineApplicationServices.com/CognitionAI/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
- <wsdl:types>
- <s:schema elementFormDefault="qualified" targetNamespace="http://RedlineApplicationServices.com/CognitionAI/">
- <s:element name="AccountInteraction">
- <s:complexType>
- <s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="request" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
- <s:element name="AccountInteractionResponse">
- <s:complexType>
- <s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="AccountInteractionResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="MessageHeader" type="tns:MessageHeader" />
- <s:complexType name="MessageHeader">
- <s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="MessageID" type="s:string" />
</s:sequence>
<s:anyAttribute />
</s:complexType>
- <s:element name="CardInteraction">
- <s:complexType>
- <s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="request" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
- <s:element name="CardInteractionResponse">
- <s:complexType>
- <s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="CardInteractionResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
</s:schema>
</wsdl:types>
- <wsdl:message name="AccountInteractionSoapIn">
<wsdl:part name="parameters" element="tns:AccountInteraction" />
</wsdl:message>
- <wsdl:message name="AccountInteractionSoapOut">
<wsdl:part name="parameters" element="tns:AccountInteractionResponse" />
</wsdl:message>
- <wsdl:message name="AccountInteractionMessageHeader">
<wsdl:part name="MessageHeader" element="tns:MessageHeader" />
</wsdl:message>
- <wsdl:message name="CardInteractionSoapIn">
<wsdl:part name="parameters" element="tns:CardInteraction" />
</wsdl:message>
- <wsdl:message name="CardInteractionSoapOut">
<wsdl:part name="parameters" element="tns:CardInteractionResponse" />
</wsdl:message>
- <wsdl:message name="CardInteractionMessageHeader">
<wsdl:part name="MessageHeader" element="tns:MessageHeader" />
</wsdl:message>
- <wsdl:portType name="caiWSSoap">
- <wsdl:operation name="AccountInteraction">
<wsdl:input message="tns:AccountInteractionSoapIn" />
<wsdl:output message="tns:AccountInteractionSoapOut" />
</wsdl:operation>
- <wsdl:operation name="CardInteraction">
<wsdl:input message="tns:CardInteractionSoapIn" />
<wsdl:output message="tns:CardInteractionSoapOut" />
</wsdl:operation>
</wsdl:portType>
- <wsdl:binding name="caiWSSoap" type="tns:caiWSSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="AccountInteraction">
<soap:operation soapAction="http://RedlineApplicationServices.com/CognitionAI/AccountInteraction" style="document" />
- <wsdl:input>
<soap:body use="literal" />
<soap:header message="tns:AccountInteractionMessageHeader" part="MessageHeader" use="literal" />
</wsdl:input>
- <wsdl:output>
<soap:body use="literal" />
<soap:header message="tns:AccountInteractionMessageHeader" part="MessageHeader" use="literal" />
</wsdl:output>
</wsdl:operation>
- <wsdl:operation name="CardInteraction">
<soap:operation soapAction="http://RedlineApplicationServices.com/CognitionAI/CardInteraction" style="document" />
- <wsdl:input>
<soap:body use="literal" />
<soap:header message="tns:CardInteractionMessageHeader" part="MessageHeader" use="literal" />
</wsdl:input>
- <wsdl:output>
<soap:body use="literal" />
<soap:header message="tns:CardInteractionMessageHeader" part="MessageHeader" use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
- <wsdl:binding name="caiWSSoap12" type="tns:caiWSSoap">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="AccountInteraction">
<soap12:operation soapAction="http://RedlineApplicationServices.com/CognitionAI/AccountInteraction" style="document" />
- <wsdl:input>
<soap12:body use="literal" />
<soap12:header message="tns:AccountInteractionMessageHeader" part="MessageHeader" use="literal" />
</wsdl:input>
- <wsdl:output>
<soap12:body use="literal" />
<soap12:header message="tns:AccountInteractionMessageHeader" part="MessageHeader" use="literal" />
</wsdl:output>
</wsdl:operation>
- <wsdl:operation name="CardInteraction">
<soap12:operation soapAction="http://RedlineApplicationServices.com/CognitionAI/CardInteraction" style="document" />
- <wsdl:input>
<soap12:body use="literal" />
<soap12:header message="tns:CardInteractionMessageHeader" part="MessageHeader" use="literal" />
</wsdl:input>
- <wsdl:output>
<soap12:body use="literal" />
<soap12:header message="tns:CardInteractionMessageHeader" part="MessageHeader" use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
- <wsdl:service name="caiWS">
- <wsdl:port name="caiWSSoap" binding="tns:caiWSSoap">
<soap:address location="http://localhost:2222/caiWS.asmx" />
</wsdl:port>
- <wsdl:port name="caiWSSoap12" binding="tns:caiWSSoap12">
<soap12:address location="http://localhost:2222/caiWS.asmx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
and
<AccountInformationRequest xmlns="http://RedlineApplicationServices.com/CognitionAI/AccountInformationRequest.xsd">
<Authentication>
<LoginName>WWWWWW</LoginName>
<Password>KKKKKKK</Password>
</Authentication>
<Directives>
<Environment>TRIAL</Environment>
<RequestedAction>AccountSummary</RequestedAction>
<CustomerReference>77777</CustomerReference>
<AccountReference>000000111111</AccountReference>
</Directives>
</AccountInformationRequest>
Thanks
Chris