Blog Archive for October 25, 2013

Oxygen and HTTPS SOAP

October 25, 2013

Oxygen has a WSDL SOAP Analyser which allows easy testing of web services. Unfortunately, I had trouble because my service was deployed with HTTPS, using a self-signed certificate.

There are instructions at http://www.oxygenxml.com/doc/ug-editor/tasks/import-https-server-certificate.html to import the certificate into the JVM used by Oxygen but this didn't work for me.

An …