end, the implementation of the PHP client calls, but can not achieve the C # client calls, after reading the manual for a long time did not realize its visit
, finally tried a nusoap
An open source
on the
sf.net
Project, Effect
is very good, very eacy to achieve the required functions
C # 's web
Service
(server side) is very easy to implement, C # client invocation is also very convenient
PHP's Web server side typically generates a. wsdl file
,. WSDL is a service provided by an XML file Description
below to see my first PHP Web service
<?php
/**
* Processsimpletype Method
* @param string $who name of the person we ' ll say hello to
* @return String $hellotext The Hello string
*/
function Processsimpletype ($who) {
return "Hello $who, Welcome to visit http://www.cxybl.com
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.