HighTechTalks DotNet Forums  

Re: Is it possible ot add a web reference to a web service in runtime

ASP.net Web Services microsoft.public.dotnet.framework.aspnet.webservices


Discuss Re: Is it possible ot add a web reference to a web service in runtime in the ASP.net Web Services forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Ben
 
Posts: n/a

Default Re: Is it possible ot add a web reference to a web service in runtime - 07-07-2003 , 08:07 PM






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





Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.