Hi,
I am trying to pull orders by a date range. My user is a site admin and the customer is using BV Commerce 2013. Here is my request and response:
RequestPOST
http://www.medsupplier.com/webservices3.asmx HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 4.0.30319.18052)
VsDebuggerCausalityData: uIDPo5AbljtiXsJHqI4WQVjpyMsAAAAA4SJqDRjVh0Gx1fwnVi50l7w2zrPpyNJNgcVFkES1sDkACQAA
Content-Type: text/xml; charset=utf-8
SOAPAction: "http://www.bvsoftware.com/Schemas/Bvc5/2006/01/WebServices3/Orders_Order_FindByCriteria"
Host:
www.medsupplier.comContent-Length: 928
Expect: 100-continue
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><Orders_Order_FindByCriteria xmlns="http://www.bvsoftware.com/Schemas/Bvc5/2006/01/WebServices3"><token><Bvin>xxx</Bvin><LastUpdated>0001-01-01T00:00:00</LastUpdated><ExpirationDate>2013-12-06T11:41:25.2494-05:00</ExpirationDate><ExpirationDateUTC>2013-12-06T16:41:25.2494Z</ExpirationDateUTC><UserBvin /><TokenRejected>false</TokenRejected><IsExpired>false</IsExpired></token><criteria><IsPlaced>true</IsPlaced><KeywordIsExact>false</KeywordIsExact><PaymentStatus>Unknown</PaymentStatus><ShippingStatus>Unknown</ShippingStatus><EndDate>2013-12-07T00:00:00</EndDate><StartDate>2013-12-05T00:00:00</StartDate></criteria></Orders_Order_FindByCriteria></soap:Body></soap:Envelope>
ResponseHTTP/1.1 200 OK
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Fri, 06 Dec 2013 15:41:35 GMT
Content-Length: 701
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><Orders_Order_FindByCriteriaResponse xmlns="http://www.bvsoftware.com/Schemas/Bvc5/2006/01/WebServices3"><token><Bvin>xxx</Bvin><LastUpdated>0001-01-01T00:00:00</LastUpdated><ExpirationDate>2013-12-06T11:41:25.2494-05:00</ExpirationDate><ExpirationDateUTC>2013-12-06T16:41:25.2494Z</ExpirationDateUTC><UserBvin /><TokenRejected>true</TokenRejected><IsExpired>false</IsExpired></token></Orders_Order_FindByCriteriaResponse></soap:Body></soap:Envelope>