Discussions tagged JSON

Hi   I want to consume a REST service sending the JSON format and get a response from the service.   I get the TOKEN using GetJWTToken, which works fine and it is valid, but when I consume the REST service it's require, it returns an error that t...
I'm creating an API with the help of the PowerScript migrator. I'm following this tutorial:PB to C#: Porting Business Logics with Minimum Refactoring Hassle (appeon.com) I'm having an issue with the POST method, here is an extract of my code: // PO...
Hi,Is it possible to set the background-color for a checkbox or a radiobutton from the theme.json file?We have many screens and are currently looking at making a custom theme to apply across our application.Please note following image where the Activ...
Hello, Using PB 2022 R2 build 2819 Need to know whether any limit is there to export data from a datawindow / datastore to JSON. Command used to export: ls_json = dw_1.ExportJson(False) Data in the above datawindow is retrieved by entering a per...
Hello, Using PB 2022 B 1900  Receiving data from as a json string. [ { "selection": "Y", "code": "001", "debit": "2878.89", "credit": "9878.00" } ] Here all values received are string values.   Need to import the data...
Good day Appeon Support....     I need your help... what will I do if I get this kind of message? My work around is sending messages by ExportRowAsJson... I want to send it all at once. I used dw_1.ExportJson() but this is the response received. ...
  Hello Appeon Support,   Good day!!!   I need your help, I currently working on a SMS blast project... I am using the HTTPClient and successfully retrieve the token, however,  I cannot send data using POST method to send SMS to the server...  ...
  HI APPEON Support,   Good day... I need your help badly... I am new in API and REST... need guidance. Our company is implementing SMS Blast..   Authentication is give by the provider company.   Basic Authentication in the HTTP head...
Hello, PB 2022 B 1892 In one of my projects, ImportJSONByKey fails to import data when run from exe.  The same JSON string imports successfully when run from the IDE.  The command used to import JSON is li_rc = ids_setup.ImportJSONByKey(ls_ret_jso...
Attempting to achieve in the JSON output, the following specification... "streetLines": [ "PLACEHLDR_SHIPPER_ADDRESS_LINE_1", "PLACEHLDR_SHIPPER_ADDRESS_LINE_2" ], Trying... ljp_address.setvalue( "streetLines", "[ 'PLACEHLDR_SHIPPER_ADDRESS_LINE_1...
Hi, I am working on a few different things at the moment, JSON being one of them. I was wondering how can I edit my JSON file that has nested objects (i think that's the correct the term). In other words, a JSON structure that looks like this. { ...
Hello PB 2022 build 1892 Need to export data from a datawindow to three different JSON string. 1.  All deleted rows2.  All modified rows3.  All inserted rows For deleted rows:     dw_1.ExportJSON(Delete!, 1, 0, 1, 5)  Works! For 2 & 3, there...
Hello, We are developing in PowerBuilder 12.5 and I'm looking to find the best way to create a Json file format. Currently we are writing the data using a function out to a text file, Is there any way in PB 12.5 to create a json file with the format...
So I have a JSON string I'd like to load into a JSONpackage object for further processing.  Problem is (apparently) it is an array which I guess the JSONPackage object cannot handle.  I get this error: Failed to load the JSON data because its root no...
I am trying to parse the return JSON statement from an online credit card company.  The result Json I get back is the following (please note this is from their sandbox using their sample data). { "transactionResponse": { "responseCode": "1", "authCo...
Hello Appeon Team, I am working to create the JSON using JSONGenerator and then making httpclient call to send those Json file as payload. We have frontend screen to take JSON fields value like comment, sales number, qty etc. The comment box is a te...
Hi all, I am trying to work on API service for our ERP system Invenotry function, need make use of nested Json structure to pass values: using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Newtonso...
Hi, is there any way to handle JSON with more than 20 MB?  We want to create a Webservice in SnapDevelop, that sends or retrieves E-Mails. Our application sends the data to the Webservice and the Webservice sends the E-Mail or the retrieves them. T...
I hope someone can help I need to store the return from my GET statement into a database table This is the format of the return, what method would you recommend. I am currently using 2019 but can easily move to 2021 if the new features help. regar...
Hello, Need to PostData to a URL and read the result.   My code to PostData is and Read the response is String ls_email, ls_einvoice_json ls_email = test@test.com ls_einvoice_json = /*JSONVALUE*/ This JSON is verified to work ls_url =...
  • Page :
  • 1