ID:               29839
 Updated by:       [EMAIL PROTECTED]
 Reported By:      mobi at delfnet dot pl
-Status:           Assigned
+Status:           Closed
 Bug Type:         SOAP related
 Operating System: windows 2000 SP4
 PHP Version:      5CVS-2004-08-25 (dev)
 Assigned To:      dmitry
 New Comment:

Fixed in CVS (HEAD & PHP_5_0)


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

[2004-08-25 17:37:01] mobi at delfnet dot pl

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 this bug report at http://bugs.php.net/?id=29839&edit=1

Reply via email to