ID:               36547
 User updated by:  invrnrv at gmail dot com
 Reported By:      invrnrv at gmail dot com
 Status:           Open
 Bug Type:         SOAP related
 Operating System: fedora core
 PHP Version:      5.1.2
 New Comment:

This WSDL file works fine with PHP5 if I manually copy the contents of
blah.xsd into the <types> element (minus the first line, <?xml... )

I have tried several schemaLocation formats:

schemaLocation="blah.xsd"
schemaLocation="http://correct-location/blah.xsd";
schemaLocation="/localdirectory/blah.xsd"

none of them work.

 - Jae


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

[2006-03-03 18:54:05] invrnrv at gmail dot com

xmlns:tns="http://blahblah";
             targetNamespace=" http://blahblah";>
   <types>
         <xs:import namespace="http://blahblah";
schemaLocation="blah.xsd"/>
   </types>

...

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

[2006-03-03 18:53:58] invrnrv at gmail dot com

<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
             xmlns="http://schemas.xmlsoap.org/wsdl/ "
             xmlns:xs="http://www.w3.org/2001/XMLSchema";

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

[2006-03-03 18:53:16] invrnrv at gmail dot com

I simply built the cgi binary with --enable-soap option.

My WSDL file:

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

[2006-03-03 18:47:23] invrnrv at gmail dot com

I cannot post a followup to this because the bugtracker says that I am
"spamming" the system.

basically, the suggestion below didn't fix anything.

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

[2006-02-28 09:26:23] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip



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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/36547

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

Reply via email to