Re: [axis-user] Axis https Client

2008-06-11 Thread Karthik R
Hello Brachet, Can you tell me how it got resolved BRACHET Maxime wrote: Problem resolved, It come from the way to add the CA certificate to the keystore. for thoses who are interested : keytool -import -trustcacerts -alias "sensible-name-for-ca" -file CAcert.crt -keystore MYSTORE.jks fro

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 r

Re: [Axis] https web service

2008-06-10 Thread Karthik R
Hello mathias, First did you explose service with BASIC authentication. I mean does your webservice requires basic authentication, if so, you need to invoke with username and password Mathias P.W Nilsson wrote: Hi! I have a web application under https running in tomcat. I want to expose some

Re: Configuring SSL on Axis2

2008-06-04 Thread Karthik R
Hello Friends, TO make the provider available. Check java.security.policy file in jre directory. the Provider jar must be in ext directory.and file should be in lib\security Jeff Greif wrote: Just a guess, but it appears that you do not have a JCE provider on your classpath, or that one

Re: Array Of ComplexTypes - Missing item tag

2008-05-29 Thread Karthik R
Hello Anne THanks for your reply, But i still get the same thing in 1.4 too. What could be the issue now? Anne Thomas Manes wrote: That's a bug in Axis 1.2. Please upgrade to Axis 1.4. On Wed, May 28, 2008 at 4:52 AM, Karthik R <[EMAIL PROTECTED]> wrote: Hello Frien

Array Of ComplexTypes - Missing item tag

2008-05-28 Thread Karthik R
ss, returnedOfferQName, new BeanSerializerFactory(ReturnedOffer.class, returnedOfferQName), new BeanDeserializerFactory ( ReturnedOffer.class, returnedOfferQName)); Still we are not able to get the expected result. Kindly help us ASAP. WSDL Entry is as follows. Regards Karthik R