Yes there is. Static means what ever reference you set it to at design
time, probably locahost if you wrote the web service yourself. Dynamic
means VS.NET creates a key in your web.config file , which you can set once
the app is deployed but if you want to call a different web server at run
time set its Uri property.
Ben
"MB" <marcoyukon (AT) hotmail (DOT) com> wrote
Quote:
Is it possible ot add a web reference to a web service in runtime ?
Also is it possible to pass a serializable object as an argument to a web
service ? When I try that after referencing the dll on the web project, I
receive a type mismatch The object types are the same (however named
differently by visual studio) on the client and on the server.
Best regards,
Marco |