<HTTPS request using ksoap2 Kotlin> I'm developing...
# stackoverflow
r
HTTPS request using ksoap2 Kotlin I'm developing an application that uses a SOAP API, and I'm using the ksoap2 library within Kotlin. I need to make an HTTPS request. I have a .pfx certificate with a specific password, and I also have a username/password that serve as credentials. In WcfStorm, the request works fine after downloading the certificate and configuring the username/password authentication at the security level with the TLS protocol in the configuration values. Now I've tried to implement this in code, but I’m...