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 ****t request message
type as xmldo***ent. In the orchestration I pass this message
(xmldo***ent) 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 ****t request message type.
But the orchestration does not pickup the message from the receive
****t.
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 ****t 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