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
One of the methods of proving access to the MethodOptions was to add a method to the request model.
This is fine if there is a 1-to-1 service method to request model relationship, but once a service uses the same request message for two or more service methods, one will most likely overwrite the previous.
There is a risk of receiving an incorrect value, so for now please ensure you do not reuse your request messages of you are going to use the request methods, or stick to the constants/service methods until a better solution is implemented.
The text was updated successfully, but these errors were encountered:
One of the methods of proving access to the
MethodOptions
was to add a method to the request model.This is fine if there is a 1-to-1 service method to request model relationship, but once a service uses the same request message for two or more service methods, one will most likely overwrite the previous.
There is a risk of receiving an incorrect value, so for now please ensure you do not reuse your request messages of you are going to use the request methods, or stick to the constants/service methods until a better solution is implemented.
The text was updated successfully, but these errors were encountered: