A quick and dirty question, hope someone gets it... My web team is asking my 4gl app to call a nodejs address, so they fire some messaging at some event inside my system. How would I program an HTTP call, just to send parameters to nodejs?
I get error on all but last USINGs.... 11.7
It states that can't find class: OpenEdge.Net.HTTP.Client.AppBuilder...
Whats the .pl that should be present? or why is this problem?
You'll have to add %DLC%\gui\netlib\OpenEdge.net.pl to the PROPATH.
Just for completeness this doesn’t mean you can’t do it if somehow left behind… sockets were introduced in 4gl back to 9.1A, making simple http requests is not rocket science ;)