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.  Delete with the Activex API

    Posted Wed August 01, 2001 11:49 AM

    I can’t get the DeleteDocument working i get “INOXJE8400 HTTP Error 404 Not Found” using an url that retreves the document fine with the getDocument function.

    I use vbscript and MS IIS.

    Any help would be appreciated.

    Ulf


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


  • 2.  RE: Delete with the Activex API

    Posted Mon August 06, 2001 10:07 AM

    Please tell me what version of Tamino you are using


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


  • 3.  RE: Delete with the Activex API

    Posted Mon August 06, 2001 11:25 AM

    Even better would be knowing what version of the ActiveX control you are using. Try a Properties->Version on the TaminoX.ocx file. The most up to date is 1.2.5.


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


  • 4.  RE: Delete with the Activex API

    Posted Thu August 09, 2001 04:18 PM

    Found it!
    I have tried with DeleteByQuery as well and wen i tried without specifying collection it works.

    if i set collection in csDatabaseURL.
    this works:
    DeleteByQuery(“query” ,“”,“doctype”)
    this doesn’t
    DeleteByQuery(“query” ,“collection”,“doctype”)

    If anyone is intreasted.

    Ulf


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