ws_postrac_mails_ma


Click here for a complete list of operations.

createcompleteprocessSO

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 /ws_postrac_mails_ma.asmx HTTP/1.1
Host: wspostrac.postrac.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/createcompleteprocessSO"

<?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>
    <createcompleteprocessSO xmlns="http://tempuri.org/">
      <strJobTicket>string</strJobTicket>
      <strOperationalState>string</strOperationalState>
      <strFinancialState>string</strFinancialState>
      <strOperationalChange>string</strOperationalChange>
      <strFinancialChange>string</strFinancialChange>
      <strUsuAdi>string</strUsuAdi>
      <strStatusType>string</strStatusType>
      <strStatus>string</strStatus>
      <iata_code>string</iata_code>
      <pieces_number>string</pieces_number>
      <total_weight_kg>string</total_weight_kg>
      <airline>string</airline>
      <obs>string</obs>
      <fligth_no>string</fligth_no>
      <mawbcode>string</mawbcode>
      <pickuptype>string</pickuptype>
      <dep_date>string</dep_date>
      <mail_item_pieces>string</mail_item_pieces>
      <service_type>string</service_type>
      <departure_gateway>string</departure_gateway>
      <security_key>string</security_key>
    </createcompleteprocessSO>
  </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>
    <createcompleteprocessSOResponse xmlns="http://tempuri.org/">
      <createcompleteprocessSOResult>
        <xsd:schema>schema</xsd:schema>xml</createcompleteprocessSOResult>
    </createcompleteprocessSOResponse>
  </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 /ws_postrac_mails_ma.asmx HTTP/1.1
Host: wspostrac.postrac.com
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:Body>
    <createcompleteprocessSO xmlns="http://tempuri.org/">
      <strJobTicket>string</strJobTicket>
      <strOperationalState>string</strOperationalState>
      <strFinancialState>string</strFinancialState>
      <strOperationalChange>string</strOperationalChange>
      <strFinancialChange>string</strFinancialChange>
      <strUsuAdi>string</strUsuAdi>
      <strStatusType>string</strStatusType>
      <strStatus>string</strStatus>
      <iata_code>string</iata_code>
      <pieces_number>string</pieces_number>
      <total_weight_kg>string</total_weight_kg>
      <airline>string</airline>
      <obs>string</obs>
      <fligth_no>string</fligth_no>
      <mawbcode>string</mawbcode>
      <pickuptype>string</pickuptype>
      <dep_date>string</dep_date>
      <mail_item_pieces>string</mail_item_pieces>
      <service_type>string</service_type>
      <departure_gateway>string</departure_gateway>
      <security_key>string</security_key>
    </createcompleteprocessSO>
  </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:Body>
    <createcompleteprocessSOResponse xmlns="http://tempuri.org/">
      <createcompleteprocessSOResult>
        <xsd:schema>schema</xsd:schema>xml</createcompleteprocessSOResult>
    </createcompleteprocessSOResponse>
  </soap12:Body>
</soap12:Envelope>