Jquery ASMX Web Service call - send / receive complex types
问题 Not sure if it's just the time of day, lack of coffee or over indulgence of sugar from last night. Besides that I'm trying to get this working. I do not want to change / modify / add a new web service method. I have an asmx web service: public UserLogin Login(UserLogin p_objUserLogin) { } I need to hook a JQuery ajax call up to that. The UserLogin object is not that complex: public class UserLogin { public UserLogin(); public string Privileges { get; set; } public string ClientCodeID { get;