243 results found based on the keyword soap.
Replies
RE: .NET web service fails to connect to database
Hi Harald; I am confused as PB 2017 has no Web API creation capabilities. You would need to use the new SnapDevelop tool (that comes with PB 2021 & higher) to create such a WebAPI in C#. Are yo referring to a .NET WebAPI object (DLL) that w...
- Chris Pollach @Appeon
- 4 weeks ago
- PowerBuilder
Replies
RE: Replace Soup Connection with HTTP Client
if I write it like this , I get li_statusCode = 500. what is incorrect? lsp_Cnn = Create HttpClient lsp_Cnn.SetRequestHeader("Content-Type", "text/xml") ls_body = '<?xml version="1.0" encoding="utf-8"?>' + & '<soap:Envelope xmlns:...
- gili galili
- 1 month ago
- PowerBuilder
Topic
soap Client Error 6003
I am doing an HTTPClient POST request, and my request fails. The response is below. The same POST payload runs OK in soapUI. What is the cause/definition of the 6003 error using HTTPClient? =========================================================...
- Stan Zihlman
- 1 month ago
- PowerBuilder
Replies
RE: HTTPS connectivity in PowerBuilder 2022
TLS 1.3 only supported on Windows 11. Don't know why Microsoft hasn't made this standard on Windows 10, but I believe there is workaround to enable TLS 1.3 on Windows 10. The soap service you are calling will accept TLS 1.2? Or is it set to minimu...
- Armeen Mazda @Appeon
- 1 month ago
- PowerBuilder
Replies
RE: Migrate PB .NET 12.6 DWs to 2022R3?
Hi Yakov; If you are talking about the old soap based .Net web services ... Running an NVUO as a ,Net web service feature was removed. You would now use SnapDevelop to create a C# WebAPI instead. The old soap web client services were removed. ...
- Chris Pollach @Appeon
- 2 months ago
- PowerBuilder
Replies
RE: Ho to migrate missing pbsoapclient126.pbd
Hi. The way to go is to use httpclient or restclient instead the soap client. Andreas....
- Andreas Mykonios
- 3 months ago
- PowerBuilder
Replies
RE: PowerBuilder : Exposing API's
Hi Chris, Thanks for your reply... appreciated.We're now using API calls (not soap because that's already possible) via a 3th party library.So in terms of calling API's, I think we're ok (keeping the 3th party library or changing to the build-in fun...
- Marc Schmidtmayer
- 4 months ago
- PowerBuilder
Topic
Problems with httpclient credentials
We are currently using a service consumption with the soapConnection object in the PB 2019 R2 release; We are going to migrate to the PB 2022 R3 version. In version 2022 R3 it shows me the following message "The assembly 'AAAA.dll' doesn't exist." ...
- Felipe Ocampo
- 5 months ago
- PowerBuilder
Topic
Capturing soap Proxy Request/Response in FIDDLER 4
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...
- John Strano
- 5 months ago
- PowerBuilder
Replies
RE: Seriously? Powerscript migrator to be discontinued
I've only tried it out once, but I think that the code generated by the migrator wasn't that great. Thanks!...
- Miguel Leeuwe
- 5 months ago
- PowerBuilder
Topic
Consuming web service proxies with HTTPClient
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...
- Hannu Pikkarainen
- 6 months ago
- PowerBuilder
Topic
HttpClient Object
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...
- Moshe Tangi
- 6 months ago
- PowerBuilder
Topic
RESTful service: HttpClient vs. RestClient
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...
- Olaf Bönning
- 6 months ago
- PowerBuilder
Replies
RE: PB 2019 R3 to 2022 R3 migration - Platform compliance
We have an application in PB2017R3 that we are running quite happily on Windows 11, naturally we had to test the application fully before we agree for this to be used. But in general I do not foresee a problem, even though Appeon say it's not support...
- David Peace
- 6 months ago
- PowerBuilder
Replies
RE: IS there any dependency on pbwsclient.pbd..without this its not allowing to migrate
Hi Rakesh ; Both the soap Web Service and the WS DataWindow features have now been fully deprecated & discontinued in PB 2019R3 and higher FYI: https://docs.appeon.com/pb/whats_new/ch05s02.html In order to move forward, you will need to...
- Chris Pollach @Appeon
- 8 months ago
- PowerBuilder
Topic
How can TransportWithMessageCredential authentication be implemented in soap call.
How can TransportWithMessageCredential authentication be implemented in soap call?...
- andy rubey
- 10 months ago
- PowerBuilder
Topic
Old PowerBuilder 12.5 DLL - WebService soap
I have a DLL file generated in PowerBuilder 12.5 (accesses soap webservice) I would like to convert this DLL file to PowerBuilder 2022 R2. It is possible?...
- Ivan Ramalho
- 11 months ago
- PowerBuilder
Topic
Converting soap to REST in PB2022
Hello everyone, I am migrating a PB2019 application that uses soap to PB2022. As soap has been deprecated in PB2022 can anyone suggest a strategy to replace the soap code with REST API? Thanks in advance....
- David Pylatuk
- 11 months ago
- PowerBuilder
Topic
soap get issue
Iam doing a getAll soap api in power builder. I got status is 200 and ok..but i didnot get the response .can any one help me .. Code sytax: integer li_retinteger li_StatusCodestring ls_url,ls_soap_actionstring ls_datastring ls_bodystring l...
- Pbuser12 Ateikon
- 1 year ago
- PowerBuilder
Topic
Need a syntax for getall and getbyid soap api
Dear friends, I have a issue with Getall soap.can any one share the sytax of the Getall or GetById... i will share my code and error.. integer li_retinteger li_StatusCodestring ls_url,ls_soap_actionstring ls_datastring ls_bodystring ls_...
- Pbuser12 Ateikon
- 1 year ago
- PowerBuilder