I am trying to use the CatImpService service to import a vendor catalog via an AIF inboundf port. The Upload File job generates an XML document and places it in the inbound port folder. This is what it looks like:
<?xml version="1.0" encoding="utf-8" ?>
<Price Currency="USD" UnitOfMeasure="Pcs" Value="1.5" />
</PriceInformation>
- <ProductNameAndDescription>
<Language>en-us</Language>
<Description>PLUG DRAIN</Description>
</NameAndDescription>
</ProductNameAndDescription>
</Product>
</VendorCatalog>
</MessageParts>
</Body>
</Envelope>
</Batch>
However, when the AIF starts to validate and process the document, I get this error:
It seems like the AIF is unable to resolve the schemalocation even though I have tested the XML document with Altova XML Spy and it works fine there.
I have tried both a simple file and server share URI.
Any ideas?
Thanks.
*This post is locked for comments
I have the same question (0)