16:08:57,800 INFO HttpClient:176 - Connection to https://<url>?wsdl was reset externally. Maybe by the server or the OS Membrane is running on.
I also copied the WSDL to a local file and the https links within the WSDL then fail.
Does Membrane support WSDL retrieval over HTTPS?
Thanks in advance,
Matt
<spring:beans xmlns="http://membrane-soa.org/proxies/1/"
xmlns:spring="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://membrane-soa.org/proxies/1/ http://membrane-soa.org/schemas/proxies-1.xsd">
<router>
<serviceProxy port="8080">
<path>/</path>
<wsdlRewriter />
<target port="443" host="somethingsecure.net">
<ssl />
</target>
</serviceProxy>
</router>
</spring:beans>