From:
Operating system: Ubuntu 10.04
PHP version: 5.3.2
Package: SOAP related
Bug Type: Feature/Change Request
Bug description:Please add support for complexType mixed="true"
Description:
------------
Currently, the following WSDL definition:
<s:complexType mixed="true" name="DataSheetAttribute">
<s:annotation>
<s:documentation>
One attribute of information belonging to a datasheet. The information
is in the element body.
</s:documentation>
</s:annotation>
<s:attribute name="n" type="s:string">
<s:annotation>
<s:documentation>
The name of the information. Examples: Manufacturer Website Address,
Print Speed.
</s:documentation>
</s:annotation>
</s:attribute>
</s:complexType>
and XML of:
<attribute n="Product Name">Heavy Duty Packaging Cutter</attribute>
is mapped to PHP as:
object(stdClass)[12]
public 'n' => string 'Product Name' (length=12)
--
Edit bug report at http://bugs.php.net/bug.php?id=51789&edit=1
--
Try a snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=51789&r=trysnapshot52
Try a snapshot (PHP 5.3):
http://bugs.php.net/fix.php?id=51789&r=trysnapshot53
Try a snapshot (PHP 6.0):
http://bugs.php.net/fix.php?id=51789&r=trysnapshot60
Fixed in SVN:
http://bugs.php.net/fix.php?id=51789&r=fixed
Fixed in SVN and need be documented:
http://bugs.php.net/fix.php?id=51789&r=needdocs
Fixed in release:
http://bugs.php.net/fix.php?id=51789&r=alreadyfixed
Need backtrace:
http://bugs.php.net/fix.php?id=51789&r=needtrace
Need Reproduce Script:
http://bugs.php.net/fix.php?id=51789&r=needscript
Try newer version:
http://bugs.php.net/fix.php?id=51789&r=oldversion
Not developer issue:
http://bugs.php.net/fix.php?id=51789&r=support
Expected behavior:
http://bugs.php.net/fix.php?id=51789&r=notwrong
Not enough info:
http://bugs.php.net/fix.php?id=51789&r=notenoughinfo
Submitted twice:
http://bugs.php.net/fix.php?id=51789&r=submittedtwice
register_globals:
http://bugs.php.net/fix.php?id=51789&r=globals
PHP 4 support discontinued: http://bugs.php.net/fix.php?id=51789&r=php4
Daylight Savings: http://bugs.php.net/fix.php?id=51789&r=dst
IIS Stability:
http://bugs.php.net/fix.php?id=51789&r=isapi
Install GNU Sed:
http://bugs.php.net/fix.php?id=51789&r=gnused
Floating point limitations:
http://bugs.php.net/fix.php?id=51789&r=float
No Zend Extensions:
http://bugs.php.net/fix.php?id=51789&r=nozend
MySQL Configuration Error:
http://bugs.php.net/fix.php?id=51789&r=mysqlcfg