Petición

XSD

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://localhost/bancobogota/soap">
   <soapenv:Header/>
   <soapenv:Body>
      <soap:consultarFactura>
         <username>?</username>
         <password>?</password>
         <cadenaIFX>?</cadenaIFX>
      </soap:consultarFactura>
   </soapenv:Body>
</soapenv:Envelope>

Estructura

Ejemplo

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://localhost/bancobogota/soap">
   <soapenv:Header/>
   <soapenv:Body>
      <soap:consultarFactura>
         <username>?</username>
         <password>?</password>
         <cadenaIFX>
          <![CDATA[
          <IFX>
            <SignonRs>
              <CustId>
                <CustLoginId>1234567890</CustLoginId>
              </CustId>
              <ServerDt>20130601101501</ServerDt>
              <ClientDt>20130601101501</ClientDt>
            </SignonRs>
            <PresSvcRs>
              <BillInqRs>
                <Status>
                  <StatusCode>000</StatusCode>
                  <StatusDesc>Consulta Exitosa</StatusDesc>
                </Status>
              </BillInqRs>
            </PresSvcRs>
            <SignoffRs>
              <CustId>
                <SPName>Empresa Pruebas</SPName>
                <CustPermId>0212</CustPermId>
                <CustLoginId>1234567890</CustLoginId>
              </CustId>
            </SignoffRs>
          </IFX>
          ]]>
         </cadenaIFX>
      </soap:consultarFactura>
   </soapenv:Body>
</soapenv:Envelope>

Última actualización