IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

UserPortal.xml

Each end-user has an XML file to keep his or her subscribed service information. For example: User01Portal.xml is the subscribed service XML file for user01. In the document, UserPortal.xml is used as a representative.

When user01 adds or deletes a service, and clicks the save button, the information will be saved in this XML.

Internet banking developers can also modify this XML if needed.

Here is an example of User01Portal.xml:

<?xml version="1.0" encoding="UTF-8"?>
<Portal xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"	xmlns="http://btt.cn.ibm.com/61/Web20"
	xsi:schemaLocation="http://btt.cn.ibm.com/61/Web20 ../BTTWeb20/schema/UserPortal.xsd">
  <Portlet rowid="tab1_col1_row1">
    <Widget name="basic_tabwidget">
      <attribute name="url" value="http://www.ibm.com"/>
      <attribute name="version" value="1.0.0.0"/>
      <attribute name="height" value="700"/>
    </Widget>
  </Portlet>
</Portal>

Parameters specification for each tag are as follows:



Feedback