Question

I'm trying to figure out how to connect Excel 2007 to php5 based web services. I found this pretty interessting article on the topic. Ok, so it seems to be doable. Now, php5 soap services don't accept parameters in url form, so a RESTesque call like

http://domain.org/service.php?getme=something

won't work out since there are soap request envelopes to be transfered... Does anyone have experiences / hints for me on this topic?

tia

K

Was it helpful?

Solution

It looks like excel just does simple get requests. You will need to write a non-soap interface to your php web service.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top