what is the best code,script,module or package for read data from a web service? [closed]
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.
精彩评论