How to set up an Untyped Web Service in BizTalk 2006
Posted by: Stephen W. Thomas,
on 13 Mar 2006 |
View original | Bookmarked: 0 time(s)
Creating an Untyped Web Service will allow you to easily submit Xml Documents into BizTalk through the web service. Make sure you check out my previous post on this topic.
Create the Web Service
1. Run the Web Service Publishing Wizard
2. Select “Publish Schema as A Web Service”
3. Delete “WebService1”
4. Right-Click on BizTalkWebServce, select Add Web Service
5. Right-Click on WebService1, select Add web method, One-Way
6. Right-Click on Request, select...