This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Nov 4, 2013, 4:25 PM
3 Posts

restriction definitions in WSDLs - are not imported in a notes WS consumer

  • Category: Other
  • Platform: Windows
  • Release: 9.0
  • Role: Developer
  • Tags:
  • Replies: 1

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:simpleType>

<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

Nov 4, 2013, 7:19 PM
24 Posts
minoccurs

LotusScript doesn't like minoccurs=0. Try changing that. 


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal