Closed keshavarzi closed 10 years ago
Thanks paulo for reporting this bug in the mailing list: https://groups.google.com/forum/#!topic/soa-model/GgAnvUBQqX0 Paulo wrote:
Hello,
I'm trying to get the value of "form" attribute from an element in my wsdl and I'm getting something unexpected.
The snippet:
...
<xs:complexType name="myType">
<xs:sequence>
<xs:element form="qualified" minOccurs="0" name="myElem" type="xs:string"/>
</xs:sequence>
</xs:complexType>
...
My code:
element.getForm();
Result:
<table>
<tbody id='xpath:/Value' minOccurs='1' maxOccurs='1'>
<tr>
<td colspan='2'>
<b>Value (1..1)</b>
</td>
</tr>
<tr>
<td width='100'>
<input name='xpath:/Value' type='text' />
<span />
<br />
</td>
</tr>
</tbody>
</table>
Thanks for the great support!
Has to be implemented in SchemaCreator.
getForm() returns the result of the FormCreator for the respective element. Steps to do: