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.  Problem with Insert nonXML using Tamino Authorization !

    Posted Mon March 25, 2002 11:09 AM

    Hello !

    I use ?HTTP Client API for Java? to insert XML and nonXML(images)
    to TAMINO (3.1.1.1). Everything works perfect as long as I use unauthorized
    Access to Tamino, I mean default configuration Apache web server and Tamino.
    After changing the basic configuration of Apache and Tamino in order to provide
    authorization check, part of the program which inserts nonXML doesn?t work.
    The getResponseCode method of TaminoResult gives = 401 =
    Add one thing: same action through Tamino Interactive Interface works OK.
    Guys, how can I overcome this problem?

    Thanks, Rapha
    abramov@mot.gov.il


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


  • 2.  RE: Problem with Insert nonXML using Tamino Authorization !

    Posted Wed March 27, 2002 02:50 PM

    Do you set the user id and password in the interface?

    It is not clear in your question


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


  • 3.  RE: Problem with Insert nonXML using Tamino Authorization !

    Posted Thu March 28, 2002 05:11 PM

    Hi Nigel
    Of cause I set, I use the follow method:
    tamino.setHTTPuser(username,password)
    in Java program…

    Thanks
    Rapha


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