Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I've tested similar setup with SOAPui and here is what I've got:</p> <p>Outgoing message:</p> <pre><code>&lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:obj="urn:microsoft-dynamics-schemas/page/objlist"&gt; &lt;soapenv:Header/&gt; &lt;soapenv:Body&gt; &lt;obj:ReadMultiple&gt; &lt;obj:filter&gt; &lt;obj:Field&gt;Date&lt;/obj:Field&gt; &lt;obj:Criteria&gt;&amp;gt;=01012013&lt;/obj:Criteria&gt; &lt;/obj:filter&gt; &lt;obj:bookmarkKey&gt;&lt;/obj:bookmarkKey&gt; &lt;obj:setSize&gt;&lt;/obj:setSize&gt; &lt;/obj:ReadMultiple&gt; &lt;/soapenv:Body&gt; &lt;/soapenv:Envelope&gt; </code></pre> <p>It results in correct response (with 3 records I have in my base changed since January) Also response is correct if I put <code>01012013..</code> or <code>01.01.2013..</code> or even <code>01/01/2013..</code> but error will be returned in response for <code>20130101..</code></p> <p>In response this field have value like this <code>&lt;Date&gt;2013-05-15&lt;/Date&gt;</code> which is incorrect format for my location though.</p> <p>So your Nav server is waiting some other date format in your requests. Check Nav Server's <code>CustomSettings.config</code> file to see if it has <code>&lt;add key="ServicesCultureDefaultUserPersonalization" value="true"/&gt;</code> key. If you set it to "false" server will work in en-us date and number format.</p> <p>Also check <code>User Personalization</code> table in Nav. If previous key set to true then Nav will try to use language settings defined for user in this table.</p> <p>If nothing helps try SOAPui to find out if Nav response correct to direct message (see format above or feed soapui with your wsdl file).</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload