how to use orchestration as a webservice in asp.net web service

Home Page Forums BizTalk 2004 – BizTalk 2010 how to use orchestration as a webservice in asp.net web service

Viewing 1 reply thread
  • Author
    Posts
    • #19098

      hi

      from past few days i am hiting my head against wall,my requirment is very simple i am giving an xml as an input through file adapter and sending message through soap adapter to an external asp webservice.

      i created a proxy of external asp webservice and i made a simple orchestration contains a send prot, transfrom,reciveport.while configuring send port in transport properties i had given assembly name of external asp webservice then it is showing class name and method name.i started orchestration ,i published orchestration and i added this asmx as webrefrence to external asp webservice.every thing works fine no errors, hat is showing message sent.

      now my question is in what is method i have to write in exteranal webservice to get the message send by recive prot.i.e do we have any input parameter  for this external webservice?  how to retrive the message sent by send prot in external webservice 

    • #19137

      Hi!

      Forgive me, but it does sounds like you want to publish your orchestration out to the rest of your enterprise as a web service.  If this is correct, it can be done by using the ‘Biztalk Web Services Publishing Wizard’..in your Tools menu within VS.NET.

      If not, then maybe you can have BizTalkBizTalk publish your results of the orchestration out to MSMQ, then create an event of some sort in your web service that will monitor for the newly placed message in the queue.

      Not sure if this is where you wanted to go, but…figured I’d give it a shot. 🙂

      -Rich

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