Create and attach XML file in RT (web)

I would like to have a button on my web page that when the user clicks on it, it calls a lotusscript web query save agent that creates an xml (getting the data from a field on the document) and attach the file on the document. Is it possible with pure lotusscript and without writing the file on local pc? TIA

Subject: Create and attach XML file in RT (web)

Hello!

Hmm… I’m pretty sure you would have to create it on the hard drive, but you can save it in the “local temp” directory, which will be deleted soon thereafter, anyways. I’ve done it before, but I’d have to dig to remember where I did it. =8P

Good luck!

Steve in NYC

Subject: XML-RPC a solution?

Hello Steve, thanks for your reply. I feel better to know someone did it before.

I´m looking at domino xml-rpc to find another solution for the subject. If you remember the code you used and don´t mind to post here to take a look please, be my guest!

TIA,

Helmut

Subject: Create and attach XML file in RT (web)

You can use DXL to “inject” attachment into your richtext field. But it’s MUCH easier to create a file on disk and attach it to the richtext.