07-14-04 01:47 AM
To split an incoming message you need a schema that defines an envelope.
There's a sample in the SDK that shows you how to do this.
Best regards,
Christof
--
Christof [Microsoft BizTalk Server MVP]
"BenW" <BenW@discussions.microsoft.com> wrote in message
news:34A93006-DABC-4881-8D92-B6A8A6E6E284@microsoft.com...
> The prototype objective is to receive a flat file or and XML document,
disassemble it and call a web service, passing in some of the data received.
>
> I have managed to construct a port for the file arriving, created a web
service, referenced it in the BizTalk project. I see there have been two
Multi Part Message Types created; one for the request and one the result.
>
> I presumably want to transform the receive message disassembled from file
input port to a send message to the web service.
>
> How do I do this? I have Transform shape and can set the input message
but cannot seem to select a send message. I did try creating a new message
in the orchestration view and assigning it a type of the ...web
service_request but this did not appear in the Transform Shape configuration
box. I have had a look at the ConsumingWebService example in the SDK and
this looks correct. But there must be a stage I'm missing.
>
>
>
>
> --
> BenW MCAD
>
[ Post a follow-up to this message ]
|