Actuate Information Delivery API operations : CallOpenSecurityLibrary
 
CallOpenSecurityLibrary
Calls the Report Server Security Extension (RSSE) API AcRSSEPassThrough function or PassThrough message, which calls the RSSE for general purposes. The application then interprets the value AcRSSEPassThrough or PassThrough returns, along with the return code. The RSSE library registered with BIRT iHub determines the returned value.
Request schema
<xsd:complexType name="CallOpenSecurityLibrary">
<xsd:sequence>
<xsd:element name="InputParameter" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
Request elements
InputParameter
The input parameter string.
Response schema
<xsd:complexType name="CallOpenSecurityLibraryResponse">
<xsd:sequence>
<xsd:element name="OutputParameter" type="xsd:string"/>
<xsd:element name="ReturnCode" type="xsd:int"/>
</xsd:sequence>
</xsd:complexType>
Response elements
OutputParameter
The output parameter string.
ReturnCode
The return code.