8 Send Ports with SOAP Transport Type as Web Service.

Home Page Forums BizTalk 2004 – BizTalk 2010 8 Send Ports with SOAP Transport Type as Web Service.

Viewing 1 reply thread
  • Author
    Posts
    • #20276

       

      I have a situation. I would be grateful if you could help me in this situation.
       
      I have 8 send ports which I want to expose as one web service. All these 8 send ports are in 8 different BizTalk Solutions.

      I can set the Transport Type of these 8 Send ports to SOAP. But I want to use these 8 Separate Send Ports with SOAP Transport Type in one Web Service.

      How can I develop a Web Service which has these 8 send Ports ?

      All these 8 Send Ports have different types of Messages.Since all the 8 messages are different, how will the web service separate these 8 messages ?

      I would be grateful if you could help me in this matter.  Thank you very much.
    • #20314
      First – this is .ASMX not WCF, correct?  (It may not matter, but might help clarify.)
      Second – Web Services don’t have ports, BizTalk does.  You can connect setup 8 orchestrations to call the same web service by just doing the “Specify Later” binding.  Web Services have methods (also called operations).  One .asmx or .svc (WCF) service can have 8 methods.  Each BizTalk send port can connect to one web service, but multiple send ports can easily connect to the same web service.
      Am I understanding your question?
      Neal
Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.