I have to develop solution for converting
data from xml to html and I have few limitations:
– Solution is based on BizTalk Server
2006
– For converting into html must be
used existing web pages (immutable)
Each web page has only one input parameter
which is base64 string. Response parameter is string
(html).
I have to call web pages from BizTalk
Orchestration, pass data through HTTP adapter, and accept response from IIS. My
Question is simply: How I can do that? I mean, how I can describe the type of
messages for request and response?
Thanks