可能重复: What is the best way to consume a web service from VB6? Communicate with WCF Windows Service in VB6?
我有一个简单的web服务(asp.net 2010),它只返回输入的字符串。
问题是我想把它显示在vb6上(也许是在msgbox上),但我不知道如何显示。
发布于 2012-11-28 01:35:15
您可能对这个other question感兴趣,它讨论了如何从VB6访问RESTful web服务。它使用MSXML库(乍一看似乎是这样)来包装发送HTTP请求的实际操作。
https://stackoverflow.com/questions/13596304
复制相似问题