Procedure for receiving an XML text message sent by TIBCO Business Works (BW) using the TIBCO Enterprise Message Service (EMS) .NET API and serializing it at the .NET receiver side.

Procedure for receiving an XML text message sent by TIBCO Business Works (BW) using the TIBCO Enterprise Message Service (EMS) .NET API and serializing it at the .NET receiver side.

book

Article ID: KB0088402

calendar_today

Updated On:

Products Versions
TIBCO Enterprise Message Service -
Not Applicable -

Description

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.

Issue/Introduction

Procedure for receiving an XML text message sent by TIBCO Business Works (BW) using the TIBCO Enterprise Message Service (EMS) .NET API and serializing it at the .NET receiver side.

Attachments

Procedure for receiving an XML text message sent by TIBCO Business Works (BW) using the TIBCO Enterprise Message Service (EMS) .NET API and serializing it at the .NET receiver side. get_app
Procedure for receiving an XML text message sent by TIBCO Business Works (BW) using the TIBCO Enterprise Message Service (EMS) .NET API and serializing it at the .NET receiver side. get_app