Book a Demo

Author Topic: Unbounded wsdl part  (Read 3180 times)

Peter Tlholoe

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Unbounded wsdl part
« on: June 04, 2014, 10:39:54 pm »
I am still fairly new in the EA world,
I have a wsdl message with a message part that is unbounded, but when I generate it doesn't reflect as array or a list  
E.g WsdlMessage -> ImageCombineSetInput

Message Part -> ObjectInputParam : string [0..unbounded]{ordered}
I tried both notations, min -> 0 and max ->-1, it doesnt work.
What I want generated is the following

public String imageSplit(PageSet[] pageSet, String imageId)

Regards,
P