Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 8 Request-Response Service for Synchronous Communication : Expected Results

Expected Results
Results for this example will be written into Get_output.xml file located in the following locations:
For the Static example:
TIBCO_HOME\adapter\adtuxedo\version_number\examples\Synchronous\Static\Employee\BusinessWorks
For the Dynamic example:
TIBCO_HOME\adapter\adtuxedo\version_number\examples\Synchronous\Dynamic\Employee\BusinessWorks
A sample output is given next.
 
<?xml version="1.0" encoding=""?>
<ns0:xmlInput xmlns:ns0="http://xmlns.tibco.com/bw/activity/xml/render/bytesEnvelope/2003/05">
<Employee>
<RequestResponseReplySchema>
<RequestResponseServiceReply_a_List>
<EMPID>4856</EMPID>
<EMPNAME>John Smith</EMPNAME>
<DEPTID>123</DEPTID>
<DEPTNAME>IT Solutions</DEPTNAME>
</RequestResponseServiceReply_a_List>
</RequestResponseReplySchema>
</Employee>
</ns0:xmlInput>

Copyright © TIBCO Software Inc. All Rights Reserved