''我测试''.$i)); 22.} 23.return array(''GetMemberResult''=>$s); 24.} 25.} 26.?>
到这里应该都看的懂吧 下面是WSDL文件
代码:
001.<?xml version="1.0" encoding="utf-8"?> 002.<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://www.TestPHP.com/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://www.TestPHP.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> 003.<wsdl:types> 004.<s:schema elementFormDefault="qualified" targetNamespace="http://www.TestPHP.com/"> 005.<s:element name="HelloWorld"> 006.<s:complexType> 007.<s:sequence> 008.<s:element minOccurs="0" maxOccurs="1" name="uname" type="s:string" /> 009.<s:element minOccurs="0" maxOccurs="1" name="upassword" type="s:string" /> 010.</s:sequence> 011.</s:complexType> 012.</s:element> 013.<s:element name="HelloWorldResponse"> 014.<s:complexType> 015.<s:sequence> 016.<s:element minOccurs="0" maxOccurs="1" name="HelloWorldResult" type="s:string" /> 017.</s:sequence> 018.</s:complexType> 019.</s:element> 020.<s:element name="GetMember"> 021.<s:complexType> 022.<s:sequence> 023.<s:element minOccurs="1" maxOccurs="1" name="uid" type="s:int" /> 024.<s:element minOccurs="0" maxOccurs="1" name="uname" ty |