
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap" xmlns:soapenc="http://schemas.xmlsoap.org/wsdl/soap/encoding" xmlns:this="fop" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="FedoraLocalFOPService" targetNamespace="fop">
                    <wsdl:types>
                        <xsd:schema targetNamespace="fop">
                            <xsd:simpleType name="URLType">
                                <xsd:restriction base="xsd:string"></xsd:restriction>
                            </xsd:simpleType>
                        </xsd:schema>
                    </wsdl:types>
                    <wsdl:message name="getPDFRequest">
                        <wsdl:part name="XML_SOURCE" type="this:URLType"></wsdl:part>
                    </wsdl:message>
                    <wsdl:message name="response">
                        <wsdl:part name="pdf" type="xsd:base64Binary"></wsdl:part>
                    </wsdl:message>
                    <wsdl:portType name="FedoraFOPPortType">
                        <wsdl:operation name="getPDF">
                            <wsdl:input message="this:getPDFRequest"></wsdl:input>
                            <wsdl:output message="this:response"></wsdl:output>
                        </wsdl:operation>
                    </wsdl:portType>
                    <wsdl:service name="FedoraFOP">
                        <wsdl:port binding="this:FedoraFOP_http" name="FedoraFOP_port">
                            <http:address location="http://localhost:8080/fop/"></http:address>
                        </wsdl:port>
                    </wsdl:service>
                    <wsdl:binding name="FedoraFOP_http" type="this:FedoraFOPPortType">
                        <http:binding verb="GET"></http:binding>
                        <wsdl:operation name="getPDF">
                            <http:operation location="FOPServlet?source=(XML_SOURCE)"></http:operation>
                            <wsdl:input>
                                <http:urlReplacement></http:urlReplacement>
                            </wsdl:input>
                            <wsdl:output>
                                <mime:content type="application/pdf"></mime:content>
                            </wsdl:output>
                        </wsdl:operation>
                    </wsdl:binding>
                </wsdl:definitions>
