viswanadham
2nd September 2008, 14:27
I am new baan 3gl programing, can any one tell me how to send a http request to web application with out opening a IE. Thanks in advance
avpatil
3rd September 2008, 17:18
I think without BOI it is not possible. I did this in round about way. I call a Java program via a Bshell.
Arvind Patil
viswanadham
4th September 2008, 09:29
Thanks for your replay, could please tell me, how did you invoke the java program from Bshell (send me code snippets of that)
I think without BOI it is not possible. I did this in round about way. I call a Java program via a Bshell.
Arvind Patil
avpatil
4th September 2008, 15:24
Its very crude way of doing.
First of all you would need java executable that one can run from command line. Once you have that, all you need is the baan function run.prog() and that with the name of the executable as one of the argument. You can check the forum for other parameters that run.prog() needs. The function run.prog() can be called within Baan 4GL.
Arvidn Patil