Failover

J

Jon

I want to add failover capability to my web service.

Is it possible to specify two possible URLs for a service (eg have
server1.com/service.asmx and server2.com/service.asmx and the client selects
on or the other)

Should I be looking at WS-Addressing for this. Does anyone have a link for
more info?

Thanks
Jon
 
D

DC

what you can do is build intelligence into your client-side proxies, so that
they walk through a list of web service URLs (maybe read in from app.config)
and use the first one that works. They retry after a backoff interval,
etc.

most people just run wsdl.exe and generate a client-side proxy and they're
done. There's nothing wrong with modifying the generated code to do
something more intelligent. That's what I'm suggesting here.

I don't know of anything automated for this, but it shouldn't be too hard to
write it.

-D
 

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

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top