我们正在尝试使用先前正在运行的Webservice,但现在每个操作都失败并且遵循SOAP响应:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server</faultcode>
<faultstring>unknown</faultstring>
<detail/>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
我们正在使用Tomcat并使用Java6,最近我们禁用了SSLV3,之后我们就遇到了这个问题。