Re: Disadvantages/Cons of web services?
From: William Stacey [MVP] (staceywREMOVE_at_mvps.org)
Date: 01/17/05
- Next message: Tim Mavers: "Tracing soap requests"
- Previous message: Matthias: "Login from webservice"
- In reply to: Jon Paugh: "Re: Disadvantages/Cons of web services?"
- Next in thread: Jon Paugh: "Re: Disadvantages/Cons of web services?"
- Reply: Jon Paugh: "Re: Disadvantages/Cons of web services?"
- Reply: EmJayEm: "Re: Disadvantages/Cons of web services?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 17 Jan 2005 11:41:43 -0500
Your types are bound at both sides. So if you change a return class (for
example) or add something you need to change all the clients. With xml, you
can send document containing a,b,c,d even if service only uses a,b. Or
return a,b,c,d even if your client only needs a. Also, you can get any type
into XML, which is not always true with remoting. So things are a lot more
flexible. Others may have better examples for you.
-- William Stacey, MVP http://mvp.support.microsoft.com "Jon Paugh" <anonymous@discussions.microsoft.com> wrote in message news:1a9301c4fca6$74346ce0$a401280a@phx.gbl... > Hi, > > Please explain what you mean by the "versioning issues" > with .NET remoting, > > Thanks, > > Jon Paugh > > >-----Original Message----- > >I don't really see any. In reality (in a MS world) you > have socket, > >Remoting, and WS/WSE. If you use raw sockets, you end > up reinventing much > >of what is already their in web services. Today, I > think the decision point > >is if to use WSE or plain IIS web services. With WSE > you get all the > >security stuff (and other WS-xxx) and can "touch" it if > you have special > >needs. With WS you can automatic broad reach for your > SOA, even if you > >don't expose it right away. Also, you have server tools > like SQL and > >BizTalk that all use xml web services so you can > integrate with those. Also > >you will be in good position for Indigo if it ever goes > RTM. In a MSDN > >video I saw, Don Box asked the audience if anyone had > successfully rolled > >out a Enterprise Remoting app and *nobody raised there > hands. Remoting is a > >great tech, but is not the future and versioning issue > pretty much is the > >killer IMO. WS is now and the future so the case should > be "what should I > >use if not Web services?". That would depend on your > needs. > > > >-- > >William Stacey, MVP > >http://mvp.support.microsoft.com > > > >"EmJayEm" <Woo@eookie.com> wrote in message > >news:5ObGd.141236$48.126997@fe1.news.blueyonder.co.uk... > >> Can you give any disadvantages of web services then? > >> > >> > > > >. > >
- Next message: Tim Mavers: "Tracing soap requests"
- Previous message: Matthias: "Login from webservice"
- In reply to: Jon Paugh: "Re: Disadvantages/Cons of web services?"
- Next in thread: Jon Paugh: "Re: Disadvantages/Cons of web services?"
- Reply: Jon Paugh: "Re: Disadvantages/Cons of web services?"
- Reply: EmJayEm: "Re: Disadvantages/Cons of web services?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|