1000 WebMethods? Is that a typo?
On Tue, Feb 15, 2011 at 4:25 PM, Johnny <[email protected]> wrote:
> Hi NG
>
> I am about to create a webservice to access a database from the web.
> I have made serveral simple webservices - but this will have more
> than
> 1000 types (WebMethods) therefore I would like to be able to
> categorize the types into serveral clases or into serveral services.
>
>
> In Visual Studio 2010 the way to make WebService has changed a
> bit.First I create a empty website. Add a WebService (Service1).
> Setting the Service1 as the startup page - stats the application and
> I
> can see the service with the HeloWorld method.
>
>
> I have tryed to add more webservices to the application, but they
> don't start so i never see the methods they holds. So is there a way
> to start all the webservices in this WebApplication? by that i can
> have one service for each category.
>
>
> Other solution could be to be able to have properies in the
> (Service1)
> that the enduser could call by using connection like:
>
>
> {host].Service1 srv = new {host}.Service1()
> srv.Category1.Method1
> srv.Category1.Method2
> srv.Category2.Method1, ect ect
>
>
> Would that be possible
>
>
> Kind regards
> Johnny E. Jensen
>
>
>
>