Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 5 Example for Configuring IB Services and Wiring It with JMS : Expected Results

Expected Results
The expected results for the three processes are as follows:
Check the Output tab of the JMS Queue Receiver Activity. The Published Message should be in the Body field of the tab in the XML format.
Check the Currency page in PeopleTools. The Currency component should be updated: “CURRENCY_CD:USD, COUNTRY:USA, DESCR:TEST FOR USD, DESCRSHORT:TEST USD“
Check the file located in c:\temp\sync0.txt of the PeopleSoft Server. the content in it should be as follows:
<?xml version="1.0"?><COUNTRY_SYNC><FieldTypes><COUNTRY_TBL class="R"> <ADDR_VALIDAT type="CHAR"/><COUNTRY type="CHAR"/><COUNTRY_2CHAR type="CHAR"/><DESCR type="CHAR"/><DESCRSHORT type="CHAR"/><EO_SEC_PAGE_NAME type="CHAR"/><EU_MEMBER_STATE type="CHAR"/><POST_SRCH_AVAIL type="CHAR"/></COUNTRY_TBL><PSCAMA class="R"><LANGUAGE_CD type="CHAR"/><AUDIT_ACTN type="CHAR"/><BASE_LANGUAGE_CD type="CHAR"/><MSG_SEQ_FLG type="CHAR"/><PROCESS_INSTANCE type="NUMBER"/><PUBLISH_RULE_ID type="CHAR"/><MSGNODENAME type="CHAR" /></PSCAMA></FieldTypes><MsgData><Transaction><COUNTRY_TBL class="R"> <ADDR_VALIDAT></ADDR_VALIDAT><COUNTRY>USA</COUNTRY><COUNTRY_2CHAR></COUNTRY_2CHAR><DESCR>AA</DESCR><DESCRSHORT></DESCRSHORT><EO_SEC_PAGE_NAME></EO_SEC_PAGE_NAME><EU_MEMBER_STATE></EU_MEMBER_STATE><POST_SRCH_AVAIL></POST_SRCH_AVAIL></COUNTRY_TBL><PSCAMA class="R"><LANGUAGE_CD>ENG</LANGUAGE_CD><AUDIT_ACTN>U</AUDIT_ACTN><BASE_LANGUAGE_CD>ENG</BASE_LANGUAGE_CD><MSG_SEQ_FLG/><PROCESS_INSTANCE>0</PROCESS_INSTANCE><PUBLISH_RULE_ID/><MSGNODENAME/></PSCAMA></Transaction></MsgData></COUNTRY_SYNC>
 
 

Copyright © TIBCO Software Inc. All Rights Reserved