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.  SAVE AS File for XML Output !

    Posted Tue October 21, 2003 11:00 AM

    Hello Friends,

    i have a funny problem.
    when I execute this command :

    <A HREF=“http://:/tamino/P_INO_1/Firmenbuch?_XQL=/Firma[FBNr=“233099v”” TARGET=_blank>]http://:/tamino/P_INO_1/Firmenbuch?_XQL=/Firma[FBNr=“233099v”]

    The MS-Browser displays, the returning data from Tamino, with formating tags etc. correctly .

    But i can’t save this output with Ms-Browser!

    Datei -->> Save as —>> Firmenbuch.xml

    It seems allways, the MS-Browser saves it correctly.But this output couldn’t be saved.

    Why ?

    Thank you in advance !

    kind Regards,

    Sedo


    #API-Management
    #webMethods
    #Tamino


  • 2.  RE: SAVE AS File for XML Output !

    Posted Tue October 21, 2003 01:50 PM

    Hi Sedo,
    The answer to your question is > here <
    Hope this helps.


    #webMethods
    #API-Management
    #Tamino


  • 3.  RE: SAVE AS File for XML Output !

    Posted Wed October 22, 2003 05:02 PM

    Thank you Bill !

    i received other recommendation about XML SPY Editor. With it we can save it without any problem !


    #API-Management
    #webMethods
    #Tamino


  • 4.  RE: SAVE AS File for XML Output !

    Posted Thu October 23, 2003 04:16 PM

    Hi, Sedo.
    You can try to use XSL processing:

    …_XQL//loadDCMXMLForm_Process.xsl=/Firma[FBNr=“233099v”]

    and save data from script in XSL-file:

    <?xml version="1.0" encoding="windows-1251"?>
    <xsl:stylesheet xmlns:xsl=“Extensible Stylesheet Language (XSL) Version 1.1”>
    <xsl:template match = “/”>



    TH
    {
    background-color: #CCCCCC;
    }
















    <xsl:for-each select=“ino:response/ino:object”>




    </xsl:for-each>

    URLs
    Text Attachment
    <xsl:value-of select=“@ino:id”/>





    </xsl:template>
    </xsl:stylesheet>

    The full path is D:\Inetpub\wwwroot\loadDCMXMLForm_Process.xsl

    Kind Regards.
    CBH.


    #API-Management
    #Tamino
    #webMethods