Products | Versions |
---|---|
TIBCO Enterprise Message Service | - |
Not Applicable | - |
Resolution:
Description:
= = = = = =
Receive an XML Text message sent by BW using EMS .NET API and serializing it at the .NET receiver side.
Environment:
= = = = = =
TIBCO Business Works – All versions
TIBCO Enterprise Message Service – All versions
Microsoft .NET framework – All versions
Resolution:
= = = = = =
When BW creates a XML text message based on an XSD, BW validates the XML and sends it to the EMS server which simply treats the message as a normal text message. It is not treated as an object message by the EMS server.
The .NET receiver application must receive this message as a normal text message, dump the String body from the message, create an XML from the body and parse/validate it using the XSD file.
Attached to this Solution are sample XSD and.NET code that perform this operation.