Search results

  1. Marco Mendoza

    Resolved Secure Socket Layer (SSL) failure

    Hello all, OpenEdge Release 11.6.3 AIX 7100-03-05-1524 I get error loading this webservice, USING OpenEdge.Net.HTTP.*. USING OpenEdge.Net.URI. USING Progress.Json.ObjectModel.*. DEFINE VARIABLE oRequest AS IHttpRequest NO-UNDO. DEFINE VARIABLE oResponse AS IHttpResponse NO-UNDO. oRequest =...
  2. Marco Mendoza

    test

    test .... I can't post on Development forum ....
  3. Marco Mendoza

    SOAP error with Content-type

    Hello, With the followinf code I get the MESSAGE VIEW-AS error: http error: 415 Message: Cannot process the message because the content type 'text/xml; charset="ISO-8859-1"' was not the expected type 'text/xml; charset=utf-8'. USING OpenEdge.Core.*. USING...
  4. Marco Mendoza

    Resolved SOAP error

    Hello, I have an issue with a SOAP connection, I get the error: "Fallo en Secure Socket Layer (SSL). código de error 0: Unknown SSL error (9318) Falla en la conexón al host consultaqr.facturaelectronica.sat.gob.mx en el puerto 443 transporte TCP. (9407)" Translated something like "Fail...
  5. Marco Mendoza

    Question How To Know Database Server Hour

    Team, I have a question about how to get the database server Time. My OE database is on a AIXSever (OE 10.1C04). I have a Webspeed application, runs on a Windows Server (IIS 6.0), the AIX database is connected. The time between both servers is different, by 7 minutes more or less. Example, If...
  6. Marco Mendoza

    Abl, Always Forgotten

    Interactive: The Top Programming Languages 2017 I wonder if someday I will see ABL in some list.
  7. Marco Mendoza

    Abl Schools

    Hello, What schools (universities) teachs ABL? Are there a database that we can access? By country maybe?
  8. Marco Mendoza

    Star App

    Today, November 2016, what is the star Progress app? Still Mfgpro(qad)?
  9. Marco Mendoza

    Error Issue Using Form With Enctype="multipart/form-data"

    OE 10.1C IIS 6.0 Tested on IE11 and FF 41.0.1 I have the follow webspeed program, called upload2.html: -start code------- <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Hi</title> </head> <body> <!--WSS DEF VAR thename AS CHAR NO-UNDO. thename...
Back
Top