summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bugs/bug34643.wsdl
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-05-11 17:16:50 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-05-11 17:16:50 +0200
commit4e0e0b8152e9b982f2d029a5e1ff2d5ede9888e7 (patch)
treec6b5ee7d227ae67a7ba662a6972b974685bf718d /ext/soap/tests/bugs/bug34643.wsdl
parent8ef2121ee10b9741fb306cf5eb2b12c427c7ee07 (diff)
parentbec22af8d7d0173023abb3605d247b67c5f15d42 (diff)
downloadphp-git-4e0e0b8152e9b982f2d029a5e1ff2d5ede9888e7.tar.gz
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Convert CRLF to LF in *.wsdl files
Diffstat (limited to 'ext/soap/tests/bugs/bug34643.wsdl')
-rw-r--r--ext/soap/tests/bugs/bug34643.wsdl84
1 files changed, 42 insertions, 42 deletions
diff --git a/ext/soap/tests/bugs/bug34643.wsdl b/ext/soap/tests/bugs/bug34643.wsdl
index 24c3a50828..304681509f 100644
--- a/ext/soap/tests/bugs/bug34643.wsdl
+++ b/ext/soap/tests/bugs/bug34643.wsdl
@@ -1,42 +1,42 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<definitions name="wsdl" targetNamespace="urn:wsdl"
-xmlns:typens="urn:wsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
-xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
-xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
-xmlns="http://schemas.xmlsoap.org/wsdl/">
- <types>
- <xsd:schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:wsdl">
- <xsd:element name="opt" type="xsd:string" default="zzz" />
- </xsd:schema>
- </types>
- <message name="get_it">
- <part name="opt" element="typens:opt"/>
- </message>
- <message name="get_itResponse">
- <part name="return" type="xsd:string"/>
- </message>
- <portType name="fpPortType">
- <operation name="get_it">
- <input message="typens:get_it"/>
- <output message="typens:get_itResponse"/>
- </operation>
- </portType>
- <binding name="fpBinding" type="typens:fpPortType">
- <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
- <operation name="get_it">
- <soap:operation soapAction="urn:fpAction"/>
- <input>
- <soap:body namespace="urn:wsdl" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
- </input>
- <output>
- <soap:body namespace="urn:wsdl" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
- </output>
- </operation>
- </binding>
- <service name="wsdlService">
- <port name="fpPort" binding="typens:fpBinding">
- <soap:address location="**********"/>
- </port>
- </service>
-</definitions>
+<?xml version='1.0' encoding='UTF-8'?>
+<definitions name="wsdl" targetNamespace="urn:wsdl"
+xmlns:typens="urn:wsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
+xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+xmlns="http://schemas.xmlsoap.org/wsdl/">
+ <types>
+ <xsd:schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:wsdl">
+ <xsd:element name="opt" type="xsd:string" default="zzz" />
+ </xsd:schema>
+ </types>
+ <message name="get_it">
+ <part name="opt" element="typens:opt"/>
+ </message>
+ <message name="get_itResponse">
+ <part name="return" type="xsd:string"/>
+ </message>
+ <portType name="fpPortType">
+ <operation name="get_it">
+ <input message="typens:get_it"/>
+ <output message="typens:get_itResponse"/>
+ </operation>
+ </portType>
+ <binding name="fpBinding" type="typens:fpPortType">
+ <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
+ <operation name="get_it">
+ <soap:operation soapAction="urn:fpAction"/>
+ <input>
+ <soap:body namespace="urn:wsdl" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
+ </input>
+ <output>
+ <soap:body namespace="urn:wsdl" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
+ </output>
+ </operation>
+ </binding>
+ <service name="wsdlService">
+ <port name="fpPort" binding="typens:fpBinding">
+ <soap:address location="**********"/>
+ </port>
+ </service>
+</definitions>