Normally the definition in the WSDL says minOccurs="0" which means optional, how can this be changed. See example part of a WSDL:
|
To make a whole parameter required is not possible in Ivy, because you have to change the generated webservice class. This is not recommended because ivy has to regenerated the class if something changes int the associated webservice process. To make an field of an complex attribute required you have to create an own Java class which you then use as parameter. See example Java class below which makes the field
The generated WSDL looks like this:
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 18.08.2014 at 16:33
Seen: 2,699 times
Last updated: 02.06.2015 at 15:10