You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not possible to declare an optional argument: it is possible to define a default value for a nullable argument, but it is not possible to declare it as optional.
This would be very useful in cases where you might want to add a new parameter, but without imposing a change in (stupid) clients that do not automatically add missing parameters as empty tags.
Here is an example (partial) WSDL with optional arguments:
It is not possible to declare an optional argument: it is possible to define a default value for a nullable argument, but it is not possible to declare it as optional.
This would be very useful in cases where you might want to add a new parameter, but without imposing a change in (stupid) clients that do not automatically add missing parameters as empty tags.
Here is an example (partial) WSDL with optional arguments:
The text was updated successfully, but these errors were encountered: