Skip to content

Instantly share code, notes, and snippets.

@greenboxal
Last active April 26, 2016 19:11
Show Gist options
  • Select an option

  • Save greenboxal/1f3ef7bbe031a0afcaa26f210b70bb89 to your computer and use it in GitHub Desktop.

Select an option

Save greenboxal/1f3ef7bbe031a0afcaa26f210b70bb89 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions name="KomerciWcf" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:tns="http://tempuri.org/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
<wsp:Policy wsu:Id="BasicHttpBinding_IKomerciWcf_policy">
<wsp:ExactlyOne>
<wsp:All>
<sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
<wsp:Policy>
<sp:TransportToken>
<wsp:Policy>
<sp:HttpsToken RequireClientCertificate="false" />
</wsp:Policy>
</sp:TransportToken>
<sp:AlgorithmSuite>
<wsp:Policy>
<sp:Basic256 />
</wsp:Policy>
</sp:AlgorithmSuite>
<sp:Layout>
<wsp:Policy>
<sp:Strict />
</wsp:Policy>
</sp:Layout>
</wsp:Policy>
</sp:TransportBinding>
</wsp:All>
</wsp:ExactlyOne>
</wsp:Policy>
<wsdl:types>
<xs:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://tempuri.org/">
<xs:element name="GetAuthorizedCredit">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="request" nillable="true" type="q1:GetAuthorizedCredit" xmlns:q1="http://schemas.datacontract.org/2004/07/Redecard.Komerci.External.WcfKomerci" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="GetAuthorizedCreditResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="GetAuthorizedCreditResult" nillable="true" type="q2:CreditAuthorizationResponse" xmlns:q2="http://schemas.datacontract.org/2004/07/Redecard.Komerci.External.WcfKomerci" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="GetAuthorizedDebit">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="request" nillable="true" type="q3:GetAuthorizedDebit" xmlns:q3="http://schemas.datacontract.org/2004/07/Redecard.Komerci.External.WcfKomerci" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="GetAuthorizedDebitResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="GetAuthorizedDebitResult" nillable="true" type="q4:Authorization" xmlns:q4="http://schemas.datacontract.org/2004/07/Redecard.Komerci.External.WcfKomerci" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VoidTransactionTID">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="request" nillable="true" type="q5:VoidTransactionTID" xmlns:q5="http://schemas.datacontract.org/2004/07/Redecard.Komerci.External.WcfKomerci" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VoidTransactionTIDResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="VoidTransactionTIDResult" nillable="true" type="q6:Confirmation" xmlns:q6="http://schemas.datacontract.org/2004/07/Redecard.Komerci.External.WcfKomerci" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ConfirmTxnTID">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="request" nillable="true" type="q7:ConfirmTxnTID" xmlns:q7="http://schemas.datacontract.org/2004/07/Redecard.Komerci.External.WcfKomerci" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ConfirmTxnTIDResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="ConfirmTxnTIDResult" nillable="true" type="q8:Authorization" xmlns:q8="http://schemas.datacontract.org/2004/07/Redecard.Komerci.External.WcfKomerci" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Query">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="request" nillable="true" type="q9:QueryRequest" xmlns:q9="http://schemas.datacontract.org/2004/07/Redecard.Komerci.External.WcfKomerci" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="QueryResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="QueryResult" nillable="true" type="q10:QueryResponse" xmlns:q10="http://schemas.datacontract.org/2004/07/Redecard.Komerci.External.WcfKomerci" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
<xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Redecard.Komerci.External.WcfKomerci" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/Redecard.Komerci.External.WcfKomerci">
<xs:complexType name="GetAuthorizedCredit">
<xs:sequence>
<xs:element minOccurs="0" name="Ano" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Cavv" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Cep" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Complemento" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Cpf" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Cvc2" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Distribuidor" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Eci" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Endereco" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Filiacao" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Iata" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="IdentificacaoFatura" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Mes" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Nrcartao" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NumPedido" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Numero" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Origem" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Parcelas" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Portador" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Recorrente" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Senha" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="TaxaEmbarque" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Total" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Transacao" type="xs:int" />
<xs:element minOccurs="0" name="Xid" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="GetAuthorizedCredit" nillable="true" type="tns:GetAuthorizedCredit" />
<xs:complexType name="CreditAuthorizationResponse">
<xs:sequence>
<xs:element minOccurs="0" name="Cet" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="CodRet" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Data" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Hora" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Juros" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="MsgAvs" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Msgret" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NumAutor" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NumPedido" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NumSqn" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="RespAvs" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Tid" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ValParcelas" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ValTotalJuros" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="CreditAuthorizationResponse" nillable="true" type="tns:CreditAuthorizationResponse" />
<xs:complexType name="ExcecaoAmigavel">
<xs:sequence>
<xs:element minOccurs="0" name="Mensagem" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="StackTrace" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="ExcecaoAmigavel" nillable="true" type="tns:ExcecaoAmigavel" />
<xs:complexType name="GetAuthorizedDebit">
<xs:sequence>
<xs:element minOccurs="0" name="Ano" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Cavv" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Cep" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Complemento" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Cpf" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Cvc2" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Distribuidor" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Eci" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Endereco" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Filiacao" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Iata" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="IdentificacaoFatura" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Mes" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Nrcartao" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NumPedido" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Numero" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Origem" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Parcelas" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Portador" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Senha" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="TaxaEmbarque" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Total" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Transacao" type="xs:int" />
<xs:element minOccurs="0" name="Xid" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="GetAuthorizedDebit" nillable="true" type="tns:GetAuthorizedDebit" />
<xs:complexType name="Authorization">
<xs:sequence>
<xs:element minOccurs="0" name="CodRet" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Data" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Hora" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="MsgAvs" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Msgret" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NumAutor" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NumPedido" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NumSqn" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="RespAvs" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Tid" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="Authorization" nillable="true" type="tns:Authorization" />
<xs:complexType name="VoidTransactionTID">
<xs:sequence>
<xs:element minOccurs="0" name="Data" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Filiacao" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NumAutor" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NumSqn" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Senha" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Tid" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="VoidTransactionTID" nillable="true" type="tns:VoidTransactionTID" />
<xs:complexType name="Confirmation">
<xs:sequence>
<xs:element minOccurs="0" name="CodRet" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Data" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Hora" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="MsgRet" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NumSqn" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Tid" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="Confirmation" nillable="true" type="tns:Confirmation" />
<xs:complexType name="ConfirmTxnTID">
<xs:sequence>
<xs:element minOccurs="0" name="Data" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Filiacao" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NumAutor" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NumSqn" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Parcelas" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Senha" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Tid" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Total" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="ConfirmTxnTID" nillable="true" type="tns:ConfirmTxnTID" />
<xs:complexType name="QueryRequest">
<xs:sequence>
<xs:element minOccurs="0" name="Filiacao" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NumPedido" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Senha" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Tid" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="QueryRequest" nillable="true" type="tns:QueryRequest" />
<xs:complexType name="QueryResponse">
<xs:sequence>
<xs:element minOccurs="0" name="HEADER" nillable="true" type="tns:HeaderClass" />
<xs:element minOccurs="0" name="REGISTRO" nillable="true" type="tns:RegistroClass" />
</xs:sequence>
</xs:complexType>
<xs:element name="QueryResponse" nillable="true" type="tns:QueryResponse" />
<xs:complexType name="HeaderClass">
<xs:sequence>
<xs:element minOccurs="0" name="DATA_REQUISICAO" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="FILIACAO" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="HORA_REQUISICAO" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="HeaderClass" nillable="true" type="tns:HeaderClass" />
<xs:complexType name="RegistroClass">
<xs:sequence>
<xs:element minOccurs="0" name="AVS" nillable="true" type="tns:AvsQueryClass" />
<xs:element minOccurs="0" name="COD_RET" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="DATA" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="DATA_CANC" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="DATA_CON_PRE_AUT" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="DATA_EXP_PRE_AUT" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="FILIACAO_DSTR" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="HORA" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="IDENTIFICACAOFATURA" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="MOEDA" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="MSG_RET" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NOM_PORTADOR" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NR_CARTAO" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NUMAUTOR" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NUMPEDIDO" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NUMSQN" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ORIGEM" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="PARCELAS" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="STATUS" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="TAXA_EMBARQUE" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="TID" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="TOTAL" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="TRANSACAO" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="_x0033_DS" nillable="true" type="tns:ThreeDClass" />
</xs:sequence>
</xs:complexType>
<xs:element name="RegistroClass" nillable="true" type="tns:RegistroClass" />
<xs:complexType name="AvsQueryClass">
<xs:sequence>
<xs:element minOccurs="0" name="CEP" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="COMPLEMENTO" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="CPF" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ENDERECO" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="MSG_AVS" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NU_ENDERECO" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="RESP_AVS" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="AvsQueryClass" nillable="true" type="tns:AvsQueryClass" />
<xs:complexType name="ThreeDClass">
<xs:sequence>
<xs:element minOccurs="0" name="CAVV" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ECI" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="XID" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="ThreeDClass" nillable="true" type="tns:ThreeDClass" />
</xs:schema>
<xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/">
<xs:element name="anyType" nillable="true" type="xs:anyType" />
<xs:element name="anyURI" nillable="true" type="xs:anyURI" />
<xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
<xs:element name="boolean" nillable="true" type="xs:boolean" />
<xs:element name="byte" nillable="true" type="xs:byte" />
<xs:element name="dateTime" nillable="true" type="xs:dateTime" />
<xs:element name="decimal" nillable="true" type="xs:decimal" />
<xs:element name="double" nillable="true" type="xs:double" />
<xs:element name="float" nillable="true" type="xs:float" />
<xs:element name="int" nillable="true" type="xs:int" />
<xs:element name="long" nillable="true" type="xs:long" />
<xs:element name="QName" nillable="true" type="xs:QName" />
<xs:element name="short" nillable="true" type="xs:short" />
<xs:element name="string" nillable="true" type="xs:string" />
<xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
<xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
<xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
<xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
<xs:element name="char" nillable="true" type="tns:char" />
<xs:simpleType name="char">
<xs:restriction base="xs:int" />
</xs:simpleType>
<xs:element name="duration" nillable="true" type="tns:duration" />
<xs:simpleType name="duration">
<xs:restriction base="xs:duration">
<xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
<xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
<xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
</xs:restriction>
</xs:simpleType>
<xs:element name="guid" nillable="true" type="tns:guid" />
<xs:simpleType name="guid">
<xs:restriction base="xs:string">
<xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
</xs:restriction>
</xs:simpleType>
<xs:attribute name="FactoryType" type="xs:QName" />
<xs:attribute name="Id" type="xs:ID" />
<xs:attribute name="Ref" type="xs:IDREF" />
</xs:schema>
</wsdl:types>
<wsdl:message name="IKomerciWcf_GetAuthorizedCredit_InputMessage">
<wsdl:part name="parameters" element="tns:GetAuthorizedCredit" />
</wsdl:message>
<wsdl:message name="IKomerciWcf_GetAuthorizedCredit_OutputMessage">
<wsdl:part name="parameters" element="tns:GetAuthorizedCreditResponse" />
</wsdl:message>
<wsdl:message name="IKomerciWcf_GetAuthorizedCredit_ExcecaoAmigavelFault_FaultMessage">
<wsdl:part name="detail" element="q1:ExcecaoAmigavel" xmlns:q1="http://schemas.datacontract.org/2004/07/Redecard.Komerci.External.WcfKomerci" />
</wsdl:message>
<wsdl:message name="IKomerciWcf_GetAuthorizedDebit_InputMessage">
<wsdl:part name="parameters" element="tns:GetAuthorizedDebit" />
</wsdl:message>
<wsdl:message name="IKomerciWcf_GetAuthorizedDebit_OutputMessage">
<wsdl:part name="parameters" element="tns:GetAuthorizedDebitResponse" />
</wsdl:message>
<wsdl:message name="IKomerciWcf_GetAuthorizedDebit_ExcecaoAmigavelFault_FaultMessage">
<wsdl:part name="detail" element="q2:ExcecaoAmigavel" xmlns:q2="http://schemas.datacontract.org/2004/07/Redecard.Komerci.External.WcfKomerci" />
</wsdl:message>
<wsdl:message name="IKomerciWcf_VoidTransactionTID_InputMessage">
<wsdl:part name="parameters" element="tns:VoidTransactionTID" />
</wsdl:message>
<wsdl:message name="IKomerciWcf_VoidTransactionTID_OutputMessage">
<wsdl:part name="parameters" element="tns:VoidTransactionTIDResponse" />
</wsdl:message>
<wsdl:message name="IKomerciWcf_VoidTransactionTID_ExcecaoAmigavelFault_FaultMessage">
<wsdl:part name="detail" element="q3:ExcecaoAmigavel" xmlns:q3="http://schemas.datacontract.org/2004/07/Redecard.Komerci.External.WcfKomerci" />
</wsdl:message>
<wsdl:message name="IKomerciWcf_ConfirmTxnTID_InputMessage">
<wsdl:part name="parameters" element="tns:ConfirmTxnTID" />
</wsdl:message>
<wsdl:message name="IKomerciWcf_ConfirmTxnTID_OutputMessage">
<wsdl:part name="parameters" element="tns:ConfirmTxnTIDResponse" />
</wsdl:message>
<wsdl:message name="IKomerciWcf_ConfirmTxnTID_ExcecaoAmigavelFault_FaultMessage">
<wsdl:part name="detail" element="q4:ExcecaoAmigavel" xmlns:q4="http://schemas.datacontract.org/2004/07/Redecard.Komerci.External.WcfKomerci" />
</wsdl:message>
<wsdl:message name="IKomerciWcf_Query_InputMessage">
<wsdl:part name="parameters" element="tns:Query" />
</wsdl:message>
<wsdl:message name="IKomerciWcf_Query_OutputMessage">
<wsdl:part name="parameters" element="tns:QueryResponse" />
</wsdl:message>
<wsdl:message name="IKomerciWcf_Query_ExcecaoAmigavelFault_FaultMessage">
<wsdl:part name="detail" element="q5:ExcecaoAmigavel" xmlns:q5="http://schemas.datacontract.org/2004/07/Redecard.Komerci.External.WcfKomerci" />
</wsdl:message>
<wsdl:portType name="IKomerciWcf">
<wsdl:operation name="GetAuthorizedCredit">
<wsdl:input wsaw:Action="http://tempuri.org/IKomerciWcf/GetAuthorizedCredit" message="tns:IKomerciWcf_GetAuthorizedCredit_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IKomerciWcf/GetAuthorizedCreditResponse" message="tns:IKomerciWcf_GetAuthorizedCredit_OutputMessage" />
<wsdl:fault wsaw:Action="http://tempuri.org/IKomerciWcf/GetAuthorizedCreditExcecaoAmigavelFault" name="ExcecaoAmigavelFault" message="tns:IKomerciWcf_GetAuthorizedCredit_ExcecaoAmigavelFault_FaultMessage" />
</wsdl:operation>
<wsdl:operation name="GetAuthorizedDebit">
<wsdl:input wsaw:Action="http://tempuri.org/IKomerciWcf/GetAuthorizedDebit" message="tns:IKomerciWcf_GetAuthorizedDebit_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IKomerciWcf/GetAuthorizedDebitResponse" message="tns:IKomerciWcf_GetAuthorizedDebit_OutputMessage" />
<wsdl:fault wsaw:Action="http://tempuri.org/IKomerciWcf/GetAuthorizedDebitExcecaoAmigavelFault" name="ExcecaoAmigavelFault" message="tns:IKomerciWcf_GetAuthorizedDebit_ExcecaoAmigavelFault_FaultMessage" />
</wsdl:operation>
<wsdl:operation name="VoidTransactionTID">
<wsdl:input wsaw:Action="http://tempuri.org/IKomerciWcf/VoidTransactionTID" message="tns:IKomerciWcf_VoidTransactionTID_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IKomerciWcf/VoidTransactionTIDResponse" message="tns:IKomerciWcf_VoidTransactionTID_OutputMessage" />
<wsdl:fault wsaw:Action="http://tempuri.org/IKomerciWcf/VoidTransactionTIDExcecaoAmigavelFault" name="ExcecaoAmigavelFault" message="tns:IKomerciWcf_VoidTransactionTID_ExcecaoAmigavelFault_FaultMessage" />
</wsdl:operation>
<wsdl:operation name="ConfirmTxnTID">
<wsdl:input wsaw:Action="http://tempuri.org/IKomerciWcf/ConfirmTxnTID" message="tns:IKomerciWcf_ConfirmTxnTID_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IKomerciWcf/ConfirmTxnTIDResponse" message="tns:IKomerciWcf_ConfirmTxnTID_OutputMessage" />
<wsdl:fault wsaw:Action="http://tempuri.org/IKomerciWcf/ConfirmTxnTIDExcecaoAmigavelFault" name="ExcecaoAmigavelFault" message="tns:IKomerciWcf_ConfirmTxnTID_ExcecaoAmigavelFault_FaultMessage" />
</wsdl:operation>
<wsdl:operation name="Query">
<wsdl:input wsaw:Action="http://tempuri.org/IKomerciWcf/Query" message="tns:IKomerciWcf_Query_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IKomerciWcf/QueryResponse" message="tns:IKomerciWcf_Query_OutputMessage" />
<wsdl:fault wsaw:Action="http://tempuri.org/IKomerciWcf/QueryExcecaoAmigavelFault" name="ExcecaoAmigavelFault" message="tns:IKomerciWcf_Query_ExcecaoAmigavelFault_FaultMessage" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="BasicHttpBinding_IKomerciWcf" type="tns:IKomerciWcf">
<wsp:PolicyReference URI="#BasicHttpBinding_IKomerciWcf_policy" />
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="GetAuthorizedCredit">
<soap:operation soapAction="http://tempuri.org/IKomerciWcf/GetAuthorizedCredit" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
<wsdl:fault name="ExcecaoAmigavelFault">
<soap:fault name="ExcecaoAmigavelFault" use="literal" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="GetAuthorizedDebit">
<soap:operation soapAction="http://tempuri.org/IKomerciWcf/GetAuthorizedDebit" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
<wsdl:fault name="ExcecaoAmigavelFault">
<soap:fault name="ExcecaoAmigavelFault" use="literal" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="VoidTransactionTID">
<soap:operation soapAction="http://tempuri.org/IKomerciWcf/VoidTransactionTID" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
<wsdl:fault name="ExcecaoAmigavelFault">
<soap:fault name="ExcecaoAmigavelFault" use="literal" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="ConfirmTxnTID">
<soap:operation soapAction="http://tempuri.org/IKomerciWcf/ConfirmTxnTID" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
<wsdl:fault name="ExcecaoAmigavelFault">
<soap:fault name="ExcecaoAmigavelFault" use="literal" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="Query">
<soap:operation soapAction="http://tempuri.org/IKomerciWcf/Query" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
<wsdl:fault name="ExcecaoAmigavelFault">
<soap:fault name="ExcecaoAmigavelFault" use="literal" />
</wsdl:fault>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="KomerciWcf">
<wsdl:port name="BasicHttpBinding_IKomerciWcf" binding="tns:BasicHttpBinding_IKomerciWcf">
<soap:address location="https://scommerce.userede.com.br/Redecard.Komerci.External.WcfKomerci/KomerciWcf.svc" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment