IoC for Axis services

2005-02-14 Thread Eugene Prokopiev
Hi, How can I use any IoC framework (Spring?) with Axis for storing service configuration? Parameters for handlers is not quite. They are not support complex types and not work with services.

RE: Libraries to build source ?

2005-02-14 Thread Brown, Mike
What version of the jdk are you using? What precisely is the exception you are getting? -Original Message- From: Beytullah Yildiz [mailto:[EMAIL PROTECTED] Sent: Monday, February 14, 2005 2:32 PM To: [EMAIL PROTECTED] Subject: Libraries to build source ? Hi, Can anybody help me to find

Libraries to build source ?

2005-02-14 Thread Beytullah Yildiz
Hi, Can anybody help me to find libraries to build source of Axis? Although I downloaded the libraries which are mentioned in "Guide to building Axis", I keep getting exceptions. Do I need to download the libraries other than those guide tell us ? The followings are what I included: activation.j

RE: NoClassDefFoundError samples/userguide/example4/Client2

2005-02-14 Thread Brown, Mike
Did you make sure to declare your class in the samples.userguide.example4 package? Sorry if I offend but sometimes we tend to look over the obvious. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, February 13, 2005 9:03 AM To: [EMAIL PROTECTED] Subject

Re: Available Web Servies not generated correctly

2005-02-14 Thread W.Beck
I suffered from a similar problem. Though or because it turned out to be my sluttishness, I defined some basic rules for myself when chasing these kinds of weired bugs: - when building your project, clean first - after transfering the classes to axis check their size/date - same applies to the J

Error configuring Tomcat for SSL (session already invalidated)

2005-02-14 Thread Ry.
Hi, I am trying to get SSL configured today for the first time, and i am following the doc at http://www.pankaj-k.net/WSOverSSL/WSOverSSL-HOWTO.html and a book.  All I am trying to do is to uncomment the "Define a SSL Coyote HTTP/1.1 Connector on port 8443" connector entry, but on restart the serve

AW: InvocationTargetException when transferring a custom class in inheritance

2005-02-14 Thread Steffen Heil
Hi > public class Dog implements java.io.Serializable { You are propably missing "extends Animal" here... Regards, Steffen smime.p7s Description: S/MIME cryptographic signature

InvocationTargetException when transferring a custom class in inheritance

2005-02-14 Thread babloosony
Hi All, There is simple POJO web service whose method takes a java object whose class extends another class. Here are the below details. When I try to invoke a web service java client program that uses AXIS 1.2 RC2 stubs I am getting an exception. ---

Various xsd:choice issues (duplicates)

2005-02-14 Thread Yves Langisch
Dims, I think you can close the bugs 1558, 1753 and 1813 since they are duplicates from 1437. Please note that there is a patch available from Steve in 1753 that solves the problem. Can you also apply the patch? Thanks... Regards, Yves

axis problem registering a handler-Unable to create handler

2005-02-14 Thread Pablo Lanza Moreno
Hello,   I'm trying register a client handler at runtime, the register process seems work fine but when I invoke to the service method I get the following exception:   java.xml.rpc.JAXRPCException: Unable to create handler of type com.test.handler.EchoHandler   I'm sure that is not a problem of

Re: Validating a document using WSDL?

2005-02-14 Thread Carsten Ziegeler
Bill Keese wrote: AFAIK Axis doesn't support this but if you write in document/literal or wrapped/literal mode, and separate out your schema definition into a separate XSD file, then you can use Castor to verify schemas. Haven't tried it though. See http://www-106.ibm.com/developerworks/webser