Connect Biztalk to external web service
I have only a message scenario , no orchestration, no business logic as such. 

Just a source and destination schema, mapped with few data transformations in the map, and then I need to connect to an external web service and send the message to web service.

What would be the best way of doing this ?
April 19th, 2015 11:08pm

Hi,

If you want to call a web service with your transformed data, then you need to create a send port with "WCF-Basic Http" adapter. You need to specify the URI of web service while configuring the adapter.

Free Windows Admin Tool Kit Click here and download it now
April 20th, 2015 12:05am

It is pretty easy and well documented at MSDN Library.

To consume Web services in a messaging only scenario, do the following:

  • Create a proxy library and XML schemas for invoking Web services
  • Configure a send port and receive location for consuming a Web service

How to Consume Web Services in a Messaging Only Scenario

Consuming a web service in a non orchestration scenario

BizTalk Server 2009 : Consuming WCF services without orchestration

Rachit

April 20th, 2015 12:42am

Thank you :)
Free Windows Admin Tool Kit Click here and download it now
April 20th, 2015 1:40am

Hi All,

I have only a message scenario , no orchestration, no business logic as such. 

Just a source and destination schema, mapped with few data transformations in the map, and then I need to connect to an external web service and send the message to web service.

I tried this creating proxy and configured send port mentioning web service url using WCF-BasicHttp adapter.

When posting message to external web service , I could see in message tracked event in the message body a well formed XML.

but at the external web service entry point, the data is null, cannot figure out what happening .

help needed

June 18th, 2015 2:05am

Hi,

Make sure you have specified the correct action while configuring the send port.

Free Windows Admin Tool Kit Click here and download it now
June 18th, 2015 2:32am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics