<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions xmlns:tns="php7cookbook" targetNamespace="php7cookbook" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><wsdl:message name="getSoapIn"><wsdl:part name="request" type="tns:array" /><wsdl:part name="response" type="tns:array" /></wsdl:message><wsdl:message name="getSoapOut"><wsdl:part name="return" type="tns:array" /></wsdl:message><wsdl:message name="putSoapIn"><wsdl:part name="request" type="tns:array" /><wsdl:part name="response" type="tns:array" /></wsdl:message><wsdl:message name="putSoapOut"><wsdl:part name="return" type="tns:array" /></wsdl:message><wsdl:message name="postSoapIn"><wsdl:part name="request" type="tns:array" /><wsdl:part name="response" type="tns:array" /></wsdl:message><wsdl:message name="postSoapOut"><wsdl:part name="return" type="tns:array" /></wsdl:message><wsdl:message name="deleteSoapIn"><wsdl:part name="request" type="tns:array" /><wsdl:part name="response" type="tns:array" /></wsdl:message><wsdl:message name="deleteSoapOut"><wsdl:part name="return" type="tns:array" /></wsdl:message><wsdl:portType name="CustomerApiSoap"><wsdl:operation name="get" parameterOrder="request response"><wsdl:input message="tns:getSoapIn" /><wsdl:output message="tns:getSoapOut" /></wsdl:operation><wsdl:operation name="put" parameterOrder="request response"><wsdl:input message="tns:putSoapIn" /><wsdl:output message="tns:putSoapOut" /></wsdl:operation><wsdl:operation name="post" parameterOrder="request response"><wsdl:input message="tns:postSoapIn" /><wsdl:output message="tns:postSoapOut" /></wsdl:operation><wsdl:operation name="delete" parameterOrder="request response"><wsdl:input message="tns:deleteSoapIn" /><wsdl:output message="tns:deleteSoapOut" /></wsdl:operation></wsdl:portType><wsdl:binding name="CustomerApiSoap" type="tns:CustomerApiSoap"><soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" /><wsdl:operation name="get"><soap:operation soapAction="php7cookbook#get" /><wsdl:input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="php7cookbook" parts="request response" /></wsdl:input><wsdl:output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="php7cookbook" parts="return" /></wsdl:output></wsdl:operation><wsdl:operation name="put"><soap:operation soapAction="php7cookbook#put" /><wsdl:input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="php7cookbook" parts="request response" /></wsdl:input><wsdl:output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="php7cookbook" parts="return" /></wsdl:output></wsdl:operation><wsdl:operation name="post"><soap:operation soapAction="php7cookbook#post" /><wsdl:input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="php7cookbook" parts="request response" /></wsdl:input><wsdl:output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="php7cookbook" parts="return" /></wsdl:output></wsdl:operation><wsdl:operation name="delete"><soap:operation soapAction="php7cookbook#delete" /><wsdl:input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="php7cookbook" parts="request response" /></wsdl:input><wsdl:output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="php7cookbook" parts="return" /></wsdl:output></wsdl:operation></wsdl:binding><wsdl:service name="CustomerApi"><wsdl:port name="CustomerApiSoap" binding="tns:CustomerApiSoap"><soap:address location="http://localhost:8080/" /></wsdl:port></wsdl:service></wsdl:definitions>
