Ask a Question related to ASP.NET Web Services, Design and Development.
-
Jim #1
1 or more webservices
Hi
I want to make a webservice which retrieves data for a webpart in a
sharepoint environment. Is it handier to make 1 large webservice or a few
smaller ones?
ch Jim
Jim Guest
-
Webservices
Hello everybody, I am unable to call remote web service. I have created Proxy Class successfully. Whenever I tried to call it prompts with... -
.net webservices
Actually, if you give your dataset a name: DataSet ds = new DataSet("MyDataSet"); then you should use: ... -
ADO.NET and Webservices
Hello, I'm trying to build a webservices 'application' that basically allows any sort of client to plug-in and do do updates to the database... -
webservices and com+
hi i have created a webservice that has methods like getitems and so on that get data from the db. and am calling it from asp.net i want... -
SOS! I can't use COM in my webservices
i write a COM use PB9. The COM work well in a Windows Application(use in VS2003.net) But when i use it in a webservices, the COM can not work,the... -
Dan Rogers #2
RE: 1 or more webservices
Hi Jim,
The answer of course is "it depends". It depends on factors such as will
you have control over each of the implemenations (assuming here that you
choose to implement more than one "service". In this regard, the term "web
service" can be a bit misleading. A service implementation (a la Visual
Studio .NET) project can contain more than one method. Some people call
each method "a service". Others call the project file "the service".
Others are equating a single URL and set of SoapAction values as the
service boundary.
The clearest, at least to me, definition of a service is defined by
governance rather than implementation specifics. If you will be in control
of every piece of the implementation, and all of the parts you are
considering are directly related, then from a governance perspective you
could argue that this is one service. The current advice re: Service
Orientation is that "services are autonomous" - and I've used a governance
viewpoint here to define what I mean by autonomous. If you could choose to
change the version of all of the parts, for instance, then you have
governance over the entire service. Since you are stating that these parts
would all be coordinated from a web part - then I'm assuming they are
related - so now you have governance over a set of related
methods/implementations.
Of course, as I stated at the start, "it depends".
I hope this helps
Dan Rogers
Microsoft Corporation
--------------------cpmsftngxa10.phx.gbl!TK2MSFTFEED02.phx.gbl!TK2MSFT NGP08.phx.gbl!TK2MSFTNGP14>From: "Jim" <peesa_govno@hotmail.com>
>Subject: 1 or more webservices
>Date: Mon, 22 Nov 2004 22:32:25 +1100
>Lines: 9
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
>X-RFC2646: Format=Flowed; Original
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
>Message-ID: <OEoK$bI0EHA.3044@TK2MSFTNGP14.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.aspnet.webservic es
>NNTP-Posting-Host: ppp209-19.lns2.syd3.internode.on.net 203.122.209.19
>Path:
phx.gblmicrosoft.public.dotnet.framework.aspnet.webservic es:26742>Xref: cpmsftngxa10.phx.gbl>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webservic es
>
>Hi
>
>I want to make a webservice which retrieves data for a webpart in a
>sharepoint environment. Is it handier to make 1 large webservice or a few
>smaller ones?
>
>ch Jim
>
>
>Dan Rogers Guest



Reply With Quote

