Discussions tagged JSONGenerator
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...
PowerBuilder 12.5 creating Json Files
- Advice
- Last updated 1 year ago
- Andreas Mykonios replied 1 year ago
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...
Any way to handle JSON with more than 20 MB?
- How-to
- Last updated 2 years ago
- Ken Guo @Appeon replied 2 years ago
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...
Hi all
I am trying to generate a json string like this ( pb 2017 r3 ) :
{"shovarim":[{"SystemCode":1865,"MisparShovar":186500134,"LastDateToPayTime":"0001-01-01T00:00:00","SugShovar":32,"CodeUser":1200,"Herot":null,"ProgramCreate":9,"SumToPay":2.0,...
Hi All,Can someone please show me how I would generate JSON in the below format?I'm not sure on how to create the "shipments" array of objectsThanks,Nas
{ "shipments":[ { "shipment_reference":"XYZ-001-01", "customer_reference_1":"Order 001", "cus...
Hi Everyone,
I've got a question about how people are creating complex JSON for real world applications. I'm updating an application to use a third party's REST API and some of the API calls require reasonably complex JSON to be sent. The JSON may ...
Is Json Object faster than common string progcessing?
- How-to
- Last updated 5 years ago
- Sverre Tvedt replied 5 years ago
Hello,
We have to concatenate 30000 strings to display data in a browser.
As the common string processing functions in PowerBuilder are a little bit slow I wonder if the new Json object has a faster implementation of its string functions (or are t...
Migrating a .NET Soap client web service project to RPC
- Resolved
- How-to
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
We are using 2017 R3.
For some time now we have been consuming .NET Soap web services from one of our business partners. They now require us to migrate to a new web service technology, called RPC/JSON. This is outside negotiation.
I should like to ...
- Page :
- 1