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:
-
Right-click References in the project, and then click Add Service Reference.
-
In the Add Service Reference dialog box, click Advanced.
-
In the Service Reference Settings dialog box, click Add Web Reference.
-
Type the URL, and then click Go.
-
Click Add Reference to add the Web reference.
Tip |
---|
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. |