Venkat created CXF-6386:
---------------------------
Summary: JavaScript client does not include the required
attributes in the generated object for anyType
Key: CXF-6386
URL: https://issues.apache.org/jira/browse/CXF-6386
Project: CXF
Issue Type: Bug
Components: JavaScript Client
Affects Versions: 3.0.4
Environment: Windows 7, AIX, Linux
Reporter: Venkat
JavaScript client generation does not include the required fields xsiTpe,
localName, namespaceURI as required by corresponding serialize function.
For the attached WSDL/XSDs files the generated (wsdl2js) serialize function
mycompany_com_anytype_wsdl_AnyTypeRequest_serialize is expecting the xsiType,
localName, namespaceURI field are defined in the corresponding complexType
object definition mycompany_com_anytype_SomeType. Please update the code
generation to include the xsiType, localName, namespaceURI field for all simple
and complex type objects.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)