Home Page › Forums › BizTalk 2004 – BizTalk 2010 › SOAP message › Re: SOAP message
September 18, 2008 at 11:55 AM
#20765
Hi Russell,
It took me some time to try what you explained me here.
I created inMessage with Message type XMLDocument.
I created envMessage with MessageType of BTS.soap_envelope_1__1.Envelope
I created two messages hdrMessage with message type as header schema , cntMessage with message type as content schema.
In the message assignment shape, I have assigned
envMessage = inMessage
hdrMessage = xpath(envMessage,…)
cntMessage = xpath(envMessage,..)
In my schemas(header and content) I have some distinguised fields
So When I tried to get the values based on the distinguised fiels nothing come out..
What am I missing..