Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 6.99 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <wsdl:definitions targetNamespace="urn:HCB_RemedyChat_Integration" xmlns:s0="urn:HCB_RemedyChat_Integration" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3.     <wsdl:types>
  4.         <xsd:schema elementFormDefault="qualified" targetNamespace="urn:HCB_RemedyChat_Integration">
  5.             <xsd:element name="New_Get_Operation_0" type="s0:InputMapping1" />
  6.             <xsd:complexType name="InputMapping1">
  7.                 <xsd:sequence>
  8.                     <xsd:element name="q_ID" type="xsd:string" />
  9.                 </xsd:sequence>
  10.             </xsd:complexType>
  11.             <xsd:element name="New_Get_Operation_0Response" type="s0:OutputMapping1" />
  12.             <xsd:complexType name="OutputMapping1">
  13.                 <xsd:sequence>
  14.                     <xsd:element minOccurs="0" name="Full_Name__c" type="xsd:string" />
  15.                     <xsd:element minOccurs="0" name="q_Phone" type="xsd:string" />
  16.                     <xsd:element minOccurs="0" name="q_ID" type="xsd:string" />
  17.                     <xsd:element minOccurs="0" name="Error_Log__c" type="xsd:string" />
  18.                     <xsd:element minOccurs="0" name="q_Email" type="xsd:string" />
  19.                     <xsd:element minOccurs="0" name="q_login" type="xsd:string" />
  20.                 </xsd:sequence>
  21.             </xsd:complexType>
  22.             <xsd:element name="New_Set_Operation_2" type="s0:InputMapping3" />
  23.             <xsd:complexType name="InputMapping3">
  24.                 <xsd:sequence>
  25.                     <xsd:element minOccurs="0" name="q_ID" type="xsd:string" />
  26.                     <xsd:element minOccurs="0" name="q_Chat" type="xsd:string" />
  27.                     <xsd:element minOccurs="0" name="q_Operator_Login" type="xsd:string" />
  28.                     <xsd:element minOccurs="0" name="z2AF_Attach1_attachmentName" type="xsd:string" />
  29.                     <xsd:element minOccurs="0" name="z2AF_Attach1_attachmentData" type="xsd:base64Binary" />
  30.                     <xsd:element minOccurs="0" name="z2AF_Attach2_attachmentName" type="xsd:string" />
  31.                     <xsd:element minOccurs="0" name="z2AF_Attach2_attachmentData" type="xsd:base64Binary" />
  32.                     <xsd:element minOccurs="0" name="z2AF_Attach3_attachmentName" type="xsd:string" />
  33.                     <xsd:element minOccurs="0" name="z2AF_Attach3_attachmentData" type="xsd:base64Binary" />
  34.                     <xsd:element minOccurs="0" name="z2AF_Attach4_attachmentName" type="xsd:string" />
  35.                     <xsd:element minOccurs="0" name="z2AF_Attach4_attachmentData" type="xsd:base64Binary" />
  36.                     <xsd:element minOccurs="0" name="z2AF_Attach5_attachmentName" type="xsd:string" />
  37.                     <xsd:element minOccurs="0" name="z2AF_Attach5_attachmentData" type="xsd:base64Binary" />
  38.                     <xsd:element minOccurs="0" name="z2AF_Attach6_attachmentName" type="xsd:string" />
  39.                     <xsd:element minOccurs="0" name="z2AF_Attach6_attachmentData" type="xsd:base64Binary" />
  40.                 </xsd:sequence>
  41.             </xsd:complexType>
  42.             <xsd:element name="New_Set_Operation_2Response" type="s0:OutputMapping3" />
  43.             <xsd:complexType name="OutputMapping3">
  44.                 <xsd:sequence>
  45.                     <xsd:element name="q_ID" type="xsd:string" />
  46.                 </xsd:sequence>
  47.             </xsd:complexType>
  48.             <xsd:element name="AuthenticationInfo" type="s0:AuthenticationInfo" />
  49.             <xsd:complexType name="AuthenticationInfo">
  50.                 <xsd:sequence>
  51.                     <xsd:element name="userName" type="xsd:string" />
  52.                     <xsd:element name="password" type="xsd:string" />
  53.                     <xsd:element minOccurs="0" name="authentication" type="xsd:string" />
  54.                     <xsd:element minOccurs="0" name="locale" type="xsd:string" />
  55.                     <xsd:element minOccurs="0" name="timeZone" type="xsd:string" />
  56.                 </xsd:sequence>
  57.             </xsd:complexType>
  58.         </xsd:schema>
  59.     </wsdl:types>
  60.     <wsdl:message name="New_Set_Operation_2SoapIn">
  61.         <wsdl:part element="s0:New_Set_Operation_2" name="parameters"></wsdl:part>
  62.     </wsdl:message>
  63.     <wsdl:message name="ARAuthenticate">
  64.         <wsdl:part element="s0:AuthenticationInfo" name="parameters"></wsdl:part>
  65.     </wsdl:message>
  66.     <wsdl:message name="New_Set_Operation_2SoapOut">
  67.         <wsdl:part element="s0:New_Set_Operation_2Response" name="parameters"></wsdl:part>
  68.     </wsdl:message>
  69.     <wsdl:message name="New_Get_Operation_0SoapIn">
  70.         <wsdl:part element="s0:New_Get_Operation_0" name="parameters"></wsdl:part>
  71.     </wsdl:message>
  72.     <wsdl:message name="New_Get_Operation_0SoapOut">
  73.         <wsdl:part element="s0:New_Get_Operation_0Response" name="parameters"></wsdl:part>
  74.     </wsdl:message>
  75.     <wsdl:portType name="New_Port_0PortType">
  76.         <wsdl:operation name="New_Get_Operation_0">
  77.             <wsdl:input message="s0:New_Get_Operation_0SoapIn"></wsdl:input>
  78.             <wsdl:output message="s0:New_Get_Operation_0SoapOut"></wsdl:output>
  79.         </wsdl:operation>
  80.         <wsdl:operation name="New_Set_Operation_2">
  81.             <wsdl:input message="s0:New_Set_Operation_2SoapIn"></wsdl:input>
  82.             <wsdl:output message="s0:New_Set_Operation_2SoapOut"></wsdl:output>
  83.         </wsdl:operation>
  84.     </wsdl:portType>
  85.     <wsdl:binding name="New_Port_0SoapBinding" type="s0:New_Port_0PortType">
  86.         <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
  87.         <wsdl:operation name="New_Get_Operation_0">
  88.             <soap:operation soapAction="urn:HCB_RemedyChat_Integration/New_Get_Operation_0" style="document" />
  89.             <wsdl:input>
  90.                 <soap:header message="s0:ARAuthenticate" part="parameters" use="literal"></soap:header>
  91.                 <soap:body use="literal" />
  92.             </wsdl:input>
  93.             <wsdl:output>
  94.                 <soap:body use="literal" />
  95.             </wsdl:output>
  96.         </wsdl:operation>
  97.         <wsdl:operation name="New_Set_Operation_2">
  98.             <soap:operation soapAction="urn:HCB_RemedyChat_Integration/New_Set_Operation_2" style="document" />
  99.             <wsdl:input>
  100.                 <soap:header message="s0:ARAuthenticate" part="parameters" use="literal"></soap:header>
  101.                 <soap:body use="literal" />
  102.             </wsdl:input>
  103.             <wsdl:output>
  104.                 <soap:body use="literal" />
  105.             </wsdl:output>
  106.         </wsdl:operation>
  107.     </wsdl:binding>
  108.     <wsdl:service name="HCB_RemedyChat_IntegrationService">
  109.         <wsdl:port binding="s0:New_Port_0SoapBinding" name="New_Port_0Soap">
  110.             <soap:address location="http://os-1328.homecredit.ru:8080/arsys/services/ARService?server=os-1328&amp;webService=HCB_RemedyChat_Integration" />
  111.         </wsdl:port>
  112.     </wsdl:service>
  113. </wsdl:definitions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement