QUESTION POSED ON: 18 February 2005
We have Notes servers 6.51 installed on an IBM iSeries and Win2003.
They run as Web servers, getting requests from partners Web servers -- people book trips on partners Web sites, their servers send HTTP requests to ours using URL extension like this:
https://www.domain.de/BOOK.NSF/BookEntry?OpenForm&AGENT=523945&BEGIN=20050801&END=20050815&PAX=4
Our Web server receives the request, puts the &...parameters into a document, then an agent runs and creates the answer. It has been running like hell for many years, it does thousands of transactions and earns around 40k$ per day.
Some partners want to use an XML post to send the requests to our servers. I found out that something called "XML listener" must wait on a Web server for XML requests. But I found nothing about such an object for Notes Web servers.
Where should I look to get an XML listener installed and running?
|