Hi guys, Could you help me with this issue. Is there anyway that we can validate the required field in Ivy Webservice? Example add the property required = true, But it's only not generate the comment optional in Webservice request. It still can pass if I leave it empty. @XmlElement(name = "ProcessType", required = true) I also try to add nillable = true but it did not help. If any body have the idea please give me a hand. Thanks asked 10.10.2016 at 05:11 Tinh Nguyen |
Normally the Can you share your WSDL? answered 10.10.2016 at 16:51 Reguel Werme... ♦♦ |
Actually, I declared like this in my project:
public class WSInputParamModel {
} answered 11.10.2016 at 04:22 Hap Em |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 10.10.2016 at 05:11
Seen: 4,881 times
Last updated: 18.10.2016 at 08:47
we're you able to reach your goal with the answers below! please rate or accept the given answers or drive the thread ...