There is an asmx web service. When one of the methods works, it is necessary to clarify the parameters of the user, and depending on the option chosen, continue the method execution. Are there any patterns for this situation? Web forms project
- The method does not provide for two-way exchange, two-way exchange with offers, etc. provides for the exchange protocol . Perhaps you can do a variable number of parameters. Or xml-parameter with a serialized class to accept. - nick_n_a
- @nick_n_a, is it possible in more detail? - e1s
- Refine the question, give your ways. If asmx responds to a request similar to a post, no one bothers to give you back the string "OK" or the string "Specify the parameter a1 and a5". Guess what your task is - hardly anyone will succeed. - nick_n_a
|