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 having this problem and I am also having problems with PEAR::SOAP
on 5.0.2...

I can't wait for a fix--I am dead in the water!  

Is there an earlier version of 5.0.x (I am using 5.0.2) that does not
have this issue--or do I have to roll all the way back to PHP 4.3.x?


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

[2004-10-04 05:49:05] jfxberns at hotmail dot com

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";
    );
   ?>

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

[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