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

java2wsdl error

2004-10-12 Thread Henry Lu
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/activation/DataSource .. Is something missing? -Henry

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
n this case, we'd be mapping the "my.java.thingy" class to the XML QName [someNamespace]:[local]. -Original Message- From: Gerlach, Daryl CTR (NAVSISA Code 942) [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 1:37 PM To: [EMAIL PROTECTED] Subject: Java2WSDL Error - Please

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 -

Java2WSDL Error - Please register a typemapping/beanmapping for

2004-08-27 Thread Gerlach, Daryl CTR (NAVSISA Code 942)
I have an existing application that I am attempting to turn into a web service. I am using Axis 1.2 beta Java2WSDL using Document/Literal settings to generate the WSDL from Java source. The methods return custom exceptions. When I run Java2WSDL I get the following error message: Please registe

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

Java2WSDL error - Attempted to write duplicate schema element

2004-07-06 Thread Sanjay Dahiya
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/enc and REPC/lit WSDL. public class HelloWorld{ public String getMsg1(String str){ re

Java2WSDL Error in Axis example6 sample.Please help.

2004-01-29 Thread Tran, Vinh
Hi, I try to run Java2WSDL command in Axis example6, but I got an error: Does anyone have the same problem? Please help.java.lang.ClassNotFoundException: samples.userguide.example6.WidgetPrice I run the command in Axis sample (Below)on Windows OS. java org.apache.axis.wsdl.Java2WSDL -o wp.wsd

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.

Java2WSDL error....!

2004-01-21 Thread siva kondapalli
Hi, I tried using Java2WSDL from the Samples directory for the example "example6" and endup with the error  Exception in thread "main" java.lang.NoClassDefFoundError: javax/wsdl/extensions    /soap/SOAPFault    at org.apache.axis.wsdl.Java2WSDL.createEmitter(Java2WSDL.ja

Re: DOCUMENT LITERAL and Java2WSDL error - Attempted to write schema for bad QName (no namespace) : fault

2003-11-23 Thread Michael Woinoski
Thanks for the ideas. :-) I think we will have to wait for a fix. Can I automate ANT to do that stuff? I don't think Ant supports a general editiing facility, but you can make those kinds of changes from the command line with perl. The perl command I use looks like this: perl -pi.bak -e 's/style

Re: DOCUMENT LITERAL and Java2WSDL error - Attempted to write schema for bad QName (no namespace) : fault

2003-11-17 Thread Stuart Barlow
Thanks for the ideas. :-) I think we will have to wait for a fix. Can I automate ANT to do that stuff? Its a shame because DOC/LIT is the now and the future. Michael Woinoski wrote: Stuart, I ran into the same problem yesterday. It seemed to happen when a service implement method declares that i

Re: DOCUMENT LITERAL and Java2WSDL error - Attempted to write schema for bad QName (no namespace) : fault

2003-11-14 Thread Michael Woinoski
Stuart, I ran into the same problem yesterday. It seemed to happen when a service implement method declares that it throws a service-specific exception (e.g., public void process(PO po) throws PoException). A Java2WSDL bug, apparently. Workaround (simple, but not practical): remove service-speci

DOCUMENT LITERAL and Java2WSDL error - Attempted to write schema for bad QName (no namespace) : fault

2003-11-13 Thread Stuart Barlow
I have just come across the bad QName error when trying to create a DOCUMENT/LITERAL service using AXIS and Java2WSDL... Attempted to write schema for bad QName (no namespace) : fault Is there a workaround? I could not see a mention of any in the mailing list. Or will I need to wait for a 1.2 rele

Java2WSDL Error

2003-10-09 Thread TOENZ Manuel
Hello I've got a problem with the Java2WSDL Application. I tried to transform my java Interface to a WSDL File.I tipped this order into the DOS command window: java org.apache.axis.wsdl.Java2WSDL -o chapter8/time.wsdl -l "http://localhost:8080/axis/services/time_service"; -n "services:Zeitansage"

?WSDL, java2WSDL error

2003-01-28 Thread Wes Devauld
When I run nav to http://localhost/axis/service/MyTest?WSDL I get: faultString: WSDLException: faultCode=PARSER_ERROR: Problem parsing '- WSDL Document -'.: The value of the attribute "xmlns:tns3" is invalid. Prefixed Namespace bindings may not be empty.: org.xml.sax.SAXParseException: The v