Skip to content

What is the WSDL syntax to populate the "Description" column in the html table? #13

@molund

Description

@molund

I'm trying to use the xs:annotation / xs:documentation tags, but nothing is getting populated in the description column of the HTML tables.

 <s:element minOccurs="1" maxOccurs="1" name="ContactMethodId" type="s:int" >
      <xs:annotation>
          <xs:documentation>Na = 0, RegularMail = 1, Email = 2, VoiceMail = 3, FaxBack = 4, Print = 5</xs:documentation>
      </xs:annotation>
</s:element>

Maybe this feature hasn't been implemented yet? The Stub.java model looks like it will only ever return the words "In header"

	public String getDescription() {
		if (this.header) {
			return "In header";
		}
		return null;
	}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions