Sending HTML back to client as Response msg of HTTP Port

Home Page Forums BizTalk 2004 – BizTalk 2010 Sending HTML back to client as Response msg of HTTP Port Sending HTML back to client as Response msg of HTTP Port

#12692

So I have an HTTP Request-Respond port. I receive an http post on that port, parse the variables, do what i have to do basically. Now I need to send a response but I am not sure. Can I just send HTML back through a PassThrough Pipeline? If so, I have a generic message I want to send. Something like,

[code:1:b706d9b817]
<br><br>Your order has been received. Thank you.<br><br><center><a href=’javascript:window.close();’>Click to close</a></center>
[/code:1:b706d9b817]

of that nature……

I was thinking that i’d have to use a transform shape and create my own XSLT code with the HTML and the use it in a MAP? That sounds too complicated for a thing like that.

So basically, I need to be able to respond back with HTML.

Anyone have any idea on how to accomplish this?
Thanks
Gino