From:             mobi at delfnet dot pl
Operating system: windows 2000 SP4
PHP version:      5CVS-2004-08-25 (dev)
PHP Bug Type:     SOAP related
Bug description:  incorrect convert (xml:lang to lang)

Description:
------------
I used wsdl file to create w soap server
(http://www.oasis-open.org/committees/wsrp/specifications/version1/wsrp_service.wsdl).
I have noticed the soap response convert xml:lang type to lang type.
Wsdl (import
http://www.oasis-open.org/committees/wsrp/specifications/version1/wsrp_v1_types.xsd):

(...)
<attribute ref="xml:lang" use="required"/>
(...)

Soap response:
(...)
<ns1:description
lang="en"><ns1:value>exampledescription</ns1:value></ns1:description>
(...)

Should be:
<description
xml:lang="en"><value>exampledescription</value></description>

The namespace ns1 is ok but lang has wrong type.



 


-- 
Edit bug report at http://bugs.php.net/?id=29839&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=29839&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=29839&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=29839&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=29839&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=29839&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=29839&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=29839&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=29839&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=29839&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=29839&r=notwrong
Not enough info:             http://bugs.php.net/fix.php?id=29839&r=notenoughinfo
Submitted twice:             http://bugs.php.net/fix.php?id=29839&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=29839&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=29839&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=29839&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=29839&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=29839&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=29839&r=float

Reply via email to