MainServicesImpl


Click here for a complete list of operations.

getFilesACH

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 /PSEWebServices3/MainServices.asmx HTTP/1.1
Host: desarrollo.pse.com.co
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://vesta.com.br/pse/MainServices/getFilesACH"

<?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:Header>
    <messageHeader xmlns="http://www.uc-council.org/smp/schemas/eanucc">
      <to>
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
      </to>
      <from>
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
      </from>
      <representingParty>
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
      </representingParty>
    </messageHeader>
  </soap:Header>
  <soap:Body>
    <getFilesACH xmlns="http://www.uc-council.org/smp/schemas/eanucc">
      <getFilesACHInformation>
        <fileType>string</fileType>
      </getFilesACHInformation>
    </getFilesACH>
  </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:Header>
    <messageHeader xmlns="http://www.uc-council.org/smp/schemas/eanucc">
      <to>
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
      </to>
      <from>
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
      </from>
      <representingParty>
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
      </representingParty>
    </messageHeader>
  </soap:Header>
  <soap:Body>
    <getFilesACHResponse xmlns="http://www.uc-council.org/smp/schemas/eanucc">
      <files>
        <fileName>string</fileName>
        <fileContent>string</fileContent>
      </files>
      <files>
        <fileName>string</fileName>
        <fileContent>string</fileContent>
      </files>
      <returnCode>SUCCESS or FAIL_NOFILESFOUND or FAIL_ACCESSDENIED</returnCode>
    </getFilesACHResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

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

POST /PSEWebServices3/MainServices.asmx HTTP/1.1
Host: desarrollo.pse.com.co
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Header>
    <messageHeader xmlns="http://www.uc-council.org/smp/schemas/eanucc">
      <to>
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
      </to>
      <from>
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
      </from>
      <representingParty>
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
      </representingParty>
    </messageHeader>
  </soap12:Header>
  <soap12:Body>
    <getFilesACH xmlns="http://www.uc-council.org/smp/schemas/eanucc">
      <getFilesACHInformation>
        <fileType>string</fileType>
      </getFilesACHInformation>
    </getFilesACH>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Header>
    <messageHeader xmlns="http://www.uc-council.org/smp/schemas/eanucc">
      <to>
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
      </to>
      <from>
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
      </from>
      <representingParty>
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
      </representingParty>
    </messageHeader>
  </soap12:Header>
  <soap12:Body>
    <getFilesACHResponse xmlns="http://www.uc-council.org/smp/schemas/eanucc">
      <files>
        <fileName>string</fileName>
        <fileContent>string</fileContent>
      </files>
      <files>
        <fileName>string</fileName>
        <fileContent>string</fileContent>
      </files>
      <returnCode>SUCCESS or FAIL_NOFILESFOUND or FAIL_ACCESSDENIED</returnCode>
    </getFilesACHResponse>
  </soap12:Body>
</soap12:Envelope>