开发者

what is the best code,script,module or package for read data from a web service? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

I want to read web service data from a website a开发者_运维知识库nd display it into my website.

i have these data:

  • address: WebService/TsePublic.asmx
  • service name : InstrumentDetailOneIns
  • input parameters :UserName,Password,CIsin

is there any available code for use?


PHP has a native SoapClient extension. Failing that I would recommend the open-source nuSoap package.


I see from the tags you are using PHP. The webservice you are talking about is .NET, you could use something similar as: http://randompost.ca/random/php-calling-c-net-webservice/ to get it to work.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜