Discussions tagged HTTPClient
We're moving a customer from using SOAP Proxy objects to HTTPClient calls.
It's be productive if we could capture the outbound SOAP requests with FIDDLER 4.
We see the newer prototypical HTTPClient requests, but the legacy outbound SOAP WS prox...
Consuming web service proxies with HTTPClient
- How-to
- Last updated 6 months ago
- Chris Pollach @Appeon replied 6 months ago
Hi,
I have created an application that uses SOAP interface about 15-20 years ago and it has worked without problems. I created service and proxies from WSDL and in code used it
SoapConnection connconn = create SoapConnection
rval = conn.CreateInst...
Hi all
I am using HttpClient object to a WS .
One of the WS needs Authorization with the UseIntegratedWindowsAuthentication
I wrote that : lnv_HttpClient.SetRequestHeader("Authorization", 'Basic ' + CurentUserName + currentUserPassword)
The ws...
RESTful service: HttpClient vs. RestClient
- Resolved
- How-to
- Last updated 6 months ago
- Armeen Mazda @Appeon replied 6 months ago
We are switching from SOAP to REST and I am asking myself which implementation/class is the best: HttpClient or RestClient? Which one should i choose and why?
I started with RestClient but run into difficulties loading a file (octet-stream) into Pow...
HTTPClient object - Uploading objects with presigned URL
- Resolved
- How-to
- Last updated 9 months ago
- Vladimir K. replied 8 months ago
Hi all.
Need a little help here, newer done this before. Any help or steering in the right direction will be greatly appreciated.
Appeon Powerbuilder 2019R2 Build 2353.
Need to push .xml file using presigned url into s3 bucket using existing api
...
Odd issue that's been plaguing me for awhile now.
I'm trying to authenticate against ping access (grab a token) so that I can call a rest api with that token.
Here's the powerbuilder code:
Constant Integer SECURE_PROTOCOL_TLS = 5 //Set TLS to 1...
Enable Anonymous Authentication in PowerBuilder 2017 R3
- How-to
- Last updated 1 year ago
- Armeen Mazda @Appeon replied 1 year ago
We are using PowerBuilder 2017 R3 and want to enable anonymous authentication similar to what we have in PowerBuilder 2022 below code. Is there any option available in PowerBuilder 2017 R3 to achieve the same?
Any help is highly appreciated.
Thanks...
Call webservice with XML in one parameter
- How-to
- Last updated 1 year ago
- Roland Smith replied 1 year ago
Hi there,
I need to call a webservice using HTTPclient.
The service have several parameters (strings) and one parameter should contain XML-query.
When post with XML-query 400/Bad request is returned. With empty parameter 200/Ok is returned.
Ho...
Re: To Transfer Image (PDF, JPEG/JPG, PNG) using HTTPClient along with JSON
- How-to
- Last updated 1 year ago
- mike S replied 1 year ago
Hello
Using PB 2022 B 1900, Postgresql 15
Need to update image in a database field (bytea datatype). Need to send the image along with the key field(s). How to send it? Weng through https://community.appeon.com/index.php/qna/q-a/using-rest-clie...
HTTPClient POST with Multipart Form
- Resolved
- How-to
- Last updated 1 year ago
- iliyan iliev replied 1 year 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 1 year ago
- TOMAZ KRALJ replied 1 year 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...
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 year ago
- Daryl Foster replied 1 year 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...
...
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 1 year ago
- Chris Pollach @Appeon replied 1 year 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 1 year ago
- Tom Derutter replied 1 year 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 2 years ago
- Frankel David replied 2 years 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
- Resolved
- How-to
- Last updated 2 years ago
- Mark Lee @Appeon replied 1 year 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...
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 2 years ago
- Armeen Mazda @Appeon replied 2 years 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...
- Page :
- 1