Discover ( [in] RequestType As EnumString, [in] Restrictions As Restrictions, [in] Properties As Properties, [out] Result As Rowset)
/Samples/Stored Processes/ Sample: MEANS Procedure Web Service
(PROC MEANS Stored Process that can be invoked by the SAS BI Web Services for Java middle tier.)
http://host:port/SASBIWS/services/XMLA
<row xmlns="urn:schemas-sas-com:xml-analysis:rowset">
<StoredProcessName>
/BIP Tree/copyintoout</StoredProcessName>
<Parameters>
<Parameter>
<Name>inputname</Name>
<Description>A simple string that we are
passing as a parameter.</Description>
<Required>true</Required>
<Default />
<Type>String</Type>
</Parameter>
</Parameters>
<Streams>
<Stream>
<Name>instream</Name>
<Description>This stream does allow
multi-pass reads, so you do not have to
use an XMLMap.</Description>
</Stream>
</Streams>
</row><RestrictionList
xmlns="urn:schemas-microsoft-com:xml-analysis">
<StoredProcessName>
/Samples/Stored Processes/
Sample: MEANS Procedure Web Service
</StoredProcessName>
</RestrictionList>string.
|
PropertyName
|
PropertyDescription
|
PropertyAccessType
|
Value
|
|---|---|---|---|
|
Content
|
Specifies the content
of the XML result: None, Schema, Data, or Both.
|
ReadWrite
|
SchemaData
|
|
UserName
|
Specifies the user name
to use for metadata authentication.
|
ReadWrite
|
|
|
Password
|
Specifies the password
to use for metadata authentication.
|
Write
|
|
|
Domain
|
Specifies the domain
to use for metadata authentication.
|
ReadWrite
|
|
|
ProviderName
|
Specifies the name of
the XML for Analysis provider.
|
Read
|
SAS XML for Analysis
StoredProcess Provider
|
|
ProviderVersion
|
Specifies the version
of the XML for Analysis provider.
|
Read
|
1.0
|
|
Format
|
Specifies the format
of the XML result: Tabular or Multidimensional.
|
Read
|
Tabular
|
|
DataSourceInfo
|
Specifies the identifying
information that is required to retrieve data from a data source.
|
ReadWrite
|
Provider=SASSPS
|
<PropertyList
xmlns="urn:schemas-microsoft-com:xml-analysis">
<DataSourceInfo>
Provider=SASSPS
</DataSourceInfo>
</PropertyList><PropertyList xmlns="urn:schemas-microsoft-com:xml-analysis">
<DataSourceInfo>
Provider=SASSPS
</DataSourceInfo>
<UserName>username</UserName>
<Password>password</Password>
</PropertyList>