Uploaded image for project: 'Axis-C++'
  1. Axis-C++
  2. AXISCPP-896

WSDL2Ws creates class without having set/get methods for its member variables.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Client - Stub
    • None

    Description

      '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();
      };

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              james James Jose
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated: