Hi,
I have a problem inside my ochestration. I receive an XML file, transform it into a positional flat file and then I should send it to a web service which accepts it as string. The last step is the problem.
I’ve done it sending XML as string following an article by Matt Meleski (Passing an XML Instance to a Web Service Method via a BizTalk 2004 Orchestration Web Port) and everything goes perfect.
I supose it’s like calling the flat file assembler inside the orchestration or something like that, but I can’t figure out how.
Thank you in advance,
Paula