Showing posts with label servicecould. Show all posts
Showing posts with label servicecould. Show all posts

Wednesday, March 28, 2012

web service

Is there any limit to the number of methods you can put into a web service?
Could you for example have 200 methods or more? We are working on a massive
system that we would like to use web services to provide functionality to
remote users... thanks!Have you considered Remoting (whicn can be hosted within IIS) instead of
WebServices?
If your clients are .Net, the remoting would be favored.
If your clients are .Net (and others, asp, vb6, java), then WebServices
would be preferred.
See
9/27/2005
Leveraging Dot Net Remoting To Keep Your "Secret Code" Safe
http://sholliday.spaces.live.com/blog/
or
[url]http://secretg.net/QAD_Remoting.asp[/url]
among other sites.
..
If you're using .Net 3.0, you have more options.
"Smokey Grindle" <nospam@.dontspamme.com> wrote in message
news:euY4o4jlHHA.4628@.TK2MSFTNGP06.phx.gbl...
> Is there any limit to the number of methods you can put into a web
service?
> Could you for example have 200 methods or more? We are working on a
massive
> system that we would like to use web services to provide functionality to
> remote users... thanks!
>
Would remoting work with Compact Framework also? We were planning on having
some PocketPC apps with of course reduced functionality and then .NET apps
running on the workstations.. (nothing that isn't .NET 2.0 native) Thanks!
"sloan" <sloan@.ipass.net> wrote in message
news:%23yP$hlklHHA.4840@.TK2MSFTNGP04.phx.gbl...
> Have you considered Remoting (whicn can be hosted within IIS) instead of
> WebServices?
> If your clients are .Net, the remoting would be favored.
> If your clients are .Net (and others, asp, vb6, java), then WebServices
> would be preferred.
>
> See
> 9/27/2005
> Leveraging Dot Net Remoting To Keep Your "Secret Code" Safe
> http://sholliday.spaces.live.com/blog/
> or
> [url]http://secretg.net/QAD_Remoting.asp[/url]
> among other sites.
> ..
> If you're using .Net 3.0, you have more options.
>
>
> "Smokey Grindle" <nospam@.dontspamme.com> wrote in message
> news:euY4o4jlHHA.4628@.TK2MSFTNGP06.phx.gbl...
> service?
> massive
>