Thanks Prashant for your reply, but it doesn’t quite solve our problem. To be more clear we have been using the query:
http://localhost/tamino/ArchivePortal/DEPT?_XQL=/Projects
To get some XML data from tamino, but it contains the response wrapper, which contains two namespaces, and the schema located at:
http://localhost/tamino/ArchivePortal/ino:collection/xs:schema/DEPT/Projects
doesn’t work with the additional response wrapper and namespaces. So I was wondering if there was any way to either get data from tamino that doesn’t have the response wrapper, or to add the response wrapper to the schema definition.
We have tried to modify the schema definition, using an xml editor, to include the response wrapper. We used import statements to import the second namespace, and although we couldn’t get this to work, ideally we’d like to get the schema straight from tamino using a URL anyway.
– Chris
#API-Management#Tamino#webMethods