Search results

  1. redsuitee

    compress a file with gzip

    I need to compress a file with gzip through openedge editor but I don't know how, is it possible? Anybody please help.
  2. redsuitee

    how to use URL-encode in ABL

    I have a problem to use URL-encode function. I want to encode a string to finish my query. But I don't understand how to run the function. I read the help, it mentions a location web\method\cgiutils.i Actually I don't understand what is it means? Anybody can explain me how to use URL-encode in...
  3. redsuitee

    Soap Envelope Parse Error

    Hello.. I try to call a procedure using SOAP-UI application. But I have a problem here, it always return error message 'Could not parse the soap envelope.' Where is the problem so that I always got the error? I highly appreciate for your help.. Thanks here is my code <soapenv:Envelope...
  4. redsuitee

    Input-output through

    I need some helps here.. I want to make a communication between 2 programs, let say from Progress 9 to Progress 10.. this is my code in Progress 9 . DEFINE STREAM s1. DEF VAR A AS CHAR INITIAL '123456789'. INPUT-OUTPUT STREAM s1 THROUGH VALUE("C:\OpenEdge\bin\prowin32.exe -p...
  5. redsuitee

    error : malformed xml fragment

    Hello everybody, I tried to call a Webservice's procedure but I get this following error : my code : DEFINE VARIABLE OTA_ReadRQ AS LONGCHAR NO-UNDO. DEFINE VARIABLE OTA_ResRetrieveRS AS LONGCHAR NO-UNDO. OTA_ReadRQ = 'vhp'. RUN ReadRQ IN hPmsXchangeService(INPUT OTA_ReadRQ...
  6. redsuitee

    SOAP Fault

    I have some problems when called a procedure of WebService. I tried to called this procedure : <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:oas="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"...
  7. redsuitee

    Question webservice issue

    hello everybody.. I'm a junior progress programmer from Indonesia. :D I need some helps here.. Now I'm learning communication between OpenEdge and WebServices. But I found some errors. :confused: Can anybody help me? I'm trying to make a connection like this DEFINE VARIABLE hWebService AS...
Top