Requirement:
the webservice is located on a remote machine. webservices are part of the appserver package which can be reinstalled on different machines
Is it possible to have the webmethod URL in the web.config file and invoke the webmethod from silverlight?
the request and response objects of webmethod will be same across releases though
For example: i need to develop a login screen in silverlight by consuming a webmethod : http://myserver/authenticate.asmx?op=Authenticate