BizTalk Server to consume SOAP web methods without orchestrations -
using biztalk server 2013, want read (pull) data web service , push onto sharepoint back-end system. web service exposes web methods in soap. biztalk has default soap adapter. however, seems read soap messages, biztalk needs know xml schema expect. hence orchestration in biztalk required map inbound xml schemas web service methods expected outcome.
orchestrations seem overkill scenario. there way pull soap web services using message based routing (i.e. biztalk admin console) only?
i think basic http adapter can in case. though soap adapter available, microsoft recommends using wcf basichttpadapter instead. refer here: microsoft blog
Comments
Post a Comment