Introduction to the use of others webservice

Source: Internet
Author: User

What is WebService?

Simply see that your site can use the resources of other sites.




Use:

Modify PHP config file to open Extension=php_soap.dll




Here is a specific use:

http://webservice.webxml.com.cn/webservices/mobilecodews.asmx?wsdl


Using code:

<?php//uses SoapClient to request the WebService Server//through WSDL to understand WebService callable methods and details of the WSDL specification $soapclient =  new SoapClient (" Http://webservice.webxml.com.cn/webservices/mobilecodews.asmx?wsdl ");/*print_r ($soapclient, __getfunctions ( )); Analyze what methods webservice can invoke to run the result array (    [0] = Getmobilecodeinforesponse getmobilecodeinfo (getmobilecodeinfo $ Parameters)    [1] = Getdatabaseinforesponse getdatabaseinfo (getdatabaseinfo $parameters)    [2] = = Getmobilecodeinforesponse Getmobilecodeinfo (getmobilecodeinfo $parameters)    [3] = Getdatabaseinforesponse GetDatabaseInfo (GetDatabaseInfo $parameters)) *//*print_r ($soapclient-getmobilecodeinfo (Array (' mobilecode ' = >18790529086)); Operation Result: StdClass Object ([Getmobilecodeinforesult] + 18790529086: Henan Xinxiang Henan Mobile Global Pass Card) */


Introduction to the use of others webservice

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.