Passing multiple parameters through Atlas to a web service

The Atlas examples that I looked at had one parameter being passed into a web service.  I wanted to see how to had multiple parameters.  I figured I had two options:

  • Create a custom object and pass that in.  Thats how it works with MSMQ So that was my first thought.
  • Hand in multiple parameters in the same order as the web service accepts them.  I tired that and bingo, it worked.  ClassName.MethodName(param1, param2,....., paramN, CallbackJavascriptMethodName)

It does seem that Atlas and the Ajax libraries from Michael Schwarz share a lot of the same thinking.

Wally

2 Comments

  • I think Microsoft has copied all the stuff from Michael after he has open sourced the code. But as I heared already from Michael is that several things are not working with the Atlas Framework, BAAAAAAADDDDDDD!!!!



    MICROSOFT: Please go the right way and talk to Michael. As I can remember he is at the PDC as well.

  • Yes, they are doing a lot of things 100% identical, so you can simple change from Ajax.NET Professional to Atlas and back.



    Today I had time enough on the PDC to work on some examples to see what is working and what is missing. Maybe I will put this on the blog tomorrow when I have a full list. I will talk to the Web Platform Team to get the most from the Atlas Framework, but it is still in beta and we will wait...



    CIAO

    Michael

Comments have been disabled for this content.