Excuse me , I have a question, please give me some advice. Thank you! I used soap UI to test soap API login() method , but it was failed. I got some error like this, ----------------------------------------------------------------------------- ----------------------------------------------------------------------------- ------------------------ Mon Apr 11 10:34:26 GMT+09:00 2016:ERROR:javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source) ...... Caused by: java.io.EOFException: SSL peer shut down incorrectly at sun.security.ssl.InputRecord.read(Unknown Source) ----------------------------------------------------------------------------- ----------------------------------------------------------------------------- ------------------------ URL :https://apisandbox.zuora.com/apps/services/a/76.0 I filled <api:username> and <api:password> tags with my username and password, then launched. I tried some methods, but it not worked at all. please give me some advice .Thank you very much!
... View more