开发者

Problem when calling two web services at the same time

开发者 https://www.devze.com 2023-03-26 14:16 出处:网络
I encountered a problem when trying to create a string by calling two different web services that returns a different string. The problem is that I can\'t seem to 开发者_StackOverflow中文版get both of

I encountered a problem when trying to create a string by calling two different web services that returns a different string. The problem is that I can't seem to 开发者_StackOverflow中文版get both of them, so the WebServiceResult1_string + WebServiceResult2_string result in only the latest appearing.

When make only one web service call, it works. The problem happens when I call two of them.

I'm using ASP.net 4.0 and JQuery. Why can't I get both of the results?

0

精彩评论

暂无评论...
验证码 换一张
取 消