BizTalk 2004 :: string tagged output problem
Hi all,
I'm confused.
I want to return a block of text as my response to the calling application
(It's using an HTTP req/response)
For the response, I am using the pass thru pipeline but am getting
<string>text I want</string> tags added in my message. I dont want the
<string> tags, just the text.
If I test the message type with xmlDo***ent or string, others, I get the
same output every time. I also tried changing the "return content type"
setting in the port to text rather than text/xml.
I outputted the message to the debug view before I sent it and it confirms
that the message's value is the block of text I want to send, no tags. I
also tried to output it to a flat text file which also adds <string> tags.
Here is the strange part: if I output the message using a dynamic port with
the "FILE://" protocol, boom, I get the tagless message! Why?
Is this something to do with the adapters? Why are the <string> tags in
both my HTTP and FILE message response?
Thanks,
BA
|