Hi

I am in the process of making a windows application to pull all the orders out of NopCommerce (2.4) using the WebServices Api plugin. I manage to build a list of orders in the service but as soon as I return the list I get an error on my client application saying "The underlying connection was closed: The connection was closed unexpectedly."

But if I create my own custom class and save data from an order into my custom object it returns fine. It seems that as soon as the application tries to serialize a NopCommerce object the connection to closes.

Does anyone know a way round this or is my solution creating a custom class to hold all the details I need from an order.

Thank you in advanced for any help.

Kind Regards,