Search results

  1. D

    READ-XMLSCHEMA and nested multi-level datasets

    Thanks for the quick response! I did see that note; I was hoping that since the READ-XMLSCHEMA command correctly created the dataset (the tables are getting defined) that the data in those lower-level tables would be exported. I appreciate the help.
  2. D

    READ-XMLSCHEMA and nested multi-level datasets

    Hi - I'm trying to create a dynamic ProDataset from an XSD file, manually populate the tables, and then export the dataset as formatted XML. The Dataset is created just fine from the XSD file, and I can populate both the root level table and the first level down. When I populate any data a...
  3. D

    Custom cgiip.wsc on a Windows Server 2016 machine

    Found the answer - if anyone else needs it the link is: Progress KB - How to setup cgiip.wsc script in IIS 7.0
  4. D

    Using Progress 10.0B with TLS1.2

    No - I'm not worried about learning PASOE - it's the requirement to re-validate the environment. I'm just not looking forward to all of the paperwork LOL
  5. D

    Custom cgiip.wsc on a Windows Server 2016 machine

    Is there a procedure for enabling ISAPI and CGI Restrictions on a Windows Server 2016 machine? I've found articles that describe setting it up on IIS 3, 4, and 5, but nothing for a more modern machine. Everything I've tried gives me a 404.2 - The page that you are requesting cannot be served...
  6. D

    Using Progress 10.0B with TLS1.2

    Thanks for the advice; time for an ugly upgrade :(
  7. D

    Using Progress 10.0B with TLS1.2

    Is there a way to use TLS1.2 with Progress 10.0B? We have a Webspeed application running on RH 5.11. Apparently it's (theoretically) possible to get TLS 1.2 running on RH, but I'm wondering if Webspeed will allow communication over TLS. Thanks, -Dan
  8. D

    11572 error - Progress 10.1C04 on Centos 5.1

    Is it possible to connect to SalesForce directly using a Progress client on Centos? I'm receiving the error "OpenEdge Web service clients are not supported on the current platform. (11572)"; the same code works fine on Progress 11 running on Red Hat. Is there a way to find a definitive answer...
  9. D

    Setting Response headers in Webspeed

    Can anyone advise me on how to set Response Headers in Webspeed? I have an application with an iFrame that is getting blocked because it violates the Content Security Policy Directive. I'm trying to change the Content-Security-Policy response header - is there a configuration file that I need...
  10. D

    Question about configuring WebSpeed on IIS

    Stefan - thank you for the quick answer. It worked. Much appreciated!
  11. D

    Question about configuring WebSpeed on IIS

    Any suggestions would be greatly appreciated - I'm attempting to configure WebSpeed on IIS, on a Windows 2019 Server, in a 2-tier environment but get a 404 error whenever I attempt to access the workhsop. When I attempt to access the WebSpeed workshop (example URL...
  12. D

    Web Service - Client operatingMode does not match broker operatingMode

    I've successfully deployed a web client, but it is not working; I get an error message saying that the client operatingMode is not matching the broker operatingMode. I verified that the test_AS broker is running in Stateless (which I expect), but I don't see where to specify that the client run...
  13. D

    wsaman deploy issues - Connect error 10901

    Stefan - I resolved the issue - I didn't correctly implement your second suggestion. Thank you again for all of your assistance. I really appreciate it!
  14. D

    wsaman deploy issues - Connect error 10901

    #2 didn't work :( For #1 - are you talking about adding it in ubroker.properties? Or somewhere else? Thanks!
  15. D

    wsaman deploy issues - Connect error 10901

    Thank you - I'll try it out this afternoon.
  16. D

    wsaman deploy issues - Connect error 10901

    Stefan - Thanks - (Again) - It turns out that there is an Appserver broker with the AS prefix, and it appears to be running. Is the issue with how I'm deploying and enabling the code? (Pasted below) I'm deploying the web service using the command wsaman -i wsa1 -wsm...
  17. D

    wsaman deploy issues - Connect error 10901

    Stefan - Thanks for the quick reply. I believe that the only Appserver is called "test_ws" (nsman -q output pasted below), which is what I'm expecting. I'm trying to deploy my own web service with a service name of xxsfptexp, and hoping it can run under test_ws. Is it an issue with how I'm...
  18. D

    wsaman deploy issues - Connect error 10901

    Please let me know if you have any advice - I'm trying to deploy a new web service in a Linux environment, but get an error message "An error occurred connecting to the Web Service application. (10901) It appears to be deployed correctly - I can access the WSDL - but when I attempt to send a...
  19. D

    Trying to resolve Input Data Too Large error

    I'm trying to troubleshoot Webspeed code that loads an item catalog from a .csv that has been placed on a server. If the .csv code is greater than about 850K and 5,000 records, the program stalls and I see the following message in the server log: P-064472 T-1751873344 1 WS -- (Procedure...
  20. D

    Force a pdf download in Webspeed

    I'm trying to download a pdf document via Webspeed. The document is available on the application server, but not on the web server, so I can't just link to it. The code below (along with all other examples I can find on the web) just returns a web page with the headers, followed by the PDF...
Top