
Anonymous
Hi , we have switched from the /2011/Organization.svc?wsdl service to the …. mscrmservices/2007/CrmServiceWsdl.aspx This web service has the 'Fetch' method.
Here is the test xml.
<fetch mapping='logical'>
<entity name='account'>
<attribute name='accountid'/>
<attribute name='name'/>
</entity>
</fetch>
Here is a copy of the catalog. Looks OK to me.
<Catalog>
<Entity System="CRM" Service="CRM 2007" Name="2007">
<Operation Method="Fetch" Name="Fetch">
<Parameter Name="fetchXml" Type="System.String" Usage="In" Source="XML">
<Element Name="fetch mapping" Source="FixedValue" Type="System.String" Value="logical">
<Element Name="enitity name" Source="FixedValue" Type="System.String" Value="account">
<Attribute Name="attribute name" Source="FixedValue" Type="System.String" Value="name" />
<Attribute Name="attribute name" Source="FixedValue" Type="System.String" Value="accountid" />
</Element>
</Element>
</Parameter>
</Operation>
</Entity>
</Catalog>
Still getting this error.
Any ideas on how to fix this? Thanks for your input thus far.