BizTalk 2010 calling external web service

Home Page Forums BizTalk 2004 – BizTalk 2010 BizTalk 2010 calling external web service

Viewing 1 reply thread
  • Author
    Posts
    • #26468

      Hi all,

      I need urgent assistance/help/info.

      My client is using Dynamics AX 2012. I need to create a BizTalk solution which will connect to an external web service. BizTalk needs to pull the data from the web service at a specific time interval and then send the data to the Dynamics AX system.

      I have done previous BizTalk integration where I had to send data to an external web service, but I don’t know how to pull data from a web service using BizTalk server 2010.

      Could anybody assist me…?

       

      Regards

      Melvin Steenkamp

    • #26491

      Please refer consuming WCF services in biztalk.  Hope this helps…

      • #26493

        1. Create a basic windows service which runs at scheduled time and drops a message into BizTalk and Biztalk picks up, a WCF send port subscribes to that message and do the regular Web service call.

        2. Have a SQL Task to drop a message and have a WCF SendPort to do the regular Web Service call.

        3. Create custom Adapter like scheduler Receive

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.