I am tring to get the inventory item list with the next XML and i get that error. Why?
<?xml version="1.0"?>
<RequestObjects>
<Context xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/dynamics/2006/01">
<OrganizationKey xsi:type="CompanyKey">
<Id>6</Id>
</OrganizationKey>
<CultureName />
<CurrencyType>Transactional</CurrencyType>
<RoleKey>
<Id xmlns="http://schemas.microsoft.com/dynamics/security/2006/01">e18b321a-9548-48fb-b75a-dee0a618ddaa</Id>
</RoleKey>
</Context>
<SalesOrderCriteria xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<TransactionState>
<EqualValue xsi:nil="true" />
<NotEqualValue xsi:nil="true" />
<Items />
</TransactionState>
<Scope>Return All</Scope>
</SalesOrderCriteria>
</RequestObjects>
*This post is locked for comments