|
Home > Archive > BizTalk Server Orchestration > September 2004 > Change Pipeline into WebServices Port
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Change Pipeline into WebServices Port
|
|
|
| Hi,
i construct a custom pipeline component where i recieve xml, modify it
(it's impossibile into a mapping).
I have a WebServices that i must send xml modify into the
pipeline...but i dont understnad how it's possibile to modify pipeline
into configuration port.
Rgds
Luca
| |
| Gilles [MSFT] 2004-09-29, 8:02 pm |
| Hello,
>i construct a custom pipeline component where i recieve xml, modify it
>(it's impossibile into a mapping).
>I have a WebServices that i must send xml modify into the
>pipeline...but i dont understnad how it's possibile to modify pipeline
>into configuration port.
I am not exactly sure I understand what you are trying to do so bear with me for a second
while I explain what I believe I understood of your problem.
You wrote a custom pipeline component that modifies some XML that it receives.
You would like to send the modified XML to a web service so you designed and deployed a
custom send pipeline, put your component in it (perhaps at encode stage).
You compiled and deployed the pipeline to a BizTalk 2004 server.
You then imported the WSDL of the web service.
Assuming that my understanding is correct, what are you trying to achieve by "modifying the pipeline into configuration port"?
Thanks,
-Gilles.
|
|
|
|
|