chemtore.blogg.se

Java xml rpc client
Java xml rpc client





java xml rpc client

Import .I want to explain you my problem i created a webservice with JDeveloper 10.1.3, and run perfectly but when i want to run it in another IDE(SAP Netweaver Development Kit SNDK) i copied the codes to a another IDE(SNDK) and run perfectly in a simple java project in my different IDE(SNDK) but when i putted the code in a web application in another web server (WAS) different to the oracle i got this error message JavaClient: : Failed to create input stream: Received fatal alert: handshake_failureīelow is my source code : import .XmlRpcClientConfigImpl Main, handling exception: : Received fatal alert: handshake_failure Warning: no suitable certificate found - continuing without client authentication But the code is failing with below SSLHandshake error. After some searching on internet i got some info on writing an xml-rpc client with SSL properties and then making the API call. Our Confluence server is protected by two way SSL authentication (mutual auth). We have a requirement where we need to call the XML-RPC API of Confluence server to push some data.







Java xml rpc client