FactorumCFDiService


Click here for a complete list of operations.

FactorumGenYaSelladoTest

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /FactorumWSv32/FactorumCFDiService.asmx HTTP/1.1
Host: desarrollo.factorumweb.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://cfdi.einvoicews.factorum.com/FactorumGenYaSelladoTest"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <FactorumGenYaSelladoTest xmlns="http://cfdi.einvoicews.factorum.com/">
      <usuario>string</usuario>
      <rfc>string</rfc>
      <password>string</password>
      <xml>string</xml>
    </FactorumGenYaSelladoTest>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <FactorumGenYaSelladoTestResponse xmlns="http://cfdi.einvoicews.factorum.com/">
      <FactorumGenYaSelladoTestResult>
        <ReturnStringXML>string</ReturnStringXML>
        <ReturnFileXML>base64Binary</ReturnFileXML>
        <ReturnFileQRCode>base64Binary</ReturnFileQRCode>
        <FechaTimbrado>dateTime</FechaTimbrado>
        <UUID>string</UUID>
        <SelloCFD>string</SelloCFD>
        <NoCertificadoSAT>string</NoCertificadoSAT>
        <SelloSAT>string</SelloSAT>
        <CadenaOriginalSello>string</CadenaOriginalSello>
      </FactorumGenYaSelladoTestResult>
    </FactorumGenYaSelladoTestResponse>
  </soap:Body>
</soap:Envelope>