Getting "Query failed to run successfully" while executing QueryId

Hi,

I am using Sage CRM 2014 R2.4 Trial(CLoud) for testing purpose, so that we can have idea weather it fits our requirements or not. While executing QueryId object I am getting " Query failed to run successfully" .


Here is the input which we are passing according to https://community.sagecrm.com/partner_community/b/hints_tips_and_tricks/archive/2012/12/10/fetching-data-using-the-soap-web-services-using-queryid-amp-queryidnodate-queryrecord-and-query.aspx
post.

<?xml version='1.0' encoding='UTF-8'?>
<soapenv:Envelope xmlns:soapenv="">schemas.xmlsoap.org/.../">
<soapenv:Header>
<typens:SessionHeader xmlns:typens="
">http://tempuri.org/type">
<typens:sessionId>213308912016811</typens:sessionId>
</typens:SessionHeader>
</soapenv:Header>
<soapenv:Body>
<typens:queryid xmlns:typens="">http://tempuri.org/type">
<typens:queryString>Oppo_ChannelId = 5 and Oppo_Product='TimEx5'</typens:queryString>
<typens:entityname>opportunity</typens:entityname>
<typens:orderby>oppo_status</typens:orderby>
<typens:showdeletedrecords>false</typens:showdeletedrecords>
</typens:queryid>
</soapenv:Body>
</soapenv:Envelope>

While executing QueryIdnodate with same input signature as of QueryId, its executing without any error/exception.

Am I passing wrong/incomplete parameter. Can you please suggest me sample input in xml and C# for QueryId

Thanks

Rakesh