FINS OPA Get Meta Data Service For Account Workflow
This workflow prepares a response to a Simple Object Access Protocol (SOAP) GetMetadata request from the Intelligent Advisor Hub and sends the FINS OPA Account integration object back to Intelligent Advisor. The following figure shows this workflow.

Workflow Description
This workflow performs the following actions:
-
Get IO Definition. This step calls the GetIntegrationObjectInfo method from the Integration ObjectInfo Service business service. The input argument to this method is the name of the FINS OPA Account integration object. This method returns the metadata of the FINS OPA Account integration object.
-
Convert to XML. This step calls the IntObjHierToXMLDoc method from the EAI XML Converter business service to convert the hierarchy of the Siebel integration object into an XML document. The input argument to this method is the output of Step 1.
-
Transform to OPA Response. This step calls the Transform method from the EAI XSLT Service business service to perform the XSL transformation. An input argument to this method is the output of Step 2. Another input argument to this method is XSLTFileLocation, with a value of ../XSLT/GetMetaDataResp.xsl. This method returns the transformed data.
-
XML Doc to IO Hier. This step calls the GetIntegrationObjectInfo method from the Integration ObjectInfo Service business service to convert the transformed XML document into the get-metadata-response integration object. An input argument to this method is the output of Step 3. Another input argument to this method is IntObjectName with a value of get-metadata-response. The converted output is sent to Intelligent Advisor.