Discussions tagged REST
RestClient code conversion error or silent crash with larger datasets
- Issue
- Last updated 1 month ago
- Logan Liu @Appeon replied 1 month ago
Hello,
I'm using PB2021 Build 1509, and we utilize ASP .Net Core 3.1 REST api's for all data access. Those were built with SnapDevelop and .Net Datastores. It has been working relatively well until more recently when several users started trying to...
HTTPClient POST with Multipart Form
- Resolved
- How-to
- Last updated 2 months ago
- iliyan iliev replied 2 months ago
How to replicate this request
curl --location 'http://localhost:34020/api/processor' \
--header 'IE-INTERFACE_VERSION: 1.11' \
--header 'IE-SERVER_TYPE: BGExtractor' \
--header 'IE-JOB_ID: 42' \
--header 'IE-RESULT_TYPE: PNG' \
--header 'IE-PRO...
Using REST client to send file
- Resolved
- How-to
- Last updated 2 months ago
- TOMAZ KRALJ replied 2 months ago
Hello,
PB 2021 - 1509
Is it possible to send files with REST client or do I have to use Http client? If I want to use RESTclient should I convert blob to string and then send this string with SendPostRequest function?
Thank you for your answers an...
JWT TOKEN - authentication
- Resolved
- How-to
- Last updated 7 months ago
- Daryl Foster replied 7 months ago
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...
Implementing RESTFUL API
- Resolved
- How-to
- Last updated 7 months ago
- Winthor Caingles replied 7 months ago
Good day,
I need help from you guys... I am new with API infrastructure... Our company subscribe to a sms blast from a certain company... then, they just gave us a link RESTFUL API for the sending and receiving of SMS... I don't have any idea ab...
HTTPClient / RESTClient to old internal TLS1.0 server
- How-to
- Last updated 11 months ago
- Hugo Moors replied 11 months ago
I'm having some problems connecting to an old Radius server that is stuck on TLS1.0
I'm getting error -19 in HTTPClient mode and -33 in RESTClient = "TLS 1.3 error. The server does not support TLS 1.3."
I've set both SecureProtocol and IgnoreServer...
Problem passing XML to Web API using HttpClient
- Resolved
- Advice
- Last updated 1 year ago
- Daryl Foster replied 1 year ago
Does anyone have either
any successful examples of using HTTPClient to consume a .Net Web API that requires XML to be passed to it? OR
know why I’m receiving the error\issues below when trying to pass the XML?
I’m using PowerBuilder 2021 Profe...
Any way to handle JSON with more than 20 MB?
- How-to
- Last updated 1 year ago
- Ken Guo @Appeon replied 1 year 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...
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...
Can PowerServer 2021 REST API's be called directly from a non-PowerBuilder application?
- Resolved
- Advice
- Last updated 1 year ago
- Amit Gawane replied 1 year ago
We plan to migrate a PowerBuilder classic application to PowerServer 2021. Once migrated, can PowerServer 2021 REST API's be called from a non-PowerBuilder application? ...
Hi.
We're currently developing a service for fetching realtime currency from a online broker.
The result is a JSON, like this:
[ { "symbol": "USD/NOK", "timestamp": "2022-03-22T06:58:35.690285Z", "rate": 1.566015 }, { "symbol": "SEK/NOK", "timesta...
Hi.
Is there a way for pretty print XML?
We receive on long string of XML data, but want to pretty print this in a MLE og RTF edit for better viewing.
An online REST solution could work, but I cannot seem to find any.
br,
Bjarne Anker
...
RestClient string to datetime
- Resolved
- How-to
- Last updated 1 year ago
- Kevin Ridley replied 1 year ago
Hi.
I've created a datawindow and using RestClient.retrieve(dw,URL) to fetch data from our API. Works great.
However, there is a small issue regarding datetime and strings.
This is the string in the JSON responsebody containing the datetime: "m...
I'm running PB 2019 R3 Build 2703. I'm using RESTClient object to call SendGetRequest(). If the URL I'm passing exceeds 1325 characters in length, then SendGetRequest() returns -2. This equates to Invalid URL. I've tested the URL outside of PB w...
CancellationToken in SnapDevelop
- How-to
- Last updated 1 year ago
- Francisco Martinez @Appeon replied 1 year ago
Per the SnapDevelop documentation, the RetrieveAsync method takes a cancellationtoken parameter to make an operation cancelable (see link below) and throws an exception in the TRY/CATCH block if that if that happens. How is that done in practice thou...
PB 2019 R3 client calling REST service with self signed certificate
- How-to
- Last updated 2 years ago
- Kevin Ridley replied 2 years ago
Hi,I am trying to call a rest service that has a self signed certificate, I am using the RestClient class. Do you know how to configure this to work? Currently I get return code "-3 -- Cannot connect to the Internet" from the call. I am using PowerBu...
Expose a PB app as a REST end point for others to call.
- Resolved
- Advice
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Hi my fellow PB friends,
Can I create a REST end point (PB application) so that other applications and services can call business logic written in PB ?
Thanks
Steen
...
RestClient Submit method - does syntax 1 send all the dw buffers?
- Resolved
- Advice
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
I'm relatively new to using the RestClient and SnapDevelop, but things were going fine in converting our app's DB access to asp.net core web api's until I encountered an issue with the RestClient.Submit method...in particular Syntax 1,
objectname...
Hi
I hope you can help.
I am trying to connect to an API and have been given the following information. I do not have much experience in this area and any help would be appreciated.
Authentication
Purpose - Authorization fro subsequent callsmetho...
RestClient and Windows Server 2012
- Issue
- Last updated 2 years ago
- Kai Zhao @Appeon replied 2 years ago
We are using Powerbuilder 2019 build 2082 and the deployed applications are running on windows server 2012. The restclient object sendGetRequest() is returning a -1.
This works great on windows 10 from the IDE and it also works when deployed to a wi...
- Page :
- 1