Re: Custom pipeline to submit documents to web services
- From: "Yossi Dahan" <yossidahan@xxxxxxxxxxx>
- Date: Tue, 31 May 2021 20:36:09 +0100
as I've mentioned I was surprised to find out it works myself, after trying
endlessly with the SOAP adapter with the past but have not yet tried it
myself.
It was Phua Chiu Kiang that posted he succesfully managed to do that
(http://groups-beta.google.com/group/microsoft.public.biztalk.orchestration/msg/01992a516dd252e4?dmode=source)
I hope he can step in at this stage and give more details...
Yossi Dahan
"Dan Tharp" <dtharp@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:O54InifZFHA.796@xxxxxxxxxxxxxxxxxxxxxxx
> Thanks for the feedback, Yossi.
> I would really love to see how to get WSE to work in a messaging-only
> scenario, but from what I've heard, it's not doable (and I've not been
> able to get it to work).
> Have you been successful in passing off a document to a web service via
> messaging-only WSE?
> If so, how did you do it?
> How did you get the message passed as a parameter to the web method?
>
> Thanks,
> Dan
>
> "Yossi Dahan" <yossidahan@xxxxxxxxxxx> wrote in message
> news:eVPbyZdZFHA.2768@xxxxxxxxxxxxxxxxxxxxxxx
>>I think using pipeline components to deliver messages is a wrong approach.
>> after all this is exactly what adapters are for.
>>
>> Either use the WSE adapter which, as I've just discovered through the
>> newsgroups supports calling web services in a messaging only scenario or
>> write you own custom adapter.
>>
>> pipelines are not meant to deliver the message to the endpoint.
>>
>> A pipeline component doesn't have what it takes to manage the end point.
>> it cannot use the retry mechanism, it cannot use the error handling
>> capabilities provided to an adapter (suspend message,
>> MoveToSecondaryTransport etc)
>>
>> Yossi Dahan
>>
>> "Dan Tharp" <dtharp@xxxxxxxxxxxxxxxxxxxx> wrote in message
>> news:eioVB4tYFHA.252@xxxxxxxxxxxxxxxxxxxxxxx
>>> I'm wanting to explore the possibilities of writing a custom send
>>> pipeline to submit documents to a web service, rather than submitting
>>> these documents via orchestration (ie: my "'bout ready to give up on
>>> consuming web services" post dated 5/26/2005 in
>>> microsoft.public.biztalk.orchestration).
>>>
>>> Does anyone have any advice (for or against) this approach?
>>> Any caveats or issues you've encounterd with send pipelines submitting
>>> documents to web services?
>>> Any good "how to" links you know of for walking someone through the
>>> process of building a custom send pipeline?
>>>
>>> Thanks!
>>> Dan
>>>
>>
>>
>
>
.
- References:
- Custom pipeline to submit documents to web services
- From: Dan Tharp
- Re: Custom pipeline to submit documents to web services
- From: Yossi Dahan
- Re: Custom pipeline to submit documents to web services
- From: Dan Tharp
- Custom pipeline to submit documents to web services
- Prev by Date: Doubt regarding creating xsd
- Next by Date: WSE issue?
- Previous by thread: Re: Custom pipeline to submit documents to web services
- Next by thread: Deployed schemas in BizTalk
- Index(es):
Relevant Pages
- Re: Possible to retrieve port information from custom pipeline?
... I need some application specific info while modifying a ... message when it
goes out of the adapter to its destination. ... custom Adapter too. ... >
pipeline component? ... (microsoft.public.biztalk.general) - Re: AssemblyName context property was not valid
... create a custom pipeline component which adds this and ... > the soap
adapter instead to actually 'talk' to the customers web service. ... >> Is the
error originating from our customer? ... (microsoft.public.biztalk.general) - Re: Custom pipeline to submit documents to web services
... I think using pipeline components to deliver messages is a wrong approach. ...
Either use the WSE adapter which, as I've just discovered through the ... write you own
custom adapter. ... (microsoft.public.biztalk.general) - Re: Directly receive from BizTalk
... The send port will read these messages, execute the send pipeline and pass ...
You could implement your own adapter that connects directly to you ... the SOAP/WSEX.0
adapter to call this web service. ... to use some external storage to keep these
'sent' ... (microsoft.public.biztalk.general) - RE: Adapter or Pipeline Component?
... >Subject: Adapter or Pipeline Component? ... >I have a scenario where
I receive a message, call a disassembler component ... then want to send the message to
an Oracle ... Create an Adapter for publishing to the Oracle database. ...
(microsoft.public.biztalk.general)