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
Expand all | Collapse all

insert dynamically created xml_docs into tamino...

  • 1.  insert dynamically created xml_docs into tamino...

    Posted Sat September 14, 2002 01:51 PM

    …using a php-frontend.

    hi there. i#m doing a simulation using tamino as db-backend. i have different documents (ASCII) which are going to be parsed by a php-script and transformed into xml-files.
    “READ”-queries via URL on tamino work without any problem


    and i can use the php-includes EXPAT parser to get the information i want.
    my question: is there a possibility to update/insert dynamically created docs into my collection by any kind of URL string? if not, which solution would you propose to proceed with the web frontend.

    (remember: its a simulation - so the application has not to be perfect :wink:

    thanks for help
    ak


    #Tamino
    #API-Management
    #webMethods


  • 2.  RE: insert dynamically created xml_docs into tamino...

    Posted Mon September 16, 2002 10:36 AM

    hi ak,

    if you take a look at tamino documentation
    /Tamino 3.1.2.1/Help/xprog/xprspstr.htm#xpcmpro
    you can find the answer right there: simply do

    /[/]?_process=…

    just make sure to escape all the special characters (e.g. %20 for a " " blank).

    regards,
    andreas f.


    #Tamino
    #webMethods
    #API-Management


  • 3.  RE: insert dynamically created xml_docs into tamino...

    Posted Tue September 17, 2002 01:04 PM

    thank you very much,

    that is what i was searching.

    have a nice day.
    ak


    #Tamino
    #API-Management
    #webMethods