Hi all,
we are working at a web service to/from SAP.
Therefore we got a wsdl with a number of definitions like:
<xsd:element name=“activitySubject” minOccurs=“0”>
<xsd:restriction base=“xsd:string”>
<xsd:maxLength value=“255”/>
</xsd:restriction></xsd:simpleType>
</xsd:element>
when I create a (lotus script) consumer by importing that wsdl, I cannot find any of that definitions in the automatically built classes.
Is there a way to get these definitions, or do I have to look into the wsdl file an write my own logic?
thanks for any help,
Uwe