MSMQ body text as parameter for trigger

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lgrella
    New Member
    • Jul 2008
    • 1

    MSMQ body text as parameter for trigger

    I am using MSMQ and am using the triggers. What I am doing is running a web service, and placing parameters to a call to a 3rd party program in the body of the message object of a queue. I want the trigger to be able to use this body as the parameter to the call, but the body is only in XML or binary format. I want the body of the message object to be plain text format. How can I get the body of the message to be in plain text rather than xml or binary?

    Thanks
Working...