Hello,
I've given this a good search before posting, but a lot of the answers are really unclear, often referring to the need for add-ins (Microsoft Web Services Toolkit for example - but this only appears to be relevant for Excel 2003 and before). Therefore looking for a quick steer please...
I'm looking to run a really simple soap request via VB. I have a request in a worksheet (which I can copy in to a module if needed) and a WSDL address in the format 'http://addressort/location/location1'.
I just want to fire the request from excel to this address and pass the response back into a worksheet for analysis.
Can this be done in excel 2010 off the shelf without the introduction of add-ins, or if I do need additional installations, what is the minimum required? If it can be done can someone provide a brief example of the code required to wrap around my request to trigger this?
I don't need to do anything specifically fancy with building or analysing the request - just be able to submit it to the SOAP service via the provided endpoint. I'd really appreciate if someone can provide an overview / steps of what's needed to do this?
Advice is very much appreciated.
Thanks,
Wayne
I've given this a good search before posting, but a lot of the answers are really unclear, often referring to the need for add-ins (Microsoft Web Services Toolkit for example - but this only appears to be relevant for Excel 2003 and before). Therefore looking for a quick steer please...
I'm looking to run a really simple soap request via VB. I have a request in a worksheet (which I can copy in to a module if needed) and a WSDL address in the format 'http://addressort/location/location1'.
I just want to fire the request from excel to this address and pass the response back into a worksheet for analysis.
Can this be done in excel 2010 off the shelf without the introduction of add-ins, or if I do need additional installations, what is the minimum required? If it can be done can someone provide a brief example of the code required to wrap around my request to trigger this?
I don't need to do anything specifically fancy with building or analysing the request - just be able to submit it to the SOAP service via the provided endpoint. I'd really appreciate if someone can provide an overview / steps of what's needed to do this?
Advice is very much appreciated.
Thanks,
Wayne