Error while Retruning List from WCF service *** URGENT
-
Hi all, we have My WCF service having one service method, is calling data access layer which is returning the List, here return type is Serializable.class. Data access layer is calling a stored procedure which is returning 170 records from the database. i have invoked the service method from client, getting exception "The underlying connection was closed: The connection was closed unexpectedly". i modified my SP to return top 140 recrods, then its working fine. Here is the my binding config at service. Any thing i have to change?
here is my client config.
-
Hi all, we have My WCF service having one service method, is calling data access layer which is returning the List, here return type is Serializable.class. Data access layer is calling a stored procedure which is returning 170 records from the database. i have invoked the service method from client, getting exception "The underlying connection was closed: The connection was closed unexpectedly". i modified my SP to return top 140 recrods, then its working fine. Here is the my binding config at service. Any thing i have to change?
here is my client config.
what's the endpoint configuration on the server?
Mark Salsbery Microsoft MVP - Visual C++ :java: