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

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -