Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi,I have a Query-Function in Java like that:ret = SxsXMLDefine (xml1, response);with an xml1 like that:<xs:schema xmlns:tsd = “http://namespaces.softwareag.com/tamino/TaminoSchemaDefinition” xmlns:xs = “XML Schema”> xs:annotation xs:appinfo <tsd:schemaInfo name = “Index”> <tsd:collection name = “Trigger”></tsd:collection> <tsd:doctype name = “Scr”> tsd:logical tsd:contentclosed</tsd:content> </tsd:logical> </tsd:doctype> </tsd:schemaInfo> </xs:appinfo> </xs:annotation> <xs:element name = “Scr”> xs:complexType xs:sequence <xs:element name = “Value” type = “xs:string”></xs:element> </xs:sequence> </xs:complexType> </xs:element></xs:schema>But I allways get the following errorcode;- <ino:message ino:returnvalue=“7126”> <ino:messagetext ino:code=“INOSXE7126”>Server extension failed</ino:messagetext> ino:messagelineINOSXE7055: The server extension threw exception “7941 XQL Request processed, no object returned”</ino:messageline>Can anybody help me?mfgElke Schreiber
In ‘Messages and Codes’ in the documentation you find:
It seems that you have already defined a schema named ‘Index’ in collection ‘Trigger’.Regards,Julius GeppertSoftware AG