I'm working with a web service that defines its API in a WSDL. Is it possible to specify the exact values which are valid for the parameters of each operation?
E.g. suppose the web service exposes an operation called "setStatus" that expects one parameter called "status". The only valid options for "status" are "EMPLOYEE" and "CONTRACTOR". Is there a way to explicitly define these two values inside of the WSDL?
No comments:
Post a Comment