Hi All,
I am trying to read a message from MSMQ. Example of a message is
"123456" (All numbers in string format). I have an orchestration that
receives the message, reads the value (converts to int) and makes a
database call to create a new xml message.
I created an orchestration with receive ****t message type as string and
send ****t type as xmldo***ent (Schema name).
When I receive a message from MSMQ the orchestration does not pick it
up. My guess was it recognizes (Subscription) the receive ****t but
because it is expecting a string message it does not pickup the current
message.
I tested the incoming message with another send ****t which only writes
the incoming message to a file. It seems to be working fine. I see the
digits I sent to MSMQ.
What is the TYPE of the message that is received on an MSMQ (The one I
get is surely not XML, but the string does not seem to be working). Do
I need to parse it differently?
I have been stumped on this for a while now. All Help is Great Help.
Thanks
Sree