Hello,
I developed a C# application with a Web Service also in C#, the application creates the web service instance at the beginning of the application and call the first web method in the first call delays the response, the next web method works quick, then I pass as a parameter the class in which I call the web method to another form and when I called the next web method, the delay happens again, this occurs each time I call another option in the program.
When I have the option working, tha calls to the web methods answer quick.
Please somebody knows what can I do?
Thanks,
AFG
I developed a C# application with a Web Service also in C#, the application creates the web service instance at the beginning of the application and call the first web method in the first call delays the response, the next web method works quick, then I pass as a parameter the class in which I call the web method to another form and when I called the next web method, the delay happens again, this occurs each time I call another option in the program.
When I have the option working, tha calls to the web methods answer quick.
Please somebody knows what can I do?
Thanks,
AFG
Comment