Using php soap web service using excel2007

I am trying to figure out how to connect Excel 2007 to php5 based web services. I found this rather interesting article on this topic . Ok, so it seems doable. Now php5 soap services do not accept parameters in url form, so a RESTesque call like

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

      

won't work as soap request envelopes will be passed ... Does anyone have any experience / tips for me on this topic?

TIA

TO

+2


source to share


1 answer


It looks like excel is just getting requests. You will need to write a soap-free interface to a php web service.



+1


source







All Articles