hi ,
I am evaluating OHSBE. In completing an order a few important messages are exchanged between the components. For ex. To initiate an order the OMS sends a SubmitOrderRequest message. Where can I get information about the structure of these messages The sample code per se is not useful as the various properties used are not accompanied by comments.
thanks

OHSBE Message formats
imillicit
Jamie Thomson
Thanks Tilak. Yes you are right - one can have custom formats as well.
James P. Webster
The default in the example used is SID format (shared Inforamtion data). But i believe you can have your custom format as well.
http://msdn2.microsoft.com/en-us/library/aa302904.aspx
Thanks