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.

 View Only
  • 1.  XML TRANSMISSION

    Posted Tue June 18, 2002 12:13 PM

    HI friends !
    I have a question : How XML documents are transmitted ?
    Please help me with that

    LOVE


    #API-Management
    #webMethods
    #Tamino


  • 2.  RE: XML TRANSMISSION

    Posted Tue June 18, 2002 12:34 PM

    I’m not sure if I understand your question.
    Do you mean how X-Application technically transfers documents to Tamino? Can you give an example?

    Michael

    Software AG Germany, Darmstadt


    #webMethods
    #Tamino
    #API-Management


  • 3.  RE: XML TRANSMISSION

    Posted Tue June 18, 2002 01:19 PM

    not exactly X-application , I meant How xml is trasmitted in general , between to servers , two applications or …, is there any protocol or it is HTTP or something else . I wish I could express my question

    LOVE


    #API-Management
    #Tamino
    #webMethods


  • 4.  RE: XML TRANSMISSION

    Posted Tue June 18, 2002 04:16 PM

    I don’t know a particular standard format to transfer xml document. You can use any mechanism that can transfer files, e.g. FTP or HTTP. Or you can use Java’s Input/OutputStream.

    Michael

    Software AG Germany, Darmstadt


    #webMethods
    #Tamino
    #API-Management


  • 5.  RE: XML TRANSMISSION

    Posted Tue June 18, 2002 04:37 PM

    Hello,

    this topic will be moved to the Assistance Forum in the next days.
    The assistance forum is intended to be used for technical questions and answers.

    Thank you for your understanding.

    Regards,
    Christian.


    #Tamino
    #API-Management
    #webMethods


  • 6.  RE: XML TRANSMISSION

    Posted Sun June 23, 2002 08:31 AM

    Thank U for your reply !
    another question , how tamino transmit xml docs ?

    LOVE


    #Tamino
    #API-Management
    #webMethods


  • 7.  RE: XML TRANSMISSION

    Posted Mon June 24, 2002 12:14 AM

    Hi Noushin,

    both the request to and response from Tamino are sent via HTTP.

    I hope that helps,
    Trevor.


    #API-Management
    #webMethods
    #Tamino


  • 8.  RE: XML TRANSMISSION

    Posted Mon June 24, 2002 09:47 AM

    Usually, Tamino uses HTTP to transfer docuemtns to Tamino. This is why Tamino Interactive Interface is nothing but a set of html pages.

    However, if you use Tamino API for Java, http is mostly hidden from the client, clients will see e.g. the resulting JDOM tree.

    Michael

    Software AG Germany, Darmstadt


    #Tamino
    #API-Management
    #webMethods