Dear team,
Pls help to have a review for below issue, thanks in advance.
We have met an issue suddenly without any codes changes on servers.
We used the web service WSDL file which engine is Easy Soap to invoke another service was failed.
The below contents are error code:
Error negotiating secure connection : error:00000001:lib(0):func(0):reason(1)
Power Builder version: 2017 R3 build 1858
Thanks for your reply.
We converted the PB to .net Assembly as the HTTPClient cannot been used in .net Assembly components.
It compiled failed.
I don’t understand why you want to call the Web service from a .NET assembly instead of directly from PowerScript using the HTTPClient. But if that is what you want, PowerBuilder also supports this. It has PowerScript Migrator that will convert your code to C# or if you already have a .NET DLL you want to call from PowerScript you can use the .NET DLL importer,
Thanks for your reply, we will investigate this.