Question

I'm trying to send feeds MWS. (SKU, Title, etc).

I have a link to the XML schema document

  https://images-na.ssl-images-amazon.com/images/G/01/rainier/help/xsd/release_1_9/Product.xsd

Does anyone know of a good validator that would let me check my XML Product messages against this xsd? I of course ;) googled some online validators it but none of those validators worked.

I think it's due to the fact that the above xsd has some external references and the online validators don't resolve them.

If anyone could please point me to either an online tool or some command line program to validate it I would greatly appreciate it.

Was it helpful?

Solution

I have the same trouble. Amazon unlike Google has given the xsd and not the xml. Amazon gives its client library. but the data that we need to put in the XML will be scattered in many tables and sql joins and groups makes the query slow and the code will not even execute properly.

I downloaded XMLSpy 30 day trial version which is of 95MB and loaded all the xsd and generated the test XML for Home and Kitchen category Try it out and post any issues you are facing.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top