My Client has front End (Win clients) for a DB2 database on Unix. I need to
develop some thing whenever they insert or update a row thru frontend, I
need to generate a xml doc with data and do Http post on to different server
Since they are Win Clients, you could use the XMLHTTP object to post the data
to the web server. How flexible is the client? If you have the ability
to add functionality to the existing client, you should be able to wrap the
functionality of the XMLHTTP object, and have the client create an instance
of the object.
"Rama" <ram@loveble.com> wrote:
>
>My Client has front End (Win clients) for a DB2 database on Unix. I need
to
>develop some thing whenever they insert or update a row thru frontend, I
>need to generate a xml doc with data and do Http post on to different server