How can I write a VB5 application to use a web service?

I am working with one deprecated application written in VB5, and I need to give it the opportunity to use the web service.

Does anyone know how to do this? I heard that this can be done for VB6, but I have no details.

+3
source share
1 answer

Do not worry.

I do not mean that if they cannot be bothered by updating the application from VB5 to VB6, then why bother with adding web service features. I mean, just write a class in VB.NET to use the web service and expose it as a COM object. Then use the COM object in VB5.

, - , VB5 - , VB5 , .


:

, , VB5 VB6. , , , .

, , SO, -, , VB5 - . VB6.

+4

Source: https://habr.com/ru/post/1735353/


All Articles