Using Activator.GetObject to get Web Service

C

Craig Neuwirt

Is it possible to use the Activator.GetObject interface to access a Web
Service?

e.g.

Activator.GetObject(http://localhost/MyServive.asmx);

If so, what do you get back and how do you configure .Net remoting since the
parameters passed to a web service are XML serializable, but not necessarily
binary serializable?

thanks,
craig
 
D

Dino Chiesa [MSFT]

what do you want to do?

Web services and remoting are two different things.

Do you want BOTH?

In this case you might want to stand up your server logic, and then expose
communication points via both webservices (ASMX) and remoting.

-Dino
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top