I need to call an webservice method from my excel macro. can any on suggest me how can i do that. I don’t want to use soap related thing durin calling the webservice in macro code.
Thanks in advance.
Eshwer Nayudu
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.
If you don’t wish to use the SOAP type library, you could use MSXML instead and create the SOAP request manually in code and then post it to the web service.
Please take a look at http://www.freevbcode.com/ShowCode.asp?ID=7611 for a nice example. It’s for VB6, but I am sure it would need little adjustment for VBA.