Howdy folks. maybe I've done something wrong here and I'm just not catching it. As near as I can tell from the documentation, it's rigth, but it's not working.
Here's my xml submission:
Code:
<AspDotNetStorefrontImport Version="9.0">
<Entity Action="Update" EntityType="Vector" ID="586">
<Name>Fixed tbc 3</Name>
<XPath>/Bearing Type/Fixed tbc 3</XPath>
<Description><![CDATA[]]></Description>
<Display>
<XmlPackage>entity.vibe.trib.xml.config</XmlPackage>
<ColWidth>4</ColWidth>
<PageSize>20</PageSize>
<SkinID>0</SkinID>
<TemplateName></TemplateName>
</Display>
<Published>true</Published>
<DisplayOrder>1</DisplayOrder>
</Entity>
</AspDotNetStorefrontImport>
And here's the response I get:
Code:
<?xml version="1.0" encoding="utf-8"?>
<AspDotNetStorefrontImportResult Version="9.0" DateTime="4/8/2011 3:53:30 PM">
<Item NodeType="Entity" Name="Fixed tbc 3" GUID="" ID="0" ActionTaken="Update" Status="ERROR" Message="A Valid ID or GUID must be specified for an Update operation" />
</AspDotNetStorefrontImportResult>
I know the ID is valid, so the Valid ID or GUID part is confusing me.
Ideas???