c# - How to use a WCF Web Service in VB6 -


situation have vb6 application , wcf service. soap/wcf client has implemented in c# cannot in vb6. how can use client in vb6 aplication? in simple words, how use/consume wcf web service vb6 application? wcf web service consumed soap based.

take @ com soap client microsoft provides.

https://msdn.microsoft.com/en-us/library/ms997641.aspx

dim soapclient set soapclient = createobject("mssoap.soapclient") 

Comments