-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMyWebService.wsdl
2 lines (2 loc) · 2.43 KB
/
MyWebService.wsdl
1
2
<?xml version="1.0" encoding="utf-8"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://localhost/mywebservice/zend-ws-server.php" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="MyWebService" targetNamespace="http://localhost/mywebservice/zend-ws-server.php"><types><xsd:schema targetNamespace="http://localhost/mywebservice/zend-ws-server.php"/></types><portType name="MyWebServicePort"><operation name="randomQuote"><documentation>Gets a random, inspirational quote!</documentation><input message="tns:randomQuoteIn"/><output message="tns:randomQuoteOut"/></operation><operation name="getAge"><documentation>Gets a persons age.</documentation><input message="tns:getAgeIn"/><output message="tns:getAgeOut"/></operation></portType><binding name="MyWebServiceBinding" type="tns:MyWebServicePort"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><operation name="randomQuote"><soap:operation soapAction="http://localhost/mywebservice/zend-ws-server.php#randomQuote"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost/mywebservice/zend-ws-server.php"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost/mywebservice/zend-ws-server.php"/></output></operation><operation name="getAge"><soap:operation soapAction="http://localhost/mywebservice/zend-ws-server.php#getAge"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost/mywebservice/zend-ws-server.php"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost/mywebservice/zend-ws-server.php"/></output></operation></binding><service name="MyWebServiceService"><port name="MyWebServicePort" binding="tns:MyWebServiceBinding"><soap:address location="http://localhost/mywebservice/zend-ws-server.php"/></port></service><message name="randomQuoteIn"/><message name="randomQuoteOut"><part name="return" type="xsd:string"/></message><message name="getAgeIn"><part name="birthdate" type="xsd:string"/></message><message name="getAgeOut"><part name="return" type="xsd:string"/></message></definitions>