webMethods

webMethods

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.

 View Only
Expand all | Collapse all

SxsXMLDefine, what's wrong by my Query

  • 1.  SxsXMLDefine, what's wrong by my Query

    Posted Tue November 25, 2003 08:28 AM

    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?

    mfg
    Elke Schreiber


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: SxsXMLDefine, what's wrong by my Query

    Posted Tue November 25, 2003 09:04 AM

    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 Geppert
    Software AG


    #Tamino
    #API-Management
    #webMethods