Hi all,
I have been getting many 500s (which return as 400 in the status code field of the response) with the following error: The search failed to complete within the time allowed. Please simplify your search criteria/options or retry later
From investigating it looks like the issue is with the performance of the BroadcastId property when searching by query as.
The following query with only maxCount = 1 for one BrodcastId sometimes returns 200 sometimes returns the bad request error. Would it be possible to get more insight into this?
I've already created a case for this issue which is pretty high priority and they told me to post the question here. Here is the query:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xm.faxserver.com/"> <soapenv:Header/> <soapenv:Body> <ws:findOutboundFaxesAdvanced> <userId>{{app_user_id}}</userId> <startIndex>1</startIndex> <maxCount>1</maxCount> <keywordInfo> <query>11111111-1111-1111-1111-111111111111-11111111-BR OR 11111111-1111-1111-1111-111111111111-11111111-BR</query> <property>BroadcastId</property> </keywordInfo> </ws:findOutboundFaxesAdvanced> </soapenv:Body></soapenv:Envelope>
The {{app_user_id}} is mentioned in the Case number CS0320923. Note that the query IDs are fake IDs for this post.