Search results

  1. N

    Error Help With Error 9318, 9407 And 11748

    Thank you for your help I am using 10.1c progress, consume a web service that previously could be used without problems. But now change the certificate to SHA-2 which certifying entity is Thawte. Is the root certificate that you must export concern is to Thawte or Web service consumption ?. I...
  2. N

    Error Help With Error 9318, 9407 And 11748

    I am consuming a web service. But they changed certificate SHA-2 and now tells me these 3 mistakes together. Progress in the directory "progres/certs" there is a readme file that indicates that you must export the certificate cert directory with one of the certutil commands. I'm using desktop...
  3. N

    Error Help With Error 9318, 9407 And 11748

    I have problems with a certificate with the SHA -2. I try to use a web service that has this algorithm, but I idncia errors 9318 , 9407 and 11748. I have reviewed the documentation in progress tried to export the PEM certs directory progress . but it has not worked . How this problem is solved...
  4. N

    Question That means the error 8243

    Default Application Service not found at NameServer at Host <Host> Port <Port>. (8243) See message CSMSG118. Where I get information about "See message CSMSG118." In my case, specifically "Default Application Service not found at NameServer at Host 127.0.0.1 Port 5162. (8243)" What the error...
  5. N

    Question save string to pdf

    thanks
  6. N

    Question save string to pdf

    I have a string encoded in base64. This chain is a PDF, ie contains a PDF. How do I save or export them this string to get a PDF file?
  7. N

    Question Send input param to webservice

    how to send an input parameter of type complex to a method on a webservice? what options are
  8. N

    Question Param to webservice

    Thanks for the help. Apparently the problem is to send the characters "<"and ">", progress not sent properly or discarded. I'm trying to generate complete and send soap. at least now I have idea that is sent, because I could not make it work the proxy to monitor my output. thank you very much
  9. N

    Question Param to webservice

    After reviewing with other programs to use the send method, I got the following: <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"...
  10. N

    Question Param to webservice

    The input variable of the method requestTimbrado tells me it's a chain, but the webservice considered as an object. is, that input parameter should contain 4 variables. I tried to send the xml soap and still shows errors. The error tells me are: 11506, 247 and 198. May be the form in which it...
  11. N

    Question Param to webservice

    Sorry, do not understand how to pass parameters to webservice as a table can give me an example. SOAP request in XML format to consume requestTimbrado method with SOAP 1.2 is as follows: <?xml version="1.0" encoding="UTF-8"?> <env:Envelope xmlns:env="http: //www.w3.org/2003/05/soap-envelope"...
  12. N

    Question Param to webservice

    Hello I'm trying to use a web service, which receives several parameters. and connects to the webservice, and connects to the port, but consumes the web service error indicates a missing parameter. the connection to the function you want to use the well performed: CREATE SERVER hServer...
  13. N

    Resolved Work with DLL?

    thank you! and is able to resolve the detail of the connection to the webservice.
  14. N

    Resolved Work with DLL?

    I indicates errors: 11748, 9407 and 9318. I intendado download the certificate website where this web service and install, and keeps asking me a spec file: 7999be0d.0. To that particular file? I require installing something to work with webservices, open any port in specific, could guide me...
  15. N

    Resolved Work with DLL?

    because I thought it was easier. I do not want to program DLLs, only use third party libraries. I'm trying to connect to a web service but tells me Error 9318. It requires something in the client version to access directly to a web service?
  16. N

    Question Webservices CONNECT

    I'm trying to connect to a web service from the procedure editor with no web server, only the client version 10.1c progress, is it possible to make it that way or some other configuration required? the instruction I use is: lReturn = hServer:CONNECT("-WSDL https: // dominioom/timbrado/wsdl...
  17. N

    Resolved Work with DLL?

    Is it possible to call or work with third-party DLL libraries in progress? I have DLLs that I can use to connect to a webservice, can guide me how to do this.
  18. N

    run procedure extern

    file.p DEFINE VARIABLE .... sCad = SESSION:PARAMETER. sCad = string(BASE64-DECODE ( TRIM(sCadena) )). RUN ruta\file2.r (INPUT var1, OUTPUT vError).
  19. N

    run procedure extern

    if I run it from php. script.php -> file.r -> file2.r
  20. N

    run procedure extern

    if. processed whole file2.ry eventually freezes here: OUTPUT TO VALUE(file1) . {all process} output close. TempError = LENGTH(File2, "CHARACTER") NO-ERROR. IF TempError > 1 THEN DO: OUTPUT TO file2. PUT UNFORMATTED STRING(wError)...
Top