The CORBA nodes sample contains a single message flow that can be deployed on WebSphere Message Broker. The message flow is under the CORBANodesSampleFlows project and is called StockWarehouseClient.msgflow
You might see the following warning message about the CORBARequest nodes:
Data location: The RequestData element in XPath $LocalEnvironment/RequestData was not found in the XML Schema.
You can ignore this message because the RequestData folder is not contained in the XML Schema.
The Interface Definition Language (IDL) file that is used by the message flow is under the CORBANodesSampleMS message set project and is called StockControlInterface.idl
The CORBA server Java application code is contained in the CORBANodesSampleJava Java project. This application provides a two-way message request-response exchange between WebSphere Message Broker and CORBA server Java applications.
You will see warning messages in the CORBA server Java application code.
You can ignore these messages because they have been generated from the IDL.
Complete the following steps:
You have successfully set up the CORBA nodes sample.