MSMQ Recieve Port Message Type



Hi,
I have a process where I have to get a value from a MSMQ and based on
the value build a message in the orchestration.

When I set up the orchestration I set the recieve port request message
type as xmldocument. In the orchestration I pass this message
(xmldocument) to a c# class. I try to access the value in the message
in two ways.

message.inner.text
message.tostring()

they both dont seem to be working.

I tried using a string value for the receive port request message type.
But the orchestration does not pickup the message from the receive
port.

How can I debug the c# class after I deploy the application?

I am not sure how the message from the MSMQ is passed in the c# class.
I wrote the incoming message to a file, it only has the sent value and
no header or trailer tags. Which makes me think why does it not accept
string as a receive port request message type.?

How do I access the value that is being sent over the MSMQ in my
orchestration and in C# class.

Thanks for all Help

Sree

.



Relevant Pages

  • Receive Message From MSMQ
    ... I am trying to read a message from MSMQ. ... "123456" (All numbers in string format). ... I created an orchestration with receive port message type as string and ... send port type as xmldocument. ...
    (microsoft.public.biztalk.general)
  • Receive Message From MSMQ
    ... I am trying to read a message from MSMQ. ... "123456" (All numbers in string format). ... I created an orchestration with receive port message type as string and ... send port type as xmldocument. ...
    (microsoft.public.biztalk.server)
  • Re: Receive Message From MSMQ
    ... "123456" (All numbers in string format). ... I created an orchestration with receive port message type as string and ... send port type as xmldocument. ... When I receive a message from MSMQ the orchestration does not pick it ...
    (microsoft.public.biztalk.general)
  • MSMQ Recieve Port Message Type
    ... When I set up the orchestration I set the recieve port request message ... I tried using a string value for the receive port request message type. ... I am not sure how the message from the MSMQ is passed in the c# class. ...
    (microsoft.public.biztalk.general)
  • BT 2002 - MSMQ Messages not in chronological order??
    ... I need some help with a BT 2002 orchestration where MSMQ messages do ... missing support for XML mapping... ... way" to the Channels used first in the orchestration. ...
    (microsoft.public.biztalk.server)

Loading