If you get 2 calls in WCF for any method from jquery or client side.
Solution -
When you get 2 calls in WCF service that means there is serialization problem in your code. it may be in Data Member or some other issue related to Serialization.
When you get 2 calls in WCF service that means there is serialization problem in your code. it may be in Data Member or some other issue related to Serialization.
Comments
Post a Comment