3v4l.org

run code in 300+ PHP versions simultaneously
<?xml version="1.0" encoding="ISO-8859-1"?> <definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="urn:respuestaValidacion" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="urn:respuestaValidacion"> <types> <xsd:schema elementFormDefault="qualified" targetNamespace="urn:respuestaValidacion" > <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" /> <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" /> <xsd:complexType name="respuestaValidacion"> <xsd:all> <xsd:element name="codigoResultado" type="xsd:string"/> <xsd:element name="codigoDescripcion" type="xsd:string"/> </xsd:all> </xsd:complexType> </xsd:schema> </types> <message name="validarCFDIRequest"> <part name="suscriptorRFC" type="xsd:string" /> <part name="agenteTI" type="xsd:string" /> <part name="documentoXML" type="xsd:string" /></message> <message name="validarCFDIResponse"> <part name="return" type="tns:respuestaValidacion" /></message> <portType name="validarCFDIPortType"> <operation name="validarCFDI"> <input message="tns:validarCFDIRequest"/> <output message="tns:validarCFDIResponse"/> </operation> </portType> <binding name="validarCFDIBinding" type="tns:validarCFDIPortType"> <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> <operation name="validarCFDI"> <soap:operation soapAction="http://validaxml.com/service/validarCFDI.php/validarCFDI" style="rpc"/> <input><soap:body use="encoded" namespace="urn:respuestaValidacion" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input> <output><soap:body use="encoded" namespace="urn:respuestaValidacion" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output> </operation> </binding> <service name="validarCFDI"> <port name="validarCFDIPort" binding="tns:validarCFDIBinding"> <soap:address location="http://validaxml.com/service/validarCFDI.php"/> </port> </service> </definitions>
Output for git.master, git.master_jit, rfc.property-hooks
<?xml version="1.0" encoding="ISO-8859-1"?> <definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="urn:respuestaValidacion" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="urn:respuestaValidacion"> <types> <xsd:schema elementFormDefault="qualified" targetNamespace="urn:respuestaValidacion" > <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" /> <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" /> <xsd:complexType name="respuestaValidacion"> <xsd:all> <xsd:element name="codigoResultado" type="xsd:string"/> <xsd:element name="codigoDescripcion" type="xsd:string"/> </xsd:all> </xsd:complexType> </xsd:schema> </types> <message name="validarCFDIRequest"> <part name="suscriptorRFC" type="xsd:string" /> <part name="agenteTI" type="xsd:string" /> <part name="documentoXML" type="xsd:string" /></message> <message name="validarCFDIResponse"> <part name="return" type="tns:respuestaValidacion" /></message> <portType name="validarCFDIPortType"> <operation name="validarCFDI"> <input message="tns:validarCFDIRequest"/> <output message="tns:validarCFDIResponse"/> </operation> </portType> <binding name="validarCFDIBinding" type="tns:validarCFDIPortType"> <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> <operation name="validarCFDI"> <soap:operation soapAction="http://validaxml.com/service/validarCFDI.php/validarCFDI" style="rpc"/> <input><soap:body use="encoded" namespace="urn:respuestaValidacion" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input> <output><soap:body use="encoded" namespace="urn:respuestaValidacion" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output> </operation> </binding> <service name="validarCFDI"> <port name="validarCFDIPort" binding="tns:validarCFDIBinding"> <soap:address location="http://validaxml.com/service/validarCFDI.php"/> </port> </service> </definitions>

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
38.7 ms | 409 KiB | 8 Q