Note that there are some explanatory texts on larger screens.

plurals
  1. POEWS The required attribute 'Traversal' is missing
    primarykey
    data
    text
    <p>I have a problem whit EWS (<em>Exchange Webservice</em>)</p> <h3>I send an request for <code>FindFolders</code></h3> <pre class="lang-xml prettyprint-override"><code>&lt;?xml version="1.0"?&gt; &lt;soap12:Envelope xmlns:soap12="http://schemas.xmlsoap.org/soap/envelope" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding" xmlns:M="http://schemas.microsoft.com/exchange/services/2006/messages" soap12:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:T="http://schemas.microsoft.com/exchange/services/2006/types"&gt; &lt;soap12:Body&gt; &lt;M:FindFolder&gt; &lt;request SOAP-ENC:id="1" xsi:type="M:FindFolder" Traversal="Deep"&gt; &lt;FolderShape xsi:nil="true"/&gt; &lt;IndexedPageFolderView SOAP-ENC:id="2" xsi:type="T:IndexedPageViewType" Offset="0" BasePoint="Beginning"/&gt; &lt;ParentFolderIds xsi:nil="true"/&gt; &lt;/request&gt; &lt;Impersonation xsi:nil="true"/&gt; &lt;S2SAuth xsi:nil="true"/&gt; &lt;MailboxCulture xsi:type="xsd:string"&gt;de-DE&lt;/MailboxCulture&gt; &lt;RequestVersion SOAP-ENC:id="3" xsi:type="T:RequestServerVersion" Version="Exchange2007_SP1"/&gt; &lt;/M:FindFolder&gt; &lt;/soap12:Body&gt; &lt;/soap12:Envelope&gt; </code></pre> <h3>and get following xml from server</h3> <pre class="lang-xml prettyprint-override"><code> &lt;?xml version="1.0"?&gt; &lt;soap11:Envelope xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"&gt; &lt;soap11:Header&gt; &lt;t:ServerVersionInfo MajorVersion="8" MinorVersion="3" MajorBuildNumber="245" MinorBuildNumber="0" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" /&gt; &lt;/soap11:Header&gt; &lt;soap11:Body&gt; &lt;soap11:Fault&gt; &lt;faultcode&gt;soap11:Client&lt;/faultcode&gt; &lt;faultstring&gt;The request failed schema validation: The required attribute 'Traversal' is missing.&lt;/faultstring&gt; &lt;detail&gt; &lt;e:ResponseCode xmlns:e="http://schemas.microsoft.com/exchange/services/2006/errors"&gt;ErrorSchemaValidation&lt;/e:ResponseCode&gt; &lt;e:Message xmlns:e="http://schemas.microsoft.com/exchange/services/2006/errors"&gt; The required attribute 'Traversal' is missing. &lt;/e:Message&gt; &lt;e:Line xmlns:e="http://schemas.microsoft.com/exchange/services/2006/errors"&gt;2 &lt;/e:Line&gt; &lt;e:Position xmlns:e="http://schemas.microsoft.com/exchange/services/2006/errors"&gt;446 &lt;/e:Position&gt; &lt;/detail&gt; &lt;/soap11:Fault&gt; &lt;/soap11:Body&gt; &lt;/soap11:Envelope&gt; </code></pre> <p>So why the Server say that Traversal is missing ? </p> <p>(<em>I also have tested it with the <code>T:Traversal = Deep</code> T: for the namespaceentry for the types</em>)</p> <p>Can someone can help me with this problem?</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.
 

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