|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-11-11 04:37 UTC] dpholden at gmail dot com
[2010-11-25 22:27 UTC] iliaa@php.net
-Status: Open
+Status: Feedback
[2010-11-25 22:27 UTC] iliaa@php.net
[2010-11-26 03:52 UTC] dpholden at gmail dot com
-Status: Feedback
+Status: Open
[2010-11-26 03:52 UTC] dpholden at gmail dot com
[2010-11-26 03:54 UTC] dpholden at gmail dot com
[2015-06-12 17:34 UTC] cmb@php.net
-Package: XML related
+Package: SOAP related
[2022-12-29 09:25 UTC] sheyda dot babi5161 at gmail dot com
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 04:00:01 2025 UTC |
Description: ------------ When trying to parse a WSDL document using SoapClient and the WSDL document contains <imports> or <includes> and the schemaLocation includes a port number (ie. :80) it fails and produces a Soap Fault. Test script: --------------- $client = new SoapClient('http://supplier.readyrooms.com.au:80/readyrooms/supplierAPI?WSDL', array('trace' => 1)); print_r($client->__getFunctions()); Expected result: ---------------- A list of functions related to the WSDL. Actual result: -------------- SOAP_FAULT: Code: WSDL Error: SOAP-ERROR: Parsing Schema: can't import schema from 'http://supplier.readyrooms.com.au:80/readyrooms/supplierAPI?xsd=15'