I have a c# application which connects to Volusion store, I need to get all Orders. I'm trying this
http://mywebsite/net/WebService.aspx?Login="myuser"&EncryptedPassword="mypassword"&EDI_Name=Generic\Orders&SELECT_Columns=*WHERE_Column=o.OrderStatus&WHERE_Value=Processing
and I getting this in response.
<?xml version="1.0" encoding="UTF-8"?><xmldata />
I am using Postman to do this. I have an Order already crated in my store in processing status. What I'm doing wrong.