ID:               30106
 Comment by:       jfxberns at hotmail dot com
 Reported By:      phpcoder at gmx dot at
 Status:           Assigned
 Bug Type:         SOAP related
 Operating System: Windows XP
 PHP Version:      5CVS-2004-09-16 (dev)
 Assigned To:      dmitry
 New Comment:

I am using the release version of 5.0.2 on Linux--same bug, same error
message:

  <?php
    $client = new
    SoapClient(
       
"http://www.precisionreservations.com/PRWebServ/getOtherInformation.asmx?WSDL";
    );
   ?>


Previous Comments:
------------------------------------------------------------------------

[2004-09-16 10:26:54] phpcoder at gmx dot at

note: also happens with PHP Version 5.1.0-dev

------------------------------------------------------------------------

[2004-09-16 08:59:50] phpcoder at gmx dot at

Description:
------------
php-soap extension fails to parse wdsl document

http://mathe.bg-bab.ac.at/ClassServer/service.asmx?WSDL

Returned Error:
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing
Schema: unresolved element 'ref' attribute in
c:\Inetpub\class\index.php:2 Stack trace: #0 {main} thrown in
c:\Inetpub\class\index.php on line 2

phpinfo() returns: PHP Version 5.0.2-dev (got the dev built from
2004-09-15, 10:30 p.m.)

Reproduce code:
---------------
<?
$client = new
SoapClient('http://mathe.bg-bab.ac.at/ClassServer/service.asmx?WSDL');
?>



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=30106&edit=1

Reply via email to