rendered paste body<?xml version="1.0" encoding="utf-8"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:agavi="http://agavi.org/agavi/1.0/config" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:yay="http://agavi.org/sampleapp" name="AgaviSampleApplication" targetNamespace="http://agavi.org/sampleapp"> <wsdl:portType name="AgaviSampleApplicationPortType"> <wsdl:operation name="getItemPrice"> <wsdl:input message="yay:getItemPriceRequest"/> <wsdl:output message="yay:getItemPriceResponse"/> </wsdl:operation> </wsdl:portType> <binding name="AgaviSampleApplicationBinding" type="yay:AgaviSampleApplicationPortType"> <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="getItemPrice"> <soap:operation soapAction="http://agavi.org/sampleapp#getItemPrice"/> <wsdl:input> <soap:body namespace="http://agavi.org/sampleapp" use="literal"/> </wsdl:input> <wsdl:output> <soap:body namespace="http://agavi.org/sampleapp" use="literal"/> </wsdl:output> </wsdl:operation> </binding> <service name="AgaviSampleApplicationService"> <port name="AgaviSampleApplicationPort" binding="yay:AgaviSampleApplicationBinding"> <soap:address location="http://localhost/~dzuelke/_projects/agavi/branches/0.11/samples/pub/soap.php"/> </port> </service> <wsdl:message name="getItemPriceRequest"> <wsdl:part xmlns="http://agavi.org/agavi/1.0/config" name="name" type="xsd:string"/> </wsdl:message> <wsdl:message name="Response"> <wsdl:part xmlns="http://agavi.org/agavi/1.0/config" name="price" type="xsd:float"/> </wsdl:message></wsdl:definitions>