|
SOAP Message
|
Plain XML Message
|
|---|---|
<soapenv:Envelope
xmlns:soapenv=
"http://schemas.xmlsoap.org/soap/envelope/"
xmlns:biw=
"http://www.sas.com/xml/namespace/biwebservices">
<soapenv:Header/>
<soapenv:Body>
<biw:addfloats>
<biw:parameters>
<biw:num1>2.3</biw:num1>
<biw:num2>4.2</biw:num2>
</biw:parameters>
</biw:addfloats>
</soapenv:Body>
</soapenv:Envelope>
|
<addfloats>
<parameters>
<num1>2.3</num1>
<num2>4.2</num2>
</parameters>
</addfloats>
|
|
Request
|
Response
|
|---|---|
num1=2.0&num2=3.5 |
{
"outputParameters":
{
"Sum": "5.5"
}
}
|
|
Prompt Type
|
Supported
|
Notes
|
|---|---|---|
|
Text
|
yes
|
|
|
Numeric
|
yes
|
|
|
Color
|
yes
|
Supports hexadecimal
values only.
|
|
Date
|
yes
|
Supply a text value
that matches the date type in the prompt definition.
|
|
Time
|
yes
|
|
|
File
|
yes
|
|
|
Data source
|
yes
|
|
|
Data library
|
yes
|
Supply this in the form
libraryPath
:: libref. For example, /Products/SAS
Intelligence Platform/Samples/STP Samples(Library) :: stpsamp is
a valid data library value.
|
|
Data source item
|
yes
|
Supply this in the form
dataSourceLocation
:: dataSourceType :: columnName :: columnLabel :: columnType.
|
|
OLAP member
|
yes
|
|
|
Ranges
|
no
|
|
|
Multi-value prompts
|
no
|
|