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
  • 1.  docname

    Posted Wed March 17, 2004 06:24 PM

    Hello,

    is it possible to set an ino:docname for a new document inserted using the SxsXMLProcess callback ?

    Thanks.


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: docname

    Posted Thu March 18, 2004 08:58 AM

    Hi Jerome

    I haven’t tested it, but it should be possible this way: Enclose your document in <ino: object> tags with the ino:docname as attribut, like

      
    <ino:object ino:docname="mydocname">
    <mydoc>
    ...
    </mydoc>
    </ino:object>



    Best regards

    Julius Geppert
    Software AG


    #webMethods
    #Tamino
    #API-Management


  • 3.  RE: docname

    Posted Thu March 18, 2004 02:09 PM

    Hi Jerome

    sorry - this functionality is not available.
    I have forwarded it as a requirement for future planning of SXS.

    Cheers
    Uli


    #API-Management
    #Tamino
    #webMethods


  • 4.  RE: docname

    Posted Thu March 18, 2004 03:10 PM

    Hi Jerome

    Now I have tested it: you will need a namespace declaration for prefix ‘ino’ in the object wrapper:

      
    <ino:object ino:docname="mydocname" xmlns:ino="http://namespaces.softwareag.com/tamino/response2">
    <mydoc>
    ...
    </mydoc>
    </ino:object>


    Using this wrapper your document gets the desired docname.

    Best regards

    Julius Geppert
    Software AG


    #Tamino
    #API-Management
    #webMethods


  • 5.  RE: docname

    Posted Mon March 22, 2004 10:17 AM

    Thank you very much :stuck_out_tongue:

    best regards


    #webMethods
    #API-Management
    #Tamino