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 7.2.29 - 7.2.33, 7.3.16 - 7.3.31, 7.4.3 - 7.4.32, 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.19, 8.3.0 - 8.3.7
<?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 8.0.13
Parse error: syntax error, unexpected identifier "version" in /in/s7WPK on line 1
Process exited with code 255.
Output for 5.4.0 - 5.4.34, 7.3.32 - 7.3.33, 7.4.33
Parse error: syntax error, unexpected 'version' (T_STRING) in /in/s7WPK on line 1
Process exited with code 255.

preferences:
133.19 ms | 402 KiB | 175 Q