To invoke a function of the Webservice the system throws the error "Fail to load .NET framework".
I have Installed:
Windows 10 64bits
Powerbuilder 2017 R2
framework 4.7
IIS 10 express.
How can I solve this problem?
To invoke a function of the Webservice the system throws the error "Fail to load .NET framework".
I have Installed:
Windows 10 64bits
Powerbuilder 2017 R2
framework 4.7
IIS 10 express.
How can I solve this problem?
Have you tried consuming the WSDL using the Web Service Proxy wizard (.NET engine) and try to call he service that way instead of OLE? You can try that or the HTTPClient object instead of OLE.
Hi Fernando;
Did you step through your code via the PB IDE's "debugger" and locate the exact line of code that fails?
Regards ... Chris
Hi Fernando;
Are you trying to build & then invoke a .Net SOAP based Web Service from the PB IDE?
Regards ... Chris
I understand you are having an issue after migrating. I was just trying to give you some alternative options.
I replaced the pbwsclient2019.
thanks and regards.
Fernando.
Thank you for letting us know. ;-)