PHP Classes

File: tests/Expected/testGenerateWSDLWithStylesheet.wsdl

Recommend this page to a friend!
  Classes of Protung Dragos   PHP WSDL Generator   tests/Expected/testGenerateWSDLWithStylesheet.wsdl   Download  
File: tests/Expected/testGenerateWSDLWithStylesheet.wsdl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP WSDL Generator
Generate WSDL from PHP classes code
Author: By
Last change: Update of tests/Expected/testGenerateWSDLWithStylesheet.wsdl
Date: 3 months ago
Size: 1,249 bytes
 

Contents

Class file image Download
<?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>