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

Reference to an XML-Schema in xml document

  • 1.  Reference to an XML-Schema in xml document

    Posted Mon November 19, 2012 04:25 PM

    My problem ist that i have the schema and it is now in the XPlorer too but i can``t insert the xml file because i have probably an error that say :
    cannot be inserted as an instance; Schema not found; failed to locate schema for doctype “x” in collection “y”.

    This is the beginning of my Schema:

    <?xml version = "1.0" encoding = "UTF-8"?>

    <xs:schema xmlns:tsd = “http://namespaces.softwareag.com/tamino/TaminoSchemaDefinition” xmlns:xs = “XML Schema”>

    And this ist the reference to my schema that i have in my XML file.

    I will be grateful if you can help me!

    Best regards and thank you!


    #API-Management
    #Tamino
    #webMethods


  • 2.  RE: Reference to an XML-Schema in xml document

    Posted Tue November 20, 2012 03:37 AM

    Not a very deep analysis, so there may be other problems as well …
    But it looks like your schema reference has backslash\ instead of slash/ !?

    Finn


    #webMethods
    #Tamino
    #API-Management


  • 3.  RE: Reference to an XML-Schema in xml document

    Posted Tue November 20, 2012 05:29 AM

    Thank you very much Finn. I found the solution for the problem.

    Best regards!


    #API-Management
    #Tamino
    #webMethods