MSMQ Recieve Port Message Type
- From: "Sree" <sreejonn@xxxxxxxxx>
- Date: 3 Oct 2006 14:31:32 -0700
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
.
- Follow-Ups:
- Re: MSMQ Recieve Port Message Type
- From: Paul Somers
- Re: MSMQ Recieve Port Message Type
- Prev by Date: Error 2243 Failed to retrieve EDI properties from Biztalk Management database
- Next by Date: RE: Used existing send port but Biztalk admin asks to create new
- Previous by thread: Error 2243 Failed to retrieve EDI properties from Biztalk Management database
- Next by thread: Re: MSMQ Recieve Port Message Type
- Index(es):
Relevant Pages
|
Loading