How to consume a web service from VB6?

前端 未结 7 2150
囚心锁ツ
囚心锁ツ 2020-11-27 21:28

I need to consume an external web service from my VB6 program. I want to be able to deploy my program without the SOAP toolkit, if possible, but that\'s not a requirement. I

7条回答
  •  自闭症患者
    2020-11-27 21:43

    .NET has a good support for Web Services since day one, so you can develop your Web Service client logic in .NET as a .dll library/assembly and use it in VB6 app via COM Interop.

提交回复
热议问题