PHP Classes

File: src/Raptor2/ServiceBundle/Soap/wsdl/service.wsdl

Recommend this page to a friend!
  Classes of william amed   Raptor 2   src/Raptor2/ServiceBundle/Soap/wsdl/service.wsdl   Download  
File: src/Raptor2/ServiceBundle/Soap/wsdl/service.wsdl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 1,166 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://localhost/Raptor2/web/index.php" 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="Raptor2.ServiceBundle.Soap.Service" targetNamespace="http://localhost/Raptor2/web/index.php"> <types> <xsd:schema targetNamespace="http://localhost/Raptor2/web/index.php"> <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> </xsd:schema> </types> <portType name="Raptor2.ServiceBundle.Soap.ServicePort"/> <binding name="Raptor2.ServiceBundle.Soap.ServiceBinding" type="tns:Raptor2.ServiceBundle.Soap.ServicePort"> <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> </binding> <service name="Raptor2.ServiceBundle.Soap.ServiceService"> <port name="Raptor2.ServiceBundle.Soap.ServicePort" binding="tns:Raptor2.ServiceBundle.Soap.ServiceBinding"> <soap:address location="http://localhost/Raptor2/web/index.php"/> </port> </service> </definitions>