IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  private final static Namespace INO_NAMESPACE

    Posted 10/31/02 09:34 AM

    What is the meaning of this?

    private final static Namespace INO_NAMESPACE =
    Namespace.getNamespace(“ino”,
    http://namespaces.softwareag.com/tamino/response2”);

    ThX
    @nto


    #webMethods-Tamino-XML-Server-APIs
    #webMethods
    #API-Management


  • 2.  RE: private final static Namespace INO_NAMESPACE

    Posted 10/31/02 10:32 AM

    Looks like some code to create an instance of org.jdom.Namespace as a final static variable called INO_NAMESPACE. The code will retrieve (if already in existence) or create (if not) a Namespace for the supplied prefix (ino) and URI.

    This is a very literal answer to your question - does it help?


    #webMethods
    #API-Management
    #webMethods-Tamino-XML-Server-APIs


  • 3.  RE: private final static Namespace INO_NAMESPACE

    Posted 11/04/02 02:41 PM

    i’m simply curious.
    i get this message when i type some query on ie.
    thx
    @nto


    #webMethods-Tamino-XML-Server-APIs
    #webMethods
    #API-Management


  • 4.  RE: private final static Namespace INO_NAMESPACE

    Posted 11/04/02 02:47 PM

    If you issue direct queries via IE you will see that the Tamino specific parts of the response document are associated with a specific namespace: the prefix being “ino:” and the namespace uri being “http://namespaces.softwareag.com/tamino/response2”. For queries, the query is is returned as part of the response document and it too has its own namespace: “XQL FAQ (XML Query Language - Frequently Asked Questions)”.

    HTH.


    #API-Management
    #webMethods
    #webMethods-Tamino-XML-Server-APIs