<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/path/to/stylesheet.xsl"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="localhost" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="PHP2WSDL.Test.Fixtures.TestGenerateWSDLWithStylesheet" targetNamespace="localhost">
<types>
<xsd:schema targetNamespace="localhost">
<xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
</xsd:schema>
</types>
<portType name="PHP2WSDL.Test.Fixtures.TestGenerateWSDLWithStylesheetPort"/>
<binding name="PHP2WSDL.Test.Fixtures.TestGenerateWSDLWithStylesheetBinding" type="tns:PHP2WSDL.Test.Fixtures.TestGenerateWSDLWithStylesheetPort">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
</binding>
<service name="PHP2WSDL.Test.Fixtures.TestGenerateWSDLWithStylesheetService">
<port name="PHP2WSDL.Test.Fixtures.TestGenerateWSDLWithStylesheetPort" binding="tns:PHP2WSDL.Test.Fixtures.TestGenerateWSDLWithStylesheetBinding">
<soap:address location="localhost"/>
</port>
</service>
</definitions>
|