Search results

  1. P

    Add and read CDATA into and from a XML file

    Here is sample of code I am using to create the XML file with CDATA Here is the XML generated
  2. P

    Add and read CDATA into and from a XML file

    Thank you for the suggestion. I am currently using a prodataset and write-xml to create the XML. If I am not able to find a solution for the prodataset I will look to implement your suggested solution in place of the prodataset. Here is a sample of the code I am using
  3. P

    Prodataset temp-tables empty after read-xml

    We currently don't yet have access to call the service so I am using some sample response XML files provided by the vendor. As soon as we have access to the WSDL I will look into using bprowsdldoc
  4. P

    Prodataset temp-tables empty after read-xml

    Thank you for the suggestion. I have made the update to simply the code.
  5. P

    Prodataset temp-tables empty after read-xml

    I have an XML I am trying to process using read-xml into a prodataset. The process runs successfully but when I access the temp-tables they are empty. I cannot determine what is causing this. I have used similar code with success in the past. Sample XML My code Let me know what I might be...
  6. P

    Add and read CDATA into and from a XML file

    I am working on generating an XML file for a SOAP API with a vendor. I am using pro-datasets to populate the data to be included in the XML file. One of the fields in the request requires CDATA be sent similar to the following The response also has a CDATA section similar to the following...
  7. P

    Answered Some programs returning "Unable to run Web object" on new server

    In hindsight I should have upgraded to Server 2022 but I opted for server 2019 as I was not sure if I could fully configure our version of OE 11.3 on either version and decided to start with lower version. We are hoping to upgrade to OE 11.7 or OE 12 in the coming year and if we do we will also...
  8. P

    Answered Some programs returning "Unable to run Web object" on new server

    Thank you for the response. Your third suggestion helped me identify the problem. From the webSpeed log I found out the programs getting an error were trying to run r-code from a program that had not successfully compiled. I fixed this and issue was resolved. We will be looking to upgrade to a...
  9. P

    Answered Some programs returning "Unable to run Web object" on new server

    We have completed a migration from from an old server to a new server for our webspeed application. Most of the setup is done but we have some pages (no all) that keep returning the error "Unable to run Web object folder/program.r". I cannot determine why these pages are getting this error. They...
  10. P

    Answered Parsing JSON with dynamic keys

    Thank you. This worked.
  11. P

    Answered Parsing JSON with dynamic keys

    I need to parse and load a JSON object with dynamic keys. Is it possible to do so with OE. I am running OE 11.3 Extract from JSON looks at follows "aircraft": { "319": "AIRBUS A319", "333": "AIRBUS A330-300", "738": "BOEING 737-800", "739": "BOEING 737-900"...
  12. P

    XML-NODE-NAME in temp-table for Prodataset

    I am defining a temp-table using LIKE database a table to be used in a Prodataset for READ-XML. One of the elements in the XML has a name of <Title> which is a Progress Keyword so in the database table definition, it was defined as Title-Pax. It is possible in the temp-table definition to use...
  13. P

    Assign Primary Key and counter in ProDataset when using Read-XML

    I am processing an XML response from a vendor using a ProDataset. 1. The XML does not have the field we utilize as the primary index on our system. I would like to assign this value to the Prodataset before or after the Read-XML but I have not been successful doing so. How can I assign a value...
  14. P

    Answered Reading XML to ProDataset

    I will try the suggested solutions and see if either of these work. Thank you for the suggestions.
  15. P

    Answered Reading XML to ProDataset

    Thank you for the response. So how did you end up handling your XML with similar issue?
  16. P

    Answered Reading XML to ProDataset

    I need to consume an XML from a supplier using a ProDataset but have run into a problem due to how the suppliers sends some repeating information. There is section on the XML where data is passed as follows <fare> <class>First</class> <basefare>1000.00</basefare> <taxes>80.00</taxes>...
  17. P

    -mmax exceeded. Automatically increasing from xxxx to yyyy. (5409)

    We are seeing the warning below on our Windows Server 2012 R2 Event Logs. What would cause this warning to occur -mmax exceeded. Automatically increasing from xxxx(num) to yyyy(num). (5409) OS: Windows Server 2012 R2 Progress 11.3
  18. P

    Question Adding HTTP Header Information

    Thank you for suggestions. I will try these options.
  19. P

    Question Adding HTTP Header Information

    I need to add a content-type <meta> tag to a WebSpeed page the receives a JSON post from a vendor. When I add this under the <header> section I ended up with the following. What is the correct way to get this done on a WebSpeed page <!-- E4GL Disabled: meta http-equiv="Content-Type"...
  20. P

    Question Webpage To Receive Payment Notifications/url End-point

    One of my other original questions was related to how to run tests for this from localhost. I did find two tools that can be used for this Ngrok and LocalTunnel are examples of http tunnelling clients that you could use to get a public IP and make your local host accessible over the internet...
Top