I tried this and while creating client I am using
SecureXmlRpcClient client = new SecureXmlRpcClient("https://localhost:8443/xmlrpc");
after execution I am getting
java.io.IOException: Server returned HTTP response code: 405 for URL: https://lo
calhost:8443/edb/
at org.apache.xmlrpc.XmlRpcClient$Worker.execute(XmlRpcClient.java:444)
at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:163)
at com.edb.usm.test.SecureXmlRpcTest.main(SecureXmlRpcTest.java:99)
Yes it is true. In case of normal execution when I enter webservice URL in browser it shows
HTTP Status 405 - HTTP method GET is not supported by this URL
and in my application it works fine.
But in case of secure execution it throws Exception. Any help ????
Regards
Rafaqat Ali
On 7/29/06, Jochen Wiedmann <
[EMAIL PROTECTED]> wrote:
On 7/28/06, Rafaqat Ali < [EMAIL PROTECTED]> wrote:
> I have xml-rpc running in tomcat server. I have enabled https. I want to
> access it over https but Im getting error on client side. IO am running
> client using following command
See
http://ws.apache.org/xmlrpc/ssl.html
--
My wife Mary and I have been married for forty-seven years and not
once have we had an argument serious enough to consider divorce;
murder, yes, but divorce, never.
(Jack Benny)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
