|
•
|
|
•
|
|
•
|
|
•
|
global or system
|
|
|
They can use the reserved name httpResponse.header-name to define standard or custom HTTP headers for the mashup result. For custom HTTP headers, header-name must begin with X-.
|
|
|
They can contain ASCII letters, numbers, dashes (-) or underscores (_). Do not use any other symbols or punctuation.
|
<operation name="sample">
<outputparam name="result" type="document"/>
<inputparam name="queryDate" type="date" default="2007-03-01"/>
<inputparam name="securityType" type="svc:certType" service="Credentials"/>
<inputparam name="query">
<svc:query>
<svc:category>books</svc:category>
<svc:ranking>allResults<svc:ranking>
<svc:date>{$queryDate}</svc:date>
<svc:maximum>100</svc:maximum>
</svc:query>
</inputparam>
...
<variables>
<variable name="key" type="string" default="1SF8BTKBTXN6XP68BY02"/>
<variable name="loops" type="number"/>
<variable name="amznResult" type="document"/>
<variable name="httpResponse.Content-type" type="string"
default="text/csv; charset=UTF-8"
</variables>
...
</operation>