How can I create a VB6 client connect to WCF web service?
Is there any better solution to create web service instead of using WCF, so that it is lot more easier to connect from VB6?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can find articles on writing a SOAP client in VB6 – such as this one
I would make some suggestions for you to look at alternative client or web-service technologies:
My recommendation is that if you are stuck with VB6 – and flexible for the web-service end – have a look at a REST architecture. If you want to go down the SOAP way – WCF has worked great for me, and you should be able to get something to work in VB6, but I would look for articles about using SOAP with VB6, as there will not be many about VB6 and WCF.