代码之家  ›  专栏  ›  技术社区  ›  KB22

使用Excel2007使用PHP SOAP Web服务

  •  2
  • KB22  · 技术社区  · 15 年前

    我正在尝试解决如何将Excel2007连接到基于php5的Web服务。 我找到了 this pretty interessting article on the topic .好吧,看来 可行的。现在,php5 SOAP服务不接受url形式的参数,因此类似

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

    无法解决,因为有SOAP请求信封要传输… 在这个问题上有人给我提供经验/提示吗?

    蒂亚

    K

    1 回复  |  直到 15 年前
        1
  •  1
  •   Craig    15 年前

    看起来Excel只是执行简单的GET请求。您需要为您的php web服务编写一个非SOAP接口。

    推荐文章