12 years ago
Testing WCF endpoints with large data to receive
Hello,
I am using the following version of SoapUI tool:
SoapUI 4.6.4 Copyright (C) 2004-2013 smartbear.com http://www.soapui.org | http://www.smartbear.com Build Date: 20140110-2328
This is a license free edition available online. Using this, I wanted to test the WCF service endpoints exposed through basic HTTP bindings, whereby, my WCF service request returns a huge byte array (around 168 MB). Consider for example, that my WCF service request returns a large results file created through a business logic. The client application wants to reconstruct the UI elements with that large results, by invoking a WCF request.
However, in my case the SoapUI tool returns a null stream without any error. Can anyone please help me understand why that happens ? If I use a simple .NET client application, I am able to receive that large bytes. Also, please note that I have configured my WCF service bindings to return buffered response.
Thanks in advance,
Chandresh.
I am using the following version of SoapUI tool:
SoapUI 4.6.4 Copyright (C) 2004-2013 smartbear.com http://www.soapui.org | http://www.smartbear.com Build Date: 20140110-2328
This is a license free edition available online. Using this, I wanted to test the WCF service endpoints exposed through basic HTTP bindings, whereby, my WCF service request returns a huge byte array (around 168 MB). Consider for example, that my WCF service request returns a large results file created through a business logic. The client application wants to reconstruct the UI elements with that large results, by invoking a WCF request.
However, in my case the SoapUI tool returns a null stream without any error. Can anyone please help me understand why that happens ? If I use a simple .NET client application, I am able to receive that large bytes. Also, please note that I have configured my WCF service bindings to return buffered response.
Thanks in advance,
Chandresh.