ssl-enabled web service client problem

2007-09-26 Thread Huitang Li
Hi, I am trying to create an axis2 web service client to access a ssl-enabled web service (https://..). I got the following error. I think that the problem is caused by the server certificate on the web service side. Probably if I import that server certificate and root certificate

Re: SSL and Web Service

2006-04-11 Thread giuseppe nocente
I have solve my problem, thancks at allthe problem is into the url : http://localhost:8443/axis/matematica.jws ;instand to https://localhost:8443/axis/matematica.jws;By GiuseppeOn 4/10/06, giuseppe nocente [EMAIL PROTECTED] wrote: There is anyone that help me to understand the problem that i have

SSL and Web Service

2006-04-10 Thread giuseppe nocente
There is anyone that help me to understand the problem that i have whel y execute my client.Java Clientimport java.net.URL;import javax.xml.rpc.ParameterMode;import org.apache.axis.client.Call ;import org.apache.axis.client.Service;import org.apache.axis.encoding.XMLType;public class