Search results

  1. S

    INPUT THROUGH Command using Appservers - no relative path!

    Using Openedge 10.2B06 - Running on Unix SunOS 5.10 If using the appserver, i make the following call INPUT THROUGH VALUE("findme") then the "findme" program won't be found, and an error is returned. However, if i do the following INPUT THROUGH VALUE("/progs/findme") then the "findme" program...
  2. S

    Using sockets to carry out "POST" requests - or use curl?

    I've found some code on the progress knowledge base about how to use Sockets to carry out a "GET" request. However, there is no indication if you can use them to do a "POST" request. For a certain site we have to connect to we have to carry out a "POST" request - there are no web services for...
Back
Top