views:

6

answers:

0

What are the different Target formats with respect to System.Messaging.XmlMessageFormatter(....) in C#.NET As i'm well known about receiving data in terms of string formats.

I would like to know the format target types other than strings in System.Messaging.XmlMessageFormatter(.......) while receiving the result from message queues.

Please help me in this regard with different code snippets related to each target format type.

With the requirement we passed a exchange webservice or WCF object to a message queue and want to retrieve the result from message queue interms of object itself(NOT strings).

Kindly provide the proper solution with code snippet for the same.