BizTalk 2009中添加Web Service Reference

在VS 2008中就是没有找到传统的添加Web服务应用的菜单,后来发现可以通过如下方式调出来

Add Web Reference option on projects

The Add Web Reference option is not available when you right-click the project name or References in the Solution Explorer. You can add a Web reference to a Web service (.asmx) by using the following steps:

  1. Right-click References in the project, and then click Add Service Reference.
  2. In the Add Service Reference dialog box, click Advanced.
  3. In the Service Reference Settings dialog box, click Add Web Reference.
  4. Type the URL, and then click Go.
  5. Click Add Reference to add the Web reference.

TipTip
After you add a Web reference to a BizTalk project, the Add Web Reference menu option is available on the References, Web References and project nodes.

posted @ 2009-09-27 09:39  upzone  阅读(302)  评论(0编辑  收藏  举报