Follow me on Twitter at Twitter.com/wbm
FYI, I'm blogging most of my stuff over at More Wally now.
You might want to add my rss feed to your reader at:http://morewally.com/cs/blogs/wallym/rss.aspx
Web Service calling – Microsoft AJAX Library and ASP.NET 2.0 AJAX Extensions - Wallace B. McClure

Wallace B. McClure

All About Wally McClure - The musings of Wallym on .NET, Sql, ASP.NET, and other crazy shenanigans

News

Personal Blog

Work Blog

.NET

Book Authors

Business

Family

Friends

Georgia Tech Bloggers

Personal

Web Service calling – Microsoft AJAX Library and ASP.NET 2.0 AJAX Extensions

The calling parameters for calling a web service have changes somewhat in the new build.  Assuming that a web service has the calling signature of:

MethodName(int p1, string p2, bool p3) in C# with a Class of ClassName, the javascript calling sequence would be

ClassName.MethodName(p1, p2, p3, OnComplete[, OnFailure[, UserContext]]);

Originally pulled from: http://morewally.com/cs/blogs/wallym/archive/2006/10/20/429.aspx

Posted: Oct 22 2006, 08:44 AM by Wallym | with no comments
Filed under: ,

Comments

No Comments

Leave a Comment

(required) 

(required) 

(optional)

(required)