XML Toolkit & XSD

I want to create a serializer and parser using the XML Toolkit. The input will be a Request and Response XSD.

This is probably a stupid question, but where do I put the XSD in order to pull it in when starting up the Tooliit? I specify a library within the workspace and and Object Type (XML Schema). It then wants an Object name which it looks for within the Natural library. Am I supposed to store the XSD as a Natural Text file first?

Thank you

Werner

Just create a “resources” folder or the like within your Natural project, import the XSD and select it from the XML Toolkit :wink:

Thank you! That did the trick… :oops: