从Web服务读取数据的最佳代码,脚本,模块或包是什么?

时间:2010-04-11 11:49:31

标签: php web-services

我想从网站上阅读网络服务数据并将其显示在我的网站上。

我有这些数据:

  • 地址:WebService / TsePublic.asmx
  • 服务名称:InstrumentDetailOneIns
  • 输入参数:UserName,Password,CIsin

是否有可用的代码?

2 个答案:

答案 0 :(得分:2)

PHP具有原生SoapClient扩展名。如果不这样做,我会推荐开源nuSoap包。

答案 1 :(得分:1)

我从你使用PHP的标签中看到。您正在谈论的Web服务是.NET,您可以使用类似的东西:http://randompost.ca/random/php-calling-c-net-webservice/ 让它发挥作用。