You must Sign In to post a response.
  • Category: BizTalk

    Webservice using biztalk

    How to push a sample PO into Navision using the above service from Biztalk.
  • #759150
    I am not expert in BizTalk but I know it provides built-in support for Web services, BizTalk Server implements support for native adapters in Web services. Native adapter support provides scalability, fault tolerance, and tracking capabilities for Web services without writing a single line of code, You can consume (call) Web services from within an orchestration. You can aggregate several Web services into single orchestration to complete an entire business process.
    see below snippet to know how to consume webservice using BizTalk server
    https://msdn.microsoft.com/en-us/library/ee268151(v=bts.10).aspx

    Thanks
    Koolprasd2003
    Editor, DotNetSpider MVM
    Microsoft MVP 2014 [ASP.NET/IIS]

  • #759151
    Hello Avinash SettiPalli,

    Refer the below links:

    https://msdn.microsoft.com/en-us/library/ee253844(v=bts.10).aspx

    https://msdn.microsoft.com/en-us/library/ee251577(v=bts.10).aspx

    https://msdn.microsoft.com/en-us/library/aa578703.aspx

    https://www.to-increase.com/blog/posts/integrate-your-web-services-with-microsoft-biztalk/

    http://www.biztalkgurus.com/biztalk_server/biztalk_2009/f/32/t/20035.aspx

    Hope this will help you.
    Mark the answer if it helped you.

    Regards,
    Nirav Lalan
    DNS Gold Member
    "If you can dream it, you can do it."

  • #759228
    Hi

    Refer below links for Consume web service to Orchestration, that accepts input from BizTalk.

    www.codeproject.com/Articles/21025/Consume-Web-Service-to-Orchestration

    https://msdn.microsoft.com/en-us/library/aa560545.aspx

    Regards

    Sridhar.
    DNS Member.
    "Hope for the best.. Prepare for the worst.."

    Sridhar Thota.
    Editor: DNS Forum.


  • Sign In to post your comments