Ask a Question related to ASP.NET Web Services, Design and Development.
-
Ben #1
Re: Is it possible ot add a web reference to a web service in runtime
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@hotmail.com> wrote in message
news:%238OGXXYQDHA.704@tk2msftngp13.phx.gbl...> 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
>
>
Ben Guest
-
changing the web service namespace at runtime
Does anyone have a method for using a dynamically-generated namespace in a web service? Scenario: suppose you're deploying the web service to... -
Why does a web service create a copy at runtime ?
I have a windows application which uses 2 web services , stored under inetpub. When the user builds this application in VS.NET, the system... -
How to change the URL of a web reference at runtime?
Hi - How can you change the web reference URL that a client is using to access a web service at runtime? thanks -
Adding a web reference to a java web service
Hi, In my .net web application, I was trying to add a web reference to a Java web service running on a SUNONE machine in my intranet. But while... -
Dyanamically change Reference for Web Service?
Can the URL used to define the Web Service be changed at runtime? We would like to develop a client pointing to a test box during development,...



Reply With Quote

