How to fetch data from Web Service in VBA-Word?
+1
A:
Here's a short piece of code that should help:
http://developerresources.wordpress.com/2008/06/13/vbvba-call-webservice/
dommer
2009-03-30 10:35:59
A:
It is easy to add a reference to the Soap Client COM library and consume a web service, and so I would rather go for the below approach: http://esamsalah.blogspot.com/2005/11/consume-web-service-using-vb6-long.html
essamSALAH
2009-05-09 14:35:31