Re: java2wsdl error

2004-10-12 Thread Henry Lu
See my email. I DID include activation.jar and mail.jar in the classpath. Otherwise the ant will complain about lack of activation.jar file. -Henry >>> [EMAIL PROTECTED] 10/12/2004 8:51:12 AM >>> Check whether you have the activation jar in the class path. regards, jeyakumaran On Tue, 2004-10-1

Re: java2wsdl error

2004-10-12 Thread Chandrasegaram Jeyakumaran
Check whether you have the activation jar in the class path. regards, jeyakumaran On Tue, 2004-10-12 at 18:36, Henry Lu wrote: > I gor the following errors when I ran java2wsdl command. I did include > activation.jar and mail.jar in my classpath. > > java.lang.NoClassDefFoundError: javax/activat

RE: Java2WSDL Error - Please register a typemapping/beanmapping for

2004-08-31 Thread Gerlach, Daryl CTR (NAVSISA Code 942)
agar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 5:02 PM To: [EMAIL PROTECTED] Subject: RE: Java2WSDL Error - Please register a typemapping/beanmapping for If you don't use an ant task here is a possible solution. Edit and copy the following line to your Server-con

RE: Java2WSDL Error - Please register a typemapping/beanmapping for

2004-08-27 Thread Sagar Pidaparthi
If you don't use an ant task here is a possible solution. Edit and copy the following line to your Server-config.wsdd and restart your server. here is another example languageSpecificType="java:com.c.bs.cib.Customer" It is also possible to auto generate all the required mappings u

RE: Java2WSDL Error - Please register a typemapping/beanmapping for

2004-08-27 Thread Christophe Roudet
Try something like that in your ant task: ... Christophe > -Original Message- > From: Gerlach, Daryl CTR (NAVSISA Code 942) > [mailto:[EMAIL PROTECTED] > Sent: Friday, August 27, 2004 4:37 PM > To: [EMAIL PROTECTED] > Subject: Java2WSDL Error - Please register a typema

Re: Java2WSDL error - Attempted to write duplicate schema element

2004-07-06 Thread Davanum Srinivas
Use "--style WRAPPED" On Tue, 06 Jul 2004 18:23:52 +0530, Sanjay Dahiya <[EMAIL PROTECTED]> wrote: > Hi > > I ran Java2WSDL in a simple Java class to gnerate a doc/literal WSDL and > got exception, it doesnt say what to fix to get the wsdl right, google > also didnt help. same worked fine for RPC

Re: Java2WSDL error....!

2004-01-23 Thread siva kondapalli
Hi,     Iam still couldnt fix my problem,and getting the below mentioned error.., Can anyone please help me to fix this...,    Exception in thread "main" java.lang.NoClassDefFoundError:   javax/wsdl/extensions/soap/SOAPFault    at org.apache.axis.wsdl.Java2WSDL.createEmitter(Java2WSDL.java:236)

Re: Java2WSDL error....!

2004-01-21 Thread siva kondapalli
Hi,   Adding to my previous question..,i found somewhere in the User's list(http://www.mail-archive.com/[EMAIL PROTECTED]/msg04385.html) that we need to have "WSDL4j.jar" from IBM now and Axis is no more supporting. Can anyone calrify that..,and also why iam getting that error..?   Thanks Rao.