We have a WCF service developed in C# which is being used by several .Net and PowerBuilder applications.
When a document is scanned users can preview the scanned document on the application window and when the save button is clicked, the WCF service is called and the document get stored in our repository.
The above functionality is working absolutely fine for single page scans and if we scan multiple pages, we are getting error saying "The definition of the method signature in the web proxy is wrong-the data doesn't match the parameter"
Interesting part is, whether it is single page document or multi page, it calls the same method.
any help greatly appreciated.