0

Possible Duplicate:
What is the best way to consume a web service from VB6?
Communicate with WCF Windows Service in VB6?

I have a simple web service (asp.net 2010) that will just return the inputted string.

the problem is i want to display it on vb6 (maybe on a msgbox) but i don't know how.

Community
  • 1
  • 1
user1858336
  • 71
  • 1
  • 2

1 Answers1

0

You might be interested in this other question which talks about hitting a RESTful web service from VB6. It uses the MSXML library which seems at first glance to wrap the actual act of sending an HTTP request.

Community
  • 1
  • 1
ravuya
  • 8,586
  • 4
  • 30
  • 33