问题描述
嗨
下面的链接用于在Visual Studio 2003中使用SoapSender和SoapReceiver类来发送和接收SOAP消息:
http://msdn.microsoft.com/en-us/library/ms824662.aspx
但是我想通过在Visual Studio 2005中使用SoapSender和SoapReceiver类来发送和接收SOAP消息.我已经尝试使用上面提到的链接,但是我不能这样做,因为两者之间有些不同与2003和 与2005年相比,例如,我可以在以下步骤中完成
""
在Visual Studio .NET 2003中打开一个项目.
添加对 Microsoft.Web.Services2 和 System.Web.Services 程序集的引用.
- 在项目菜单上,单击添加引用.
"""
但是
无法执行此步骤:
""""
2.点击 .NET 标签,选择Microsoft.Web.Services2.dll ,然后单击选择.
,,,、、、、、、、、、、、、、、、、、、、、
因为我找不到" Microsoft.Web.Services2.dll "
如果有人知道我可以使用Visual Studio 2005中的SoapSender和SoapReceiver类来发送和接收SOAP消息,请帮助我.
向您致敬
Hi
below link is used for Send and Receive a SOAP Message By Using the SoapSender and SoapReceiver Classes in visual studio 2003:
http://msdn.microsoft.com/en-us/library/ms824662.aspx
but i want to do Sending and Receiving a SOAP Message By Using the SoapSender and SoapReceiver Classes in visual studio 2005. I have already try to use the link that I mention it up but I could not do it because something is different between vs 2003 and vs 2005 for example i can do below step
"""""
Open a project in Visual Studio .NET 2003.
Add references to the Microsoft.Web.Services2 and System.Web.Services assemblies.
- On the Project menu, click Add Reference .
""""""""
BUT
can not do this step:
"""""'''''''''''''''
2.Click the .NET tab, select Microsoft.Web.Services2.dll, and then click Select .
""""""""""""""""
because I cant find "Microsoft.Web.Services2.dll "
if anybody know who can i do Sending and Receiving a SOAP Message By Using the SoapSender and SoapReceiver Classes in visual studio 2005, pleas help me.
tank you
这篇关于使用SoapSender和SoapReceiver类发送和接收SOAP消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!