php - Create document in Lotus Domino database via perl script -
i've seen blocks of code this
use win32::ole; $notes = win32::ole->new('notes.notessession') or die "cannot start lotus notes session object.\n"; $database = $notes->getdatabase("",'mail\vimm.nsf'); but script running on virtual webfusion apache service how establish connection database on domino server, have control of acl , website can pass in username & password. script & 'post' data sent third party gateway results of transaction (success/ fail + name value pairs etc) need capture. can't directly on domino server because although domino supports perl scripts, work if perl installed on server isn't option.
lotus domino web application server can communicate server using http (get , post) perl script on apache server.
this might require changes domino application in question in order serve content expect.
Comments
Post a Comment