Wednesday, August 19, 2009

Call to WCF timeout on the second call

Call to WCF timeout on the second call
Hi,

I a real newbie on WCF, and I want to implement a service that reads from a DB some data and returns generic lists of custom objects to the client.

So I implement the service like this:
Interface:


vb Syntax (Toggle Plain Text)
  1. ()> _
  2. Public Interface IRepositorio
  3. (Name:="ListarAlmacen")> _
  4. Function ListarAlmacen() As List(Of BE.Almacen)
  5. End Interface

Implementation:


View Full Details...............................

No comments:

Post a Comment