primate logo Primate Software, Inc.

 

Standard Request Format

last updated:  06/06/01

version: 1.0 

This is a description of the standard request format.

The body of every request will be in this format.

Inside the <request_parameters> tag will be where the Tab and XML formats differ.

Detail Description of Standard Request Format

<?xml version="1.0"?>

<primaterequest>
   <user_firstname>YourUserFirstNameHere</user_firstname>
   <user_lastname>YourUserLastNameHere</user_lastname>
   <password>YourPasswordHere</password>
   <operating_system>YourOpSysHere</operating_system>
   <software_used>YourSoftwareHere</software_used>
   <software_version>YourVersionHere</software_version>
   <response_compression>YourValidChoiceHere</response_compression> 
   <response_format>YourValidChoiceHere</response_format>
   <field_list>YourValidFieldListHere</field_list>
   <request_name>YourValidChoiceHere</request_name> 
   <requestparam_format>YourValidChoiceHere</requestparam_format>

   <request_parameters> 
  • REQUEST PARAMETERS HERE
  • EITHER XML OR TAB FORMAT
  • TAB FORMAT REQUIRES <CDATA> TAG

   </request_parameters>
   <request_version>YourRequestVersionHere</request_version> 
</primaterequest>