Discussions tagged HTTPClient
I'm trying to use the HttpClient object to get an image from an IP Camera. Using the object for one type of camera works, but a different camera has different parameters that bring back a Http 401 error.
I pass in the IP Address of the camera. T...
How to send data using HTTP Client after token was send.
- Resolved
- How-to
- Last updated 1 month ago
- Daryl Foster replied 1 month ago
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...
...
JWT TOKEN - authentication
- Resolved
- How-to
- Last updated 1 month ago
- Daryl Foster replied 1 month 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...
Question reg. HTTPClient to consume SOAP WebService
- How-to
- Last updated 3 months ago
- Chris Pollach @Appeon replied 3 months ago
Hi There,
When using HTTPClient to consume SOAP WebService, is there any built in power builder function available in 2019 R3 version to get the response boolean value (True / Failse) as a response from WebService.
Regards,
Durai Raj...
useintegratedwindowsauthentication replacement for HTTPClient
- Resolved
- How-to
- Last updated 3 months ago
- Jim Reese replied 1 month ago
Preparing to migrate our app to PB 2022, rewriting code using the discontinued SOAPConnection to use HTTPClient object. Existing code uses conn.useintegratedwindowsauthentication(true) to connect with integrated windows authentication.
How can this...
Problem with GetResponseBody(HttpClient)
- Issue
- Last updated 5 months ago
- Frankel David replied 5 months ago
I am using the European VIES API to check the VAT number of European customers.
I send the country and vat number and get back a response.
All works well except for the main country that I need and that is Greece which returns the result in Greek.
...
HTTPClient / RESTClient to old internal TLS1.0 server
- How-to
- Last updated 5 months ago
- Hugo Moors replied 5 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...
httpClient returns 401
- Resolved
- Issue
- Last updated 5 months ago
- Andreas Bastian replied 5 months ago
Hello friends,
I'm trying to address a WEB service with an httpclient-object and the get-method, but I always get the status message 401.
I'm using the following code:
HttpClient lnv_HttpClientlnv_HttpClient = Create HttpClientstring ls_u...
Can I open a file in web browser using HttpClient?
- How-to
- Last updated 7 months ago
- Armeen Mazda @Appeon replied 7 months ago
Hi all,
From another post, I learned that the iNet object is now obsolete. How do I open a file in a web-browser using HttpClient object? Is the even possible, or do I need to use the WebBrowser object?
I don't need to do it now, but would like to...
Hello,
i am trying to consume a WCF service and i am getting status code 400(Bad Request) in httpclient response. can anyone guide me what is wrong in consuming / calling the service ?
i want to call "GetCMSWorkQueue"method of service wkfqueue...
Calling a WS using httpClient with a text with accent cause error
- Issue
- Last updated 9 months ago
- Arnd Schmidt replied 9 months ago
hello all
We are using this code to call a WebService :Please help
lo_client = Create httpClient
lo_client.SetRequestHeader("Content-Type", "text/xml;charset=UTF-8")
lo_client.SetRequestHeader("SOAPAction", ls_soap_action)
lo_client.SetRequestH...
Problem passing XML to Web API using HttpClient
- Resolved
- Advice
- Last updated 10 months ago
- Daryl Foster replied 10 months 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...
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...
Client Certificates with HTTPClient or RESTClient
- Advice
- Last updated 1 year ago
- mike S replied 1 year ago
Hi Appeon Support,
It looks this Feature has been requested for sometime.
Is Appeon Powerbuilder HTTPClient (With Certificate) going to include this feature in the near future?
or it will be completely NOT in the roadmap.
Thanks and Regards,
...
HTTPClient - Send soap with attachments
- How-to
- Last updated 1 year ago
- René Ullrich replied 1 year ago
Hi all,
May I know is it support to send soap request with attachment (MIME type) using HttpClient object?
I have checked the SendRequest function but seems no way to add the attachment.
And the PostData function is unable to send with soap bod...
Hi all
I need to pass an IntegratedAuthrization username + password to a Rest api ( 2017 r3 )
1. Bolb(username + password , Encoding....)
2. Decoding64 ( blob)
3. httpcleint.SetReqeustHeader( "Authrization" , "Basic " + ( ....))
The system ad...
Hi.
Is there any known limitations in HttpClient.sendrequest() when it comes to the size of the "payload"?
I have successfully managed to invoke a SOAP WS service using HTTPClient now.
There are to methods available - GetVersion (no args) and C...
httpclient.sendrequest fails when deployed but works in development mode
- Resolved
- Issue
- Last updated 2 years ago
- Gayathri Narayanan replied 2 years ago
Here is my code. The block in red returns 1 (success code) in development and also in the exe when deployed on a machine which has PowerBuilder 2017 R3 installed
But when attempting to run this on a user machine without PowerBuilder, it return...
I am consuming a REST API from PowerBuilder 2019 R2. For this I use the HttpClient class.
When running the API from Posman, Insomnia and SoapUI the response is immediate (thousandths of a second)
However, when I run it from PowerBuilder, at be...
HttpClient POST methods and gZip compression
- Resolved
- How-to
- Last updated 2 years ago
- Mark Lee @Appeon replied 2 years ago
Hi all
I have a small IIS service that has several GET methods and some (in progress) PUT/POST methods.
All my requests have Accept-Encoding: gzip on the header, as pb documentation recommends. This works great on GET methods, however, when I use P...
- Page :
- 1