Search results

  1. M

    Web service client in Progress V9.1e

    The httpsniffer sounds useful - can you recommend one in particular? Yes, there is no error from the two lines you mentioned, although the progress help on the put-string command does not tell you to put the = in - it will not compile without... Thanks.
  2. M

    Web service client in Progress V9.1e

    Hello, Can anyone help - I need to run/consume a web-service from a Progress V9.1e client. The web service is up and running and I can run it with no problems from an Openedge (V10) client. I have tried and failed... Firstly, here is my working V10 code: /*v10 code...*/ DEFINE VARIABLE...
  3. M

    Appserver losing Global Shared Var

    I changed my appserver 'startup' procedure to be a 'connect' procedure instead and this seems to work fine now. I have also added a 'disconnect' procedure to delete all my persistent procedures on disconnect. I thought this might be a bit of an overhead running these procedures for every single...
  4. M

    Appserver losing Global Shared Var

    I am experimenting with appservers (OE 10.1c) and have a strange problem... My appservers are set to run a startup procedure which they are doing correctly (I am sending messages out to the server log). Within this startup procedure I am running several persistent procedures (common...
Top