| Niklas E 2004-11-22, 2:46 am |
| I need to call a http web page, which will return a flat-file for me, which
contains a lot of data which I have arranged to be split up into small
documents. The problem I am experiencing is that the orchestration cannot
handle to get multiple responses back. I have also tried to send the whole
message un-split with pass-through, but then BizTalk cannot just send it as
pass-through. It needs to have a schema attached to it. How can I send this
as pass-through, without making a new schema to handle the full document and
the overload of BizTalk loading the document instead of passing it on
without looking at it?
It seems a bit awkward that that you have to use orchestration and put it in
the send port to accomplish the http receive from another server? To me it
seems more logic to have a http-receive location doing the post and getting
the response back, just as sql and ftp receive.
Best regards
Niklas E
|