Rush Order - XML Order Data Posting Script

Use this script to upload XML Data to the Rush Order XML Parser. This data will then be processed and entered into the M.O.M. Database.

XML File must conform to our XML File Data Specification.

Click Here for a Sample XML File

For Field Definitions and Sample code: XMLDefinitions.pdf

Type 1: Select your XML File and Upload:

This method is only compatible with the "POST" method.

Required Fields

Post to: https://tools.rushorder.com/xml/index.cfm
  • Fieldname: datamethod, Value: file, Type: hidden
  • Fieldname: orderdata, Value: XML file to be parsed, Type: file

  • Type 2: Post XML Order Data:

    This method is only compatible with the "POST" method.

    Required Fields

    Post to: https://tools.rushorder.com/xml/index.cfm
  • Fieldname: datamethod, Value: field, Type: hidden
  • Fieldname: orderdata, Value: XML text to be parsed, Type: text

  • Type 3: Submit URL to Remote XML File:

    This method is compatible with both "POST" and "GET" methods.

    Required Fields

    URL: https://tools.rushorder.com/xml/index.cfm
  • Fieldname: datamethod, Value: url, Type: hidden/text
  • Fieldname: orderdata, Value: url, Type: hidden/text
  • Fieldname: xmlfile, Value: url of XML file to be parsed, Type: text