WSDL2Ws creates class without having set/get methods for its member variables.
------------------------------------------------------------------------------
Key: AXISCPP-896
URL: http://issues.apache.org/jira/browse/AXISCPP-896
Project: Axis-C++
Type: Bug
Components: Client - Stub
Reporter: James Jose
'name' class created for inquire_v2 test does not have set/get method for its
member variable.
<xsd:element name="name" type="uddi:name"/>
<xsd:complexType name="name">
<xsd:simpleContent>
<xsd:extension base="string">
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
Is the declaration of element 'name' in the schema.
Following code generated by WSDL2Ws shows there is no set/get method
class STORAGE_CLASS_INFO name
{
public:
xsd__string name_value;
name();
name(const name & original);
void reset();
virtual ~name();
};
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira