This topic contains 2 replies, has 3 voices, and was last updated by  lev 7 years, 7 months ago.

Rest call after inserting DB

  • Hi,

    I am trying to use Iguana to accomplish parsing CDA file. All I want to do is inserting the CDA info into database then send a rest call to inform external webservice. Rest call needs to be after DB inserting finish. How do I accomplish this? Should I do “XXX to Translator”?

    Also, I don’t see much discussion about connecting to external oracle DB. Can someone point me to any examples. Thank you.

    I am in the same boat as you Dephne, looking forward to hearing some answers.

    “I am trying to use Iguana to accomplish parsing CDA file” > use xml.parse{}
    “All I want to do is inserting the CDA info into database ” > once parsed, insert parsed values to database as shown in some other Tutorials across Wiki.
    “… then send a rest call to inform external webservice” > see examples in Wiki
    “Rest call needs to be after DB inserting finish” > the order doesn’t matter from Translator script perspective.
    “How do I accomplish this? Should I do “XXX to Translator”?” > perhaps yes. Any of channel components, executing Translator script, can serve this purpose.

    “Also, I don’t see much discussion about connecting to external oracle DB.” > Coming from other Oracle Users experience, in most cases Oracle connectivity questions boil down to Oracle configuration.

You must be logged in to reply to this topic.