<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="urn:SimpleServicewsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" name="SimpleService" targetNamespace="urn:SimpleServicewsdl"><wsdl:message xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="highlightRequest"><wsdl:part name="input" type="xsd:string"/></wsdl:message><wsdl:message xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="highlightResponse"><wsdl:part name="return" type="xsd:string"/></wsdl:message><wsdl:message xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="addRequest"><wsdl:part name="a" type="xsd:int"/><wsdl:part name="b" type="xsd:int"/></wsdl:message><wsdl:message xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="addResponse"><wsdl:part name="return" type="xsd:int"/></wsdl:message><wsdl:portType xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="SimpleServicePortType"><wsdl:operation name="highlight"><wsdl:documentation>Highlights a string as php code</wsdl:documentation><wsdl:input message="tns:highlightRequest"/><wsdl:output message="tns:highlightResponse"/></wsdl:operation><wsdl:operation name="add"><wsdl:documentation>Simply add two operands</wsdl:documentation><wsdl:input message="tns:addRequest"/><wsdl:output message="tns:addResponse"/></wsdl:operation></wsdl:portType><wsdl:binding xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="SimpleServiceBinding" type="tns:SimpleServicePortType"><soap:binding xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="highlight"><soap:operation xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:SimpleServicewsdl#highlight" style="rpc"/><wsdl:input xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"><soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" namespace="urn:SimpleServicewsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"><soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" namespace="urn:SimpleServicewsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output></wsdl:operation><wsdl:operation name="add"><soap:operation xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:SimpleServicewsdl#add" style="rpc"/><wsdl:input xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"><soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" namespace="urn:SimpleServicewsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"><soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" namespace="urn:SimpleServicewsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output></wsdl:operation></wsdl:binding><wsdl:service xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="SimpleServiceService"><wsdl:port xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="SimpleServicePort" binding="tns:SimpleServiceBinding"><soap:address xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" location="https://www.pradoframework.net/demos/soap/index.php?soap=calculator"/></wsdl:port></wsdl:service></definitions>
