Ariba Supplier OnRamp 7.1 | webMethods Ariba Supplier OnRamp Documentation | webMethods Ariba Supplier OnRamp Installation and User’s Documentation | The wm.b2b.cxml Folder in the WmcXML12 Package | wm.b2b.cxml.shared.data | wm.b2b.cxml.shared.data:httpNameValuePairsToRecordList
 
wm.b2b.cxml.shared.data:httpNameValuePairsToRecordList
WmcXML12. Converts a string containing name/value pairs into a record list.
This utility can only create a list of records that contain string-only fields.
Input Parameters
string
Name/value pairs to be converted into record lists. This field can be URL encoded (urlDecode should be set to true).
urlDecode
If true, the name/value pair string is URL-decoded before it is converted to a record list. If false,
Output Parameters
recordList
List of records. The record will only contain string fields.
Usage Notes
The name-value pairs string must be in the format as:
<field_a>=<field_a_value1>&<field_b>=<field_b_value1>&<field_a>=<field_a_value2>
&<field_b>=<field_b_value2>
where:
*<field_a_value1> represents the value of field_a in the first record.·
*<field_b_value1> represents the value of field_b in the first record.·
*<field_a_value2> represents the value of field_a in the second record.·
*<field_b_value2> represents the value of field_b in the second record.
If urlDecode is true, the input string is first URL-decoded.