Send SOAP request over HTTPS without valid certificates ...
Nov 29, 2019·Post summary: How to send SOAP request over HTTPS in Java without generating and installing certificates. NB: This MUST not be used for production code! SOAP (Simple Object Access Protocol) is a protocol used in web services. It allows exchanging of XML data over HTTP or HTTPS. Send SOAP over HTTP. Sending SOAP message over HTTP is Java is as ...