
<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="saxon" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="FedoraLocalSaxonService" targetNamespace="saxon">
                    <wsdl:types>
                        <xsd:schema targetNamespace="saxon">
                            <xsd:simpleType name="URLType">
                                <xsd:restriction base="xsd:string"></xsd:restriction>
                            </xsd:simpleType>
                        </xsd:schema>
                    </wsdl:types>
                    <wsdl:message name="getFORequest">
                        <wsdl:part name="TEI_SOURCE" type="this:URLType"></wsdl:part>
                    </wsdl:message>
                    <wsdl:message name="response">
                        <wsdl:part name="fo" type="xsd:base64Binary"></wsdl:part>
                    </wsdl:message>
                    <wsdl:portType name="FedoraSaxonPortType">
                        <wsdl:operation name="getFO">
                            <wsdl:input message="this:getFORequest"></wsdl:input>
                            <wsdl:output message="this:response"></wsdl:output>
                        </wsdl:operation>
                    </wsdl:portType>
                    <wsdl:service name="FedoraSaxon">
                        <wsdl:port binding="this:FedoraSaxon_http" name="FedoraSaxon_port">
                            <http:address location="http://localhost:8080/saxon/"></http:address>
                        </wsdl:port>
                    </wsdl:service>
                    <wsdl:binding name="FedoraSaxon_http" type="this:FedoraSaxonPortType">
                        <http:binding verb="GET"></http:binding>
                        <wsdl:operation name="getFO">
                            <http:operation location="SaxonServlet?source=(TEI_SOURCE)&amp;style=http://localhost:8080/fedora-demo/formatting-objects-demo/fo/tei.xsl"></http:operation>
                            <wsdl:input>
                                <http:urlReplacement></http:urlReplacement>
                            </wsdl:input>
                            <wsdl:output>
                                <mime:content type="text/xml"></mime:content>
                            </wsdl:output>
                        </wsdl:operation>
                    </wsdl:binding>
                </wsdl:definitions>
