We are developing an application using webservices to transfer data from a
database to our application. Each database table has its own 'accessor' to
go to the database and return a list of all objects of that type.
The problem we are having is with starting up each accessor at once. The
following error is returned:
WSE827: The outbound connection limit of 16 connections was exceeded.
The connection was rejected.
Does anyone know where this connection limit is set? I cannot find anything
about this error on google or in MSDN.
Thanks,
Brad