RE: Java2Wsdl issue

2005-01-25 Thread Harm de Laat
PROTECTED] Cc: Subject:Re: Java2Wsdl issue Patrick, this smells like a bug, can you please try latest cvs/nightly and log a bug report if the problem still exists? thanks, dims On Mon, 24 Jan 2005 14:00:18 +, Patrick Cogan [EMAIL PROTECTED] wrote: Hi Harm, I used to work

Re: Java2Wsdl issue

2005-01-25 Thread Davanum Srinivas
: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Mon 1/24/2005 10:21 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: Subject:Re: Java2Wsdl issue Patrick, this smells like a bug, can you please try latest cvs/nightly and log a bug report if the problem still exists? thanks

Re: Java2Wsdl issue

2005-01-24 Thread Patrick Cogan
With the limited information that you have supplied, I would think that you have to do --PkgtoNS for the User class as well. Might be best to create the wsdl first and generate the java sources from the wsdl, if you are able to. Regards, Patrick. P.S. Wasn't aware Vodaphone was outsourcing to

RE: Java2Wsdl issue

2005-01-24 Thread Harm de Laat
) at org.apache.axis.wsdl.Java2WSDL.main(Java2WSDL.java:542) Can you please help? Regards, Harm de Laat Ciber The Netherlands -Original Message- From: Patrick Cogan [mailto:[EMAIL PROTECTED] Sent: Mon 1/24/2005 12:41 PM To: [EMAIL PROTECTED] Cc: Subject:Re: Java2Wsdl

Re: Java2Wsdl issue

2005-01-24 Thread Patrick Cogan
) at org.apache.axis.wsdl.Java2WSDL.main(Java2WSDL.java:542) Can you please help? Regards, Harm de Laat Ciber The Netherlands -Original Message- From: Patrick Cogan [mailto:[EMAIL PROTECTED] Sent: Mon 1/24/2005 12:41 PM To: [EMAIL PROTECTED] Cc: Subject:Re: Java2Wsdl issue

Re: Java2Wsdl issue

2005-01-24 Thread Davanum Srinivas
(Java2WSDL.java:542) Can you please help? Regards, Harm de Laat Ciber The Netherlands -Original Message- From: Patrick Cogan [mailto:[EMAIL PROTECTED] Sent: Mon 1/24/2005 12:41 PM To: [EMAIL PROTECTED] Cc: Subject:Re: Java2Wsdl issue

RE: Java2Wsdl issue

2005-01-19 Thread James Clinton
Interesting..have you tried using wsdl2java on the generated WSDL? This may hold some clues to your problem. -Original Message- From: Harm de Laat [mailto:[EMAIL PROTECTED] Sent: 19 January 2005 14:14 To: [EMAIL PROTECTED] Subject: Java2Wsdl issue Hi Guys, I have used Java2WSDL to

Re: java2wsdl ant task for document/literal

2005-01-05 Thread Bill Keese
Michael -after you hand code the WSDL file (and presumably link the WSDD file to the WSDL file as specified in http://www.osmoticweb.com/axis-wsdd/wsdlFile.htm), how do you get the java files? For example, assuming that you have a web service to look up employee information, you would want at

Re: java2wsdl ant task for document/literal

2004-12-29 Thread Anne Thomas Manes
Just to clarify: On Wed, 22 Dec 2004 09:52:19 +0100, WAJSBERG Julien RD-BIZZ [EMAIL PROTECTED] wrote: Ephemeris Lappis a écrit : snip Despite my problems with the java2wsdl task, i have finally use a 'wrapped' axis wsdl to generate my client stubs for a single operation service that takes a

Re: java2wsdl ant task for document/literal

2004-12-22 Thread WAJSBERG Julien RD-BIZZ
Ephemeris Lappis a écrit : Hello. I'm not sure i have understood it all. Sincerly, i remember, years ago, i had a look at the CORBA/GIOP/IIOP marshalling protocols, and finished the day with the same headache ! But, once more, we were lucky : we had IDL to write our interfaces... As i understand,

Re: java2wsdl ant task for document/literal

2004-12-22 Thread WAJSBERG Julien RD-BIZZ
-Message d'origine- Philippe De : Jeff Greif [mailto:[EMAIL PROTECTED] Philippe Envoyé : mardi 21 décembre 2004 17:07 Philippe À : [EMAIL PROTECTED] Philippe Objet : Re: java2wsdl ant task for document/literal Philippe Philippe Philippe Here is a wsdl-centric way of looking at the 'wrapped

Re: java2wsdl ant task for document/literal

2004-12-21 Thread WAJSBERG Julien RD-BIZZ
Ephemeris Lappis a écrit : I'm not a SOAP expert ! I think i had understood the difference between document and wrapped styles, and i suppose tools that will process the repective wsdl files will not generate similar codes : both use xml messages without soap encoding, but in document mode the

Re: java2wsdl ant task for document/literal

2004-12-21 Thread Daniel Beland
In fact, to be more precise, it means that there is a schema element, with the same name as the operation, that contains (wraps) the actual document element representing all the parameters. ie: wrapped A AElement/ (of type X) /A document AElement/ (of type X) I believe this is not part of

Re: java2wsdl ant task for document/literal

2004-12-21 Thread WAJSBERG Julien RD-BIZZ
Daniel Beland a écrit : In fact, to be more precise, it means that there is a schema element, with the same name as the operation, that contains (wraps) the actual document element representing all the parameters. ie: wrapped A AElement/ (of type X) /A document AElement/ (of type X) I believe

Re: java2wsdl ant task for document/literal

2004-12-21 Thread Jeff Greif
one another in whether wrapping is used for a particular operation. Jeff - Original Message - From: Daniel Beland [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 12:53 AM Subject: Re: java2wsdl ant task for document/literal In fact, to be more precise, it means

RE: java2wsdl ant task for document/literal

2004-12-21 Thread Ephemeris Lappis
- Philippe De : Jeff Greif [mailto:[EMAIL PROTECTED] Philippe Envoyé : mardi 21 décembre 2004 17:07 Philippe À : [EMAIL PROTECTED] Philippe Objet : Re: java2wsdl ant task for document/literal Philippe Philippe Philippe Here is a wsdl-centric way of looking at the 'wrapped' form: Philippe Philippe

Re: java2wsdl ant task for document/literal

2004-12-20 Thread WAJSBERG Julien RD-BIZZ
Ephemeris Lappis a écrit : Thanks for your feedback. Bad news !... I'd like to have a point of view from the Axis team about this issue. I'm not currently working a lot in web services domains, but according to what i've been reading in this list and others, document/literal seems to be often

Re: java2wsdl ant task for document/literal

2004-12-20 Thread V D
WAJSBERG Julien RD-BIZZ wrote: Ephemeris Lappis a écrit : Thanks for your feedback. Bad news !... I'd like to have a point of view from the Axis team about this issue. I'm not currently working a lot in web services domains, but according to what i've been reading in this list and others,

Re: java2wsdl ant task for document/literal

2004-12-20 Thread Davanum Srinivas
VD, Do you have a open bug? thanks, dims On Mon, 20 Dec 2004 08:01:56 -0500, V D [EMAIL PROTECTED] wrote: WAJSBERG Julien RD-BIZZ wrote: Ephemeris Lappis a écrit : Thanks for your feedback. Bad news !... I'd like to have a point of view from the Axis team about this issue. I'm

Re: java2wsdl ant task for document/literal

2004-12-20 Thread V D
Good question. I assume that this problem was talked about so many times up here, someone must listen. However, I am wrong to assume forum can replace bug report (probably some laziness kick in too), and I should have file the bug report instead. I'll do that and post a link here later.

RE: java2wsdl ant task for document/literal

2004-12-20 Thread Ephemeris Lappis
: Re: java2wsdl ant task for document/literal Philippe Philippe Philippe Good question. I assume that this problem was Philippe talked about so many Philippe times up here, someone must listen. However, I am Philippe wrong to assume forum Philippe can replace bug report (probably some laziness kick

RE: java2wsdl ant task for document/literal

2004-12-20 Thread Ephemeris Lappis
... Ideas are welcome... Philippe -Message d'origine- Philippe De : WAJSBERG Julien RD-BIZZ Philippe [mailto:[EMAIL PROTECTED] Philippe Envoyé : lundi 20 décembre 2004 09:14 Philippe À : [EMAIL PROTECTED] Philippe Objet : Re: java2wsdl ant task for document/literal Philippe Philippe Philippe

Re: java2wsdl ant task for document/literal

2004-12-20 Thread Vy Ho
Use wrapped style, and it works with document/literal webservices (that is what it is, with a spin on how you program it). Ephemeris Lappis wrote: I'm not a SOAP expert ! I think i had understood the difference between document and wrapped styles, and i suppose tools that will process the

Re: java2wsdl ant task for document/literal

2004-12-20 Thread Michael Schuerig
One thing that didn't become clear for me during this thread is why people are using java2wsdl at all. When I started with Axis and web services, I, too, had the idea of making Axis generate the right WSDL for me automagically. I've given up on this idea since. I don't object to generating

Re: java2wsdl ant task for document/literal

2004-12-20 Thread Davanum Srinivas
Michael, I do advocate starting from WSDL, but i do find it convenient to start from a java skeleton code and then tweak the wsdl using the wsdl editors like XMLSPY. thanks, dims On Mon, 20 Dec 2004 21:31:33 +0100, Michael Schuerig [EMAIL PROTECTED] wrote: One thing that didn't become clear

RE: java2wsdl ant task for document/literal

2004-12-20 Thread Ephemeris Lappis
suggestion about alternative methods and tools to mkae wsdl first are welcome... Regards. Philippe Maseres Philippe -Message d'origine- Philippe De : Michael Schuerig [mailto:[EMAIL PROTECTED] Philippe Envoyé : lundi 20 décembre 2004 21:32 Philippe À : [EMAIL PROTECTED] Philippe Objet : Re

Re: java2wsdl ant task for document/literal

2004-12-19 Thread Davanum Srinivas
PROTECTED] Philippe Envoye : vendredi 17 decembre 2004 21:39 Philippe A : [EMAIL PROTECTED]; [EMAIL PROTECTED] Philippe Objet : Re: java2wsdl ant task for document/literal Philippe Philippe Philippe I studied Axis 1.2 since it started and java2wsdl Philippe NEVER worked for D/L. Philippe I

RE: java2wsdl ant task for document/literal

2004-12-17 Thread Ephemeris Lappis
De : Henry Lu [mailto:[EMAIL PROTECTED] Philippe Envoye : vendredi 17 decembre 2004 21:39 Philippe A : [EMAIL PROTECTED]; [EMAIL PROTECTED] Philippe Objet : Re: java2wsdl ant task for document/literal Philippe Philippe Philippe I studied Axis 1.2 since it started and java2wsdl Philippe NEVER worked

RE: Java2WSDL on class that implements multiple interfaces

2004-10-20 Thread Arijit Mukherjee
Are you inheriting your interfaces from a base class? I thought WSDL doesn't yet support inheritence... This was the reason why the globus guys created the concept of GWSDL and modified Axis for GT3.x... Cheers Arijit -Original Message- From: Eric Chijioke [mailto:[EMAIL PROTECTED]

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-12 at

RE: Java2WSDL ant task not keeping method param names

2004-10-08 Thread mmosttler
Title: Message To have java2wsdl use the method parameter names you need to supply the implementation class. It reads the param names from the implementation. marcus -Original Message-From: Curt P. Stanton [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 7:47

RE: Java2WSDL ant task not keeping method param names

2004-10-08 Thread Curt P. Stanton
: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 11:55 AM To: [EMAIL PROTECTED] Subject: RE: Java2WSDL ant task not keeping method param names Can you elaborate on this please. I face the same problem. In a message earlier, I was told that I can see the parameter

RE: Java2WSDL ant task not keeping method param names

2004-10-08 Thread Sagar Pidaparthi
Do I need to change this in some way to get parameter names in my wsdl. Thanks Sagar -Original Message- From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 10:19 AM To: [EMAIL PROTECTED] Subject: RE: Java2WSDL ant task not keeping method param names

RE: Java2WSDL ant task not keeping method param names

2004-10-08 Thread Curt P. Stanton
[mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 1:37 PM To: [EMAIL PROTECTED] Subject: RE: Java2WSDL ant task not keeping method param names Hi, I use the following command to get the wsdl. I dont see parameter names in wsdl when I use this command. target name

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

2004-08-31 Thread Gerlach, Daryl CTR (NAVSISA Code 942)
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-config.wsdd

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

2004-08-27 Thread Christophe Roudet
Try something like that in your ant task: axis-java2wsdl ... complextype classname=my.package.MyException namespace=urn:my.namespace / ... /axis-java2wsdl Christophe -Original Message- From: Gerlach, Daryl CTR (NAVSISA Code 942) [mailto:[EMAIL PROTECTED]

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. beanMapping qname=ns:local xmlns:ns=someNamespace languageSpecificType=java:my.package.MyException/ here is another

Re: Java2WSDL help

2004-08-25 Thread Henry Lu
As far as I know, Axis 1.2 beta doesn't work with doc/lit. I tried so many times and I failed to get it going and I filed reports through the JIRA and no answer so far. I am waiting for the next release to resolve this very, very important issue. -Henry [EMAIL PROTECTED] 8/25/2004 2:36:19 PM

RE: Java2WSDL help

2004-08-25 Thread Anderson Jonathan
approach. http://marc.theaimsgroup.com/?l=axis-userm=108437425229600w=2 -Jon -Original Message- From: Henry Lu [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 3:05 PM To: [EMAIL PROTECTED] Subject: Re: Java2WSDL help As far as I know, Axis 1.2 beta doesn't work with doc/lit. I

RE: Java2WSDL help

2004-08-25 Thread Anand Natrajan
: To: [EMAIL PROTECTED] : Subject: Re: Java2WSDL help : : : As far as I know, Axis 1.2 beta doesn't work with doc/lit. I tried so : many times and I failed to get it going and I filed reports through the : JIRA and no answer so far. I am waiting for the next release to resolve : this very, very

RE: java2wsdl and wsi conformance

2004-08-24 Thread Anne Thomas Manes
Ricardo, Issue 1: where did the imported file (http://glite.org/wsdl/services/org.glite.data.catalog) come from? Was this generated by Java2WSDL or is this a file you defined? What type of file is it? (I gather that it isn't a schema.) If your WSDL references elements or types defined in this

RE: java2wsdl and wsi conformance

2004-08-24 Thread Anne Thomas Manes
Ricardo, Issue 1: where did the imported file (http://glite.org/wsdl/services/org.glite.data.catalog) come from? Was this generated by Java2WSDL or is this a file you defined? What type of file is it? (I gather that it isn't a schema.) If your WSDL references elements or types defined in this

RE: Java2WSDL importSchema - how to use in a WSDD

2004-08-05 Thread Nathan Sowatskey
Hi Have you ever used java2wsdl to create wsdl for document/literal encodings for complex types that required a typemapping? Thanks Nathan On Tue, 2004-08-03 at 23:39, Mark D. Hansen wrote: Nobody answered this, so I dug around in the source code and found out that it can be done by

RE: Java2WSDL importSchema - how to use in a WSDD

2004-08-03 Thread Mark D. Hansen
Nobody answered this, so I dug around in the source code and found out that it can be done by specifying the wsdlInputSchema parameter in a WSDD file. Here is an example. Hope this helps somebody else who might have the same issue: deployment xmlns=http://xml.apache.org/axis/wsdd/;

RE: Java2WSDL via Ant - cannot get it to work!

2004-08-02 Thread Roy, Anthony
Your path should look like path id=java2wsdl.classpath path path=./ path refid=axis.classpath/ path path=classes/ /path Christophe I have made the amendment, and the classpath now has a path element pointing to the root

RE: Java2WSDL via Ant - cannot get it to work!

2004-08-02 Thread Arnaud Vezain
Is your build script to the root of your projet ? If it isn't, have you changed the basedir property of the project element to point the root of your project. I had myself problems of NoClassdefFound with classpath and axis Ant tasks. I wrote a script with an embeded classpath property like :

RE: Java2WSDL via Ant - cannot get it to work!

2004-08-02 Thread Roy, Anthony
. Any other ideas? Thanks, -- Anthony Roy. -Original Message- From: Arnaud Vezain [mailto:[EMAIL PROTECTED] Sent: 02 August 2004 13:28 To: [EMAIL PROTECTED] Subject: RE: Java2WSDL via Ant - cannot get it to work! Is your build script to the root of your projet ? If it isn't

RE: Java2WSDL via Ant - cannot get it to work!

2004-07-30 Thread Christophe Roudet
It looks strange how you build your java2wsdl.classpath. I am not sure that the fileset should be use. You can use it to include jar files, but for classes you just specified the root location. So if you have such a structure src/uk/bl/bspa/estar/EstarMatcherService.java

RE: java2wsdl Help needed

2004-07-12 Thread Christophe Roudet
Try to turn your service into an interface: package samples.myEchoInt; public interface IEchoIntService { public int echoInt(int i); } Christophe -Original Message- From: Mayur Shetye [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 3:01 PM To: [EMAIL PROTECTED]

Re: java2wsdl Help needed

2004-07-12 Thread Laxma Reddy Dendi
try this java org.apache.axis.wsdl.Java2WSDL -o wp.wsdl -lhttp://localhost:8080/axis/services/EchoIntService; -n EchoIntService -psamples.myEchoInt EchoIntService samples.myEchoInt.EchoIntService from your axis_devhome. regards Laxma --- Mayur Shetye [EMAIL PROTECTED] wrote: this is a simple

RE: java2wsdl - Message element in WSDL for RPC/Lit and Doc/lit (wrapped)

2004-07-07 Thread Junaid . Bhatra
cc PM Subject RE: java2wsdl - Message element in Please

Re: Java2WSDL and WSDL2Java 1.1- 1.2

2004-04-14 Thread Davanum Srinivas
You can use the ant task to specify these - see http://cvs.apache.org/viewcvs.cgi/*checkout*/ws-axis/java/samples/ejb/ant-build.xml for an example. -- dims --- Yakulis, Ross (Ross) [EMAIL PROTECTED] wrote: With axis 1.1 I was able to use Java2WSDL and WSDL2Java to generate a web service

RE: Java2WSDL and WSDL2Java 1.1- 1.2

2004-04-14 Thread Yakulis, Ross (Ross)
How is the information passed to the Emitter class? -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 10:58 AM To: [EMAIL PROTECTED] Subject: Re: Java2WSDL and WSDL2Java 1.1- 1.2 You can use the ant task to specify these - see http

RE: java2wsdl ant task ignores its classpath tag

2004-04-14 Thread Rob Jellinghaus
JIRA issue filed: http://nagoya.apache.org/jira/browse/AXIS-1315 Sorry for the long lines in the issue :-( Cheers, Rob -Original Message- From: Rob Jellinghaus [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 3:16 PM To: [EMAIL PROTECTED] Subject: java2wsdl ant task ignores

RE: Java2WSDL and WSDL2Java

2004-03-30 Thread Volkmann, Mark
Title: RE: Java2WSDL and WSDL2Java Here's a link to a presentation I gave that describes how to use them. http://www.ociweb.com/javasig/knowledgebase/2002Sep/ -Original Message- From: Gareth Western [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 30, 2004 3:54 PM To: [EMAIL

RE: java2wsdl include wsd file

2004-03-23 Thread Oleg Lebedev
sequenceelement name="objectives" nillable="true" type="tns3:Set"/ /sequence/complexType/wsdl:types!-- remaining part --/wsdl:definitions Hope this helps. Oleg -Original Message-From: jagannath [mailto:[EMAIL PROTECTED] Sent: Tuesday, Mar

Re: java2wsdl include wsd file

2004-03-23 Thread Jeff Greif
: [EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 7:18 AM Subject: RE: java2wsdl include wsd file Hi Jagannath. See the bottom of this messsage for the description of how I imported the Set schema. ...

Re: java2wsdl include wsd file

2004-03-22 Thread jagannath
Dear Oleg, I am also facing the same problem as mentioned by you below. As I am new to SOAP can you provide me details on how you created the wsd file which provides xml mapping for tns3:Set and the way you imported it to the wdsl file. Greatly appreciating your time. Regards. Jagannath

RE: Java2WSDL problem

2004-02-25 Thread Pathuru, Kiran
run it from C:\devWS directory like java -classpath test .. regards, kiran pathuru -Original Message- From: Danko Desancic [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 4:26 PM To: [EMAIL PROTECTED] Subject: Java2WSDL problem I am new to the axis and

Re: Java2WSDL problem

2004-02-25 Thread Danko Desancic
I figured it out. Thanks anyway Pathuru, Kiran wrote: run it from C:\devWS directory like java -classpath test .. regards, kiran pathuru -Original Message- From: Danko Desancic [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 4:26 PM To: [EMAIL PROTECTED]

Re: java2wsdl problem with axis1.2 alfa

2004-02-16 Thread Tony Blair
Roberto, The java2WSDL and WSDL2java not always work as one expected. They always work molto bene with those interfaces that contain simple type such as String, int, float and so on. The listUsers() interfaceseems simple, try to write the deploy.wsdd and the client code yourself and deploy the

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) at

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.,

Re: Java2WSDL - why?

2003-12-29 Thread Ed Pond
If I'm using the WSDD to set web service properties (eg. to use a document service style) then these properties have no way of appearing in the WSDL generated by Java2WSDL, since Java2WSDL itself generates the WSDD. Since the WSDL dynamically generated by axis (eg.

Re: Java2WSDL - why?

2003-12-26 Thread Chandrasegaram Jeyakumaran
Hi, Yes I accept with it, but in addition to it, as a conceptual discussion Java2WSDL is needed for having our webservice in clean. Even as a webservice, it should be started with a wsdl and on top of that we should develop our webservice.(It is always better than the other way round). so to do

RE: Java2WSDL

2003-11-26 Thread Ekbote, Niranjan
Compile the Java class with debug turned ON. That way java2WSDL can pick up the correct parameter names from the Java classes/methods. However, if you methods are in an interface/abstract class, then the compiled java code does not contain enough information for java2WSDL to output WSDL files with

Re: java2WSDL

2003-11-19 Thread Chandrasegaram Jeyakumaran
Hi, I have a txt file with the commands for java2wsdl(This is how I am working thru it). I send it to u without changing it. U may not need to have the -classpath if u are correct with the classpath. U refer it and get the necessary things. BTW in eclipse question I don't understand yr problem.

RE: Java2WSDL: Can't user Java interfaces in method sigs?

2003-07-31 Thread Jonathan Melvin
Title: Message I don't think there is any reason in principal you shouldn't be able to do this, but it doesn't work in AXIS. I believe it does work on other engines (Oracle9iAS) -Original Message-From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: 30 July 2003 20:21To:

Re: Java2WSDL: Can't user Java interfaces in method sigs?

2003-07-31 Thread Stuart Barlow
I have a similar problem, Where a Map parameter is turned into a HashMap parameter. Not an enourmous problem but still pretty annoying. Wendy Smoak wrote: I'm trying to expose this method as a web service: public String subscribe(Subscription sub); Subscription is an interface, and there's a

RE: Java2WSDL propety names

2003-07-31 Thread Max Johnson
I believe this is down to the Java Beans naming standard. Check out section 8.8 of the spec. http://java.sun.com/products/javabeans/docs/beans.101.pdf - capitalization of inferred names. Max -Original Message- From: Jonathan Melvin [mailto:[EMAIL PROTECTED] Sent: 31 July 2003 11:49 To:

Re: java2wsdl generating undefined namespace prefixes

2003-03-28 Thread Rolf Rander Naess
Volkmann, Mark [EMAIL PROTECTED] writes: I'm using java2wsdl and getting WSDL that contains things like this. element name=optionsByInstrumentId nillable=true type=tns5:Options/ are you including another wsdl-file (with -I) or using the extraClasses option? I've had some trouble

Re: Naming parms (was RE: Java2WSDL and DocumentRange)

2003-03-28 Thread Davanum Srinivas
] Subject: Re: Java2WSDL and DocumentRange http://java.sun.com/j2se/1.4/docs/guide/standards/index.html --- Sean Leblanc [EMAIL PROTECTED] wrote: I cannot get Java2WSDL to run. Here's my command line: C:\j2sdk1.4.1_02\jre\bin\java.exe -classpath C:\cvs\ACRADRSS\build;C:\xmllibs

Re: Java2WSDL and DocumentRange

2003-03-28 Thread Davanum Srinivas
http://java.sun.com/j2se/1.4/docs/guide/standards/index.html --- Sean Leblanc [EMAIL PROTECTED] wrote: I cannot get Java2WSDL to run. Here's my command line: C:\j2sdk1.4.1_02\jre\bin\java.exe -classpath C:\cvs\ACRADRSS\build;C:\xmllibs\xml-apis.jar;C:\xmllibs\xmlParserAPIs.jar

RE: Java2WSDL problem for vandana

2003-03-14 Thread parmod mehta
PROTECTED] Subject: RE: Java2WSDL problem for vandana Date: Mon, 10 Mar 2003 11:26:21 +0530 Hi, What is the exception that you're getting while deploying the service? rgds, Vandana. -Original Message- From: parmod mehta [mailto:[EMAIL PROTECTED] Sent: Saturday, March 08, 2003 9:42 PM

Re: Java2WSDL problem for vandana

2003-03-08 Thread parmod mehta
Hi, Sorry I don't have answer of your question. Can you answer my question? This is the first time I am using axis. I have encountered a problem straight away. I generated a WSDL from an interface with namespace urn:managerdata. The WSDL2Java tool created a directory named managerdata in my

RE: Java2WSDL and transient members

2002-12-21 Thread Tom Elrod
) at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:246) at java.lang.Thread.run(Thread.java:484) -Original Message- From: Chris Haddad [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 8:39 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re

RE: Java2WSDL and transient members

2002-12-21 Thread Kameshwar Jayaraman
uses it with the appropriate namespace prefix. Hope that helps Thanks Kamesh -Original Message- From: Tom Elrod [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 21, 2002 9:34 PM To: 'Chris Haddad'; [EMAIL PROTECTED] Subject: RE: Java2WSDL and transient members Ok. But the problem

RE: Java2WSDL Enum handling question

2002-12-19 Thread Eirik.Wahl
Hi Rajal! I'm aiming at doing the same, but have had no time yet to look into this. Since nobody else has answered, I wanted to give you this hint (although no solution ... yet): Maybe a way to go is to try this text in your WSDL file, and use WSDL2Java to see what kind of Java code it

RE: Java2WSDL Enum handling question

2002-12-19 Thread Steve Kinsman
] cc: 19/12/2002 Subject: RE: Java2WSDL Enum handling question 16

RE: Java2WSDL Enum handling question

2002-12-19 Thread Rajal Shah
-Original Message- From: Steve Kinsman [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 12:35 AM To: [EMAIL PROTECTED] Subject: RE: Java2WSDL Enum handling question Hi, I missed previous posts on this, and I'm not sure what your exact problem is but maybe the following will help. I

RE: Java2WSDL Enum handling question

2002-12-19 Thread Steve Kinsman
] .comcc: Subject: RE: Java2WSDL Enum handling question

RE: Java2WSDL - Bug found on generating the wsdl:service Name by java:EJB Provider

2002-12-12 Thread Sascha Kulawik
-Original Message- From: Tom Jordahl [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 4:21 PM To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' Subject: RE: Java2WSDL - Bug found on generating the wsdl:service Name by java:EJB Provider Sascha, Several things have

Re: Java2WSDL/WSDL2Java question

2002-12-05 Thread Derek Eichele
, 2002 8:29 PM To: [EMAIL PROTECTED] Subject: Re: Java2WSDL/WSDL2Java question I didn't get any response to this, so I'm reposting it. I really need to understand these tools, is there a better way to learn them than trial and error and the very basic command line docs? Any point in the right

RE: Java2WSDL/WSDL2Java question

2002-12-02 Thread Tom Jordahl
PROTECTED]] Sent: Wednesday, November 27, 2002 8:29 PM To: [EMAIL PROTECTED] Subject: Re: Java2WSDL/WSDL2Java question I didn't get any response to this, so I'm reposting it. I really need to understand these tools, is there a better way to learn them than trial and error and the very basic

Re: Java2WSDL/WSDL2Java question

2002-11-27 Thread Derek Eichele
I didn't get any response to this, so I'm reposting it. I really need to understand these tools, is there a better way to learn them than trial and error and the very basic command line docs? Any point in the right direction would be greatly appreciated. Derek. Derek Eichele wrote: I am

RE: Java2WSDL: Can't find prefix for 'http://www.w3.org/1999/XMLSchema'

2002-11-22 Thread Douglas Bitting
Try a nightly build... this defect was fixed a week or two ago. Cheers, --Doug -Original Message- From: Sascha Kulawik [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 9:44 AM To: [EMAIL PROTECTED] Subject: Java2WSDL: Can't find prefix for 'http://www.w3.org/1999/XMLSchema'

RE: java2WSDL/WSDL2Java problems

2002-11-18 Thread Chris Forbis
Part of the Xerces 2 dist. http://xml.apache.org Chris -Original Message- From: Darrell Gamble [mailto:[EMAIL PROTECTED]] Sent: Friday, November 15, 2002 6:53 PM To: [EMAIL PROTECTED] Subject: RE: java2WSDL/WSDL2Java problems Chris where did you get that xmlParserAPIs.jar

RE: java2WSDL/WSDL2Java problems

2002-11-18 Thread Darrell Gamble
: Part of the Xerces 2 dist. http://xml.apache.org Chris -Original Message-From: Darrell Gamble [mailto:[EMAIL PROTECTED]] Sent: Friday, November 15, 2002 6:53 PMTo: [EMAIL PROTECTED]Subject: RE: java2WSDL/WSDL2Java problems Chris where did you get that xmlParserAPIs.jar file? I

RE: java2WSDL/WSDL2Java problems

2002-11-18 Thread Darrell Gamble
, 2002 6:53 PMTo: [EMAIL PROTECTED]Subject: RE: java2WSDL/WSDL2Java problems Chris where did you get that xmlParserAPIs.jar file? I can't find it anywhere. I'm guessing this is the cause of my error: java.lang.NoClassDefFoundError: org/w3c/dom/ranges/DocumentRange

Re: java2WSDL/WSDL2Java problems

2002-11-15 Thread Darrell Gamble
Hi, everyone. My quesiton for today is how to get my wsdl2Java and vice versa up and running. I have solved other Axis classpath issues but this one continues to nag me as I get the dreaded noclassdeffound error for org/apache/axis/Wsdl2java. But I have axis.jar, clutil, log4j-core, wsdl4j, xerces

RE: java2WSDL/WSDL2Java problems

2002-11-15 Thread Chris Forbis
-Original Message- From: Darrell Gamble [mailto:[EMAIL PROTECTED]] Sent: Friday, November 15, 2002 1:08 PM To: [EMAIL PROTECTED] Subject: Re: java2WSDL/WSDL2Java problems Hi, everyone. My quesiton for today is how to get my wsdl2Java and vice versa up and running. I have solved other Axis

Re: java2WSDL/WSDL2Java problems

2002-11-15 Thread James Black
Darrell Gamble wrote: Hi, everyone. My quesiton for today is how to get my wsdl2Java and vice versa up and running. I have solved other Axis classpath issues but this one continues to nag me as I get the dreaded noclassdeffound error for org/apache/axis/Wsdl2java. But I have axis.jar,

RE: java2WSDL/WSDL2Java problems

2002-11-15 Thread Daleiden, Mike
Actually, it appears that you did not specify the correct package for Wsdl2Java: java org.apache.axis.wsdl.WSDL2Java args -Original Message- From: James Black [mailto:jblack;ieee.org] Sent: Friday, November 15, 2002 1:36 PM To: [EMAIL PROTECTED] Subject: Re: java2WSDL/WSDL2Java

RE: java2WSDL/WSDL2Java problems

2002-11-15 Thread Darrell Gamble
CLASSPATH=%TMPCLASSPATH% USAGE: wsdl.bat http://server.domain.com:8080/axis/services/AdminService?wsdl -Original Message-From: Darrell Gamble [mailto:[EMAIL PROTECTED]] Sent: Friday, November 15, 2002 1:08 PMTo: [EMAIL PROTECTED]Subject: Re: java2WSDL/WSDL2Java problems Hi, everyone

Re: java2wsdl

2002-11-06 Thread Paolo Paganotto
Hi, Emma it looks like the vm isn't able to find the class fib2.Fib2 Is the classpath variable correct, if any? regards, Paolo Hi! Can someone please tell me how to use the java2wsdl command. I'm trying to follow the instructions on

Re: java2wsdl

2002-11-06 Thread Emma Johansson
I'm not sure of which classpath I need. I have /home/loke/ejoemma/xml-axis-10 in my classpath. Do I need some more to be able to use the java2wsdl tool? Could it be something wrong with the command java org.apache.axis.wsdl.Java2WSDL -o fib.wsdl

Re: java2wsdl

2002-11-06 Thread Paolo Paganotto
6, 2002 11:17 AM Subject: Re: java2wsdl I'm not sure of which classpath I need. I have /home/loke/ejoemma/xml-axis-10 in my classpath. Do I need some more to be able to use the java2wsdl tool? Could it be something wrong with the command java org.apache.axis.wsdl.Java2WSDL -o fi

Re: java2wsdl

2002-11-06 Thread Selvakumar Ganesan
Emma Johansson To: [EMAIL PROTECTED] Sent: Wednesday, November 06, 2002 3:47 PM Subject: Re: java2wsdl I'm not sure of which classpath I need. I have /home/loke/ejoemma/xml-axis-10 in my classpath. Do I need some more to be able to use the java2wsdl tool? Could it be somethin

Re: java2wsdl

2002-11-06 Thread Emma Johansson
;fibonacci" urn:fibonacci Fibonacciregards,Selva. - Original Message - From: Emma Johansson To: [EMAIL PROTECTED] Sent: Wednesday, November 06, 2002 3:47 PM Subject: Re: java2wsdl I'm not sure of which classpath I need. I have /home/loke/ejoemma/xml-axis-10 in my classpath. Do I need some more t

Re: java2wsdl and complex types

2002-06-15 Thread butek
Java2WSDL supports complex bean types. If you're having problems, please show us what you're trying to run through Java2WSDL and the errors you're seeing. Russell Butek [EMAIL PROTECTED] Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: java2wsdl and complex types

  1   2   >