<?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions targetNamespace="http://www.fluidimagination.com/wsdl/HelloWorldWSDL" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:impl="http://www.fluidimagination.com/wsdl/HelloWorldWSDL-impl" xmlns:intf="http://www.fluidimagination.com/wsdl/HelloWorldWSDL" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <wsdl:message name="helloWorldResponse"> <wsdl:part name="helloWorldResult" type="xsd:string"/> </wsdl:message> <wsdl:message name="helloWorldRequest"> </wsdl:message> <wsdl:portType name="HelloWorldWSDLPortType"> <wsdl:operation name="helloWorld"> <wsdl:input message="intf:helloWorldRequest"/> <wsdl:output message="intf:helloWorldResponse"/> </wsdl:operation> </wsdl:portType> <wsdl:binding name="HelloWorldWSDLSoapBinding" type="intf:HelloWorldWSDLPortType"> <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="helloWorld"> <soap:operation soapAction="" style="rpc"/> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.fluidimagination.com/wsdl/HelloWorldWSDL" use="encoded"/> </wsdl:input> <wsdl:output> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.fluidimagination.com/wsdl/HelloWorldWSDL" use="encoded"/> </wsdl:output> </wsdl:operation> </wsdl:binding> </wsdl:definitions>