Axis2 : Invalid Security Error while trying to access https web service

2010-01-01 Thread santhosh kotte
Hi all I am trying to run a sample on applying Binding Operation Level Policy. I get the following error while trying to access the service. [INFO] Listening on port 8080 [ERROR] InvalidSecurity org.apache.axis2.AxisFault: InvalidSecurity at

[Axis] https web service

2008-06-10 Thread Mathias P.W Nilsson
this to run under https? -- View this message in context: http://www.nabble.com/-Axis--https-web-service-tp17763335p17763335.html Sent from the Axis - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: [Axis] https web service

2008-06-10 Thread Mathias P.W Nilsson
I didn't do anything. Just right clicked on the java class and choosed create web service and clicked next after choosing Axis and apache 2. Eclipse did the rest. -- View this message in context: http://www.nabble.com/-Axis--https-web-service-tp17763335p17768454.html Sent from the Axis - User

Re: [Axis] https web service

2008-06-10 Thread Karthik R
To test, Try accessing your webservice with SOAPUI tool with endpoint url in wsdl is ur tomcat is ssl enabled? Mathias P.W Nilsson wrote: I didn't do anything. Just right clicked on the java class and choosed create web service and clicked next after choosing Axis and apache 2. Eclipse did the

Re: [Axis] https web service

2008-06-10 Thread Mathias P.W Nilsson
Yes, my tomcat is SSL enabled so I can access my site using https://mysite.com but I want https://mysite.com/services/myService?wsdl to work as well. I will take a look at the tool you suggested. Thanks -- View this message in context: http://www.nabble.com/-Axis--https-web-service

Re: https --- web service

2006-06-22 Thread Shuaibin Wang
Hi thanks a lot Ben ! I will try your tip right way. BR. shuaibin - Original Message - From: Ben Ethridge To: axis-user@ws.apache.org Sent: Wednesday, June 21, 2006 7:17 PM Subject: RE: https --- web service This is quite involved, and was a bit

https --- web service

2006-06-21 Thread Shuaibin Wang
Hi,I need to access a rpc web service with https. But the code I generated from wsdl file is for http , could any on tell me how can I change the generated client code to send https requests ? many thanks . SWang

RE: https --- web service

2006-06-21 Thread Ben Ethridge
@ws.apache.org Subject: https --- web service Hi,I need to access a rpc web service with https. But the code I generated from wsdl file is for http , could any on tell me how can I change the generated client code to send https requests ? many thanks

Re: Is there any guide about how to use Axis-C to call HTTPS web service?

2006-06-08 Thread Fred Preston
axis-c-user@ws.apache.org To axis-c-user@ws.apache.org cc Subject Re: Is there any guide about how to use Axis-C to call HTTPS web service? Should I call SetSecure to set root-CA certificate? How can Axis-C verify HTTPS server's certificate? Thanks! -Rose From: Fred Preston

Re: Is there any guide about how to use Axis-C to call HTTPS web service?

2006-06-07 Thread Bao Liang Liu
@ws.apache.org To Apache AXIS C User List axis-c-user@ws.apache.org cc Apache AXIS C User List axis-c-user@ws.apache.org Subject Re: Is there any guide about how to use Axis-C to call HTTPS web service? Hi, I set the environment as the email said, but I

Re: Is there any guide about how to use Axis-C to call HTTPS web service?

2006-06-07 Thread Bao Liang Liu
Please respond to Apache AXIS C User List axis-c-user@ws.apache.org To Apache AXIS C User List axis-c-user@ws.apache.org cc Subject Re: Is there any guide about how to use Axis-C to call HTTPS web service? Hi, all Currently Axis-c++ + openSSL on client