| Scott Colestock 2005-07-28, 5:52 pm |
| You likely want to write a custom pipeline component that does the parsing
of the inbound message (splitting the inbound content into the various
records in the dime message.)
Alternatively, if you already have an asmx-based (or other) implementation
of the web service, it can defer processing to BizTalk using an alternate
transport.
Scott Colestock
www.traceofthought.net
"Lakshmi Murthy" <LakshmiMurthy@discussions.microsoft.com> wrote in message
news:03326AFD-F5ED-41C2-AF36-B9B3233CAF73@microsoft.com...
> Hi,
>
> how to initiate orchestration programmatically?
>
> I have a SOAP message with DIME attachments and i need to extract the DIME
> attachments from this soap envelope in my BizTalk Orchestration. How can i
> receive SOAP message which has no parameters in my Orchestration? The
> Webport
> requires Request and Response! What should i do? Please let me know..I am
> clueless...
>
> Waiting for your early response!
> Thanks in advance
> Regards
> Lakshmi
> http://techsavygal@blogspot.com
>
|