We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24cb5bd commit 6f7488aCopy full SHA for 6f7488a
ext/soap/tests/req55503.phpt
@@ -2,6 +2,8 @@
2
Request #55503 (Extend __getTypes to support enumerations)
3
--EXTENSIONS--
4
soap
5
+--INI--
6
+soap.wsdl_cache_enabled=0
7
--FILE--
8
<?php
9
$client = new SoapClient(__DIR__.'/req55503.wsdl');
ext/soap/tests/req55503.wsdl
@@ -20,5 +20,11 @@
20
<portType name="testPortType">
21
</portType>
22
<binding name="testBinding" type="tns:testPortType">
23
+ <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
24
</binding>
25
+ <service name="test">
26
+ <port name="testPort" binding="tns:testBinding">
27
+ <soap:address location="http://localhost:81/test/interface.php?class=test"/>
28
+ </port>
29
+ </service>
30
</definitions>
0 commit comments