Re: Java2WSDL ant task

2005-02-19 Thread Hollywood
Nevermind on this. Copy/Paste error I finally found! :( - Original Message - From: "Hollywood" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 19, 2005 9:30 AM Subject: Java2WSDL ant task > I have the following snippet in my build.xml file: > > > > > > > >

Re: Java2Wsdl issue

2005-01-25 Thread Davanum Srinivas
Netherlands > > -Original Message- > > From: 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

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

Re: Java2Wsdl issue

2005-01-24 Thread Davanum Srinivas
m.wsdl.xml.WSDLWriterImpl.getDocument(Unknown Source) > > > > at org.apache.axis.wsdl.fromJava.Emitter.emit(Emitter.java:267) > > > > at org.apache.axis.wsdl.fromJava.Emitter.emit(Emitter.java:334) > > > > at org.apache.axis.wsdl.Java2WSDL.run(Java2WSDL.java:504) &g

Re: Java2Wsdl issue

2005-01-24 Thread Patrick Cogan
ache.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:

RE: Java2Wsdl issue

2005-01-24 Thread Harm de Laat
DL.run(Java2WSDL.java:504) 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: Subj

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 t

RE: Java2Wsdl issue

2005-01-19 Thread Pritesh Damani
I am not sure but did not specify namesspaces in the WSDL2Java -- All Computers wait at the same speed !! -Original Message- From: James Clinton [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 19, 2005 9:58 AM To: [EMAIL PROTECTED] Subject: RE: Java2Wsdl issue Interesting..have

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 gene

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 : > > >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 > >ta

Re: java2wsdl ant task for document/literal

2004-12-22 Thread WAJSBERG Julien RD-BIZZ
Basic Profile compliance... Philippe Maseres <<>> -Message d'origine- <<>> De : Jeff Greif [mailto:[EMAIL PROTECTED] <<>> Envoyé : mardi 21 décembre 2004 17:07 <<>> À : [EMAIL PROTECTED] <<>> Objet : Re: java2wsdl ant task for documen

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

RE: java2wsdl ant task for document/literal

2004-12-21 Thread Ephemeris Lappis
Philippe Maseres <<>> -Message d'origine- <<>> De : Jeff Greif [mailto:[EMAIL PROTECTED] <<>> Envoyé : mardi 21 décembre 2004 17:07 <<>> À : [EMAIL PROTECTED] <<>> Objet : Re: java2wsdl ant task for document/literal <<>&g

RE: java2wsdl ant task for document/literal

2004-12-21 Thread Michael Merz
al Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Monday, December 20, 2004 12:38 PM To: [EMAIL PROTECTED] Subject: Re: java2wsdl ant task for document/literal Michael, I do advocate starting from WSDL, but i do find it convenient to start from a java skeleton code and then

Re: java2wsdl ant task for document/literal

2004-12-21 Thread Jeff Greif
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 that there is a schema element, with > the same name as the operation, that co

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 (of type X) document (of type X) I believe this is not part of WS-I

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 (of type X) document (of type X) I believe this is not part of WS-I and was defined

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 java

RE: java2wsdl ant task for document/literal

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

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 cl

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 w

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 repecti

RE: java2wsdl ant task for document/literal

2004-12-20 Thread Ephemeris Lappis
ith literal use"... Ideas are welcome... <<>> -Message d'origine- <<>> De : WAJSBERG Julien RD-BIZZ <<>> [mailto:[EMAIL PROTECTED] <<>> Envoyé : lundi 20 décembre 2004 09:14 <<>> À : [EMAIL PROTECTED] <<>

RE: java2wsdl ant task for document/literal

2004-12-20 Thread Ephemeris Lappis
I have open a new bug report this morning (in France), with the a simple example: AXIS-1734. We will appreciate help... <<>> -Message d'origine- <<>> De : V D [mailto:[EMAIL PROTECTED] <<>> Envoyé : lundi 20 décembre 2004 14:37 <<>>

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

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 iss

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

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 requi

Re: java2wsdl ant task for document/literal

2004-12-19 Thread Davanum Srinivas
<<>> -Message d'origine- > <<>> De : Henry Lu [mailto:[EMAIL PROTECTED] > <<>> Envoye : vendredi 17 decembre 2004 21:39 > <<>> A : [EMAIL PROTECTED]; [EMAIL PROTECTED] > <<>> Objet : Re: java2wsdl ant task for documen

RE: java2wsdl ant task for document/literal

2004-12-17 Thread Ephemeris Lappis
sage d'origine- <<>> De : Henry Lu [mailto:[EMAIL PROTECTED] <<>> Envoye : vendredi 17 decembre 2004 21:39 <<>> A : [EMAIL PROTECTED]; [EMAIL PROTECTED] <<>> Objet : Re: java2wsdl ant task for document/literal <<>> <<>> <&

Re: java2wsdl ant task for document/literal

2004-12-17 Thread Henry Lu
I studied Axis 1.2 since it started and java2wsdl NEVER worked for D/L. I think the problem is in both of axis.jar and wsdl4j.jar. Specially wsdl4j.jar because it does no generate correct wsdl file for D/L (WS-I compliant). I am still waiting for the Axis development group to fix the problem. -Hen

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 ant task not keeping method param names

2004-10-12 Thread mmosttler
-From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 8:55 AMTo: [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

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 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 don’t see parameter names in wsdl when I use this command.         <target n

RE: Java2WSDL ant task not keeping method param names

2004-10-08 Thread Sagar Pidaparthi
nt     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 pa

RE: Java2WSDL ant task not keeping method param names

2004-10-08 Thread Sagar Pidaparthi
a command line command    I would appreciate any help.   Regards   Sagar   -Original Message- From: Curt P. Stanton [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 10:15 AM To: [EMAIL PROTECTED] Subject: RE: Java2WSDL ant task not keeping method param names   Thanks

RE: Java2WSDL ant task not keeping method param names

2004-10-08 Thread Curt P. Stanton
- From: 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

RE: Java2WSDL ant task not keeping method param names

2004-10-08 Thread Sagar Pidaparthi
, October 08, 2004 8:47 AM To: [EMAIL PROTECTED] Subject: RE: Java2WSDL ant task not keeping method param names   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

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 AM

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 help

2004-08-25 Thread Anand Natrajan
CTED] : 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 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 wai

RE: Java2WSDL help

2004-08-25 Thread Anderson Jonathan
approach. http://marc.theaimsgroup.com/?l=axis-user&m=108437425229600&w=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 wi

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 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 file

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 file

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 specif

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: http://xml.apache.org/axis/wsdd/"; xmlns:xsd="http://www.w3.o

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

2004-08-02 Thread Roy, Anthony
above, setting the appropriate properties to match my service. I have included an embedded classpath which points to the directory the classes are compiled into, and yet I still get a ClassNotFoundException. Any other ideas? Thanks, -- Anthony Roy. > -Original Message----- > From: Arn

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 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
> Your path should look like > > > > > > > > Christophe I have made the amendment, and the classpath now has a element pointing to the root directory of where the compiled classes are located, but the java.lang.ClassNotFoundExcept

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 classes/uk/bl/bspa/estar/

RE: java2wsdl Help needed

2004-07-13 Thread Bill Werth
: Tuesday, July 13, 2004 6:35 AM To: '[EMAIL PROTECTED]' Subject: RE: java2wsdl Help needed In case you needed it, here is a simple straight-forward example for you to follow: http://www.onjava.com/pub/a/onjava/2002/06/05/axis.html?page=2 -Original Message- From: Mayur Shetye [mai

RE: java2wsdl Help needed

2004-07-13 Thread Meloro, John
In case you needed it, here is a simple straight-forward example for you to follow: http://www.onjava.com/pub/a/onjava/2002/06/05/axis.html?page=2 -Original Message- From: Mayur Shetye [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 9:24 AM To: [EMAIL PROTECTED] Subject: RE

RE: java2wsdl Help needed

2004-07-13 Thread Mayur Shetye
Thanks Laxma and Christophe. I also have generated similar WSDL using toold from JDeveloper but it also makes another Iservice1.java file. I still am confused about a few things . To implement a webservice >>> 1. I write the interface 2. I write the implementation of the interface, 3.I gener

Re: java2wsdl Help needed

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

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 - Message element in WSDL for RPC/Lit and Doc/lit (wrapped)

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

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

2004-07-07 Thread sanjay
Replying to my own question I think for doc/lit referring to element makes sure that a part will have only one child element, which is a requirement for doc/lit. But still not sure why RPC/lit must refer to a type ?   regards Sanjay     -Original Message- From: sanjay [mail

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 ant task ignores its 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 its

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 h

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

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 P

Re: java2wsdl include wsd file

2004-03-23 Thread Jeff Greif
" ...> http://schemas.xmlsoap.org/soap/encoding/"/> ... Jeff - Original Message - From: Oleg Lebedev To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 7:18 AM Subject: RE: java2wsdl include wsd file Hi Jagannath. See th

RE: java2wsdl include wsd file

2004-03-23 Thread Oleg Lebedev
ema"> Hope this helps. Oleg -Original Message-From: jagannath [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 12:23 AMTo: Oleg LebedevCc: [EMAIL PROTECTED]Subject: Re: java2wsdl include wsd fileDear Oleg,I am also facing the same problem as menti

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 Ole

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

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 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() interface seems simple, try to write the deploy.wsdd and the client code yourself and deploy the s

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.

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. http://localhost:8080/axi

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 i

Re: Java2WSDL - why?

2003-12-24 Thread Joel Realubit
you'll need the WSDL produced by Java2WSDL to register your webservice with a UDDI registry, so other clients that are not necessarily written with Axis/Java can locate and invoke your webservice. Ed Pond wrote: *This message was transferred with a trial version of CommuniGate(tm) Pro* So I can

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

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: 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 Sub

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: '[EMA

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

2003-03-28 Thread Davanum Srinivas
to:[EMAIL PROTECTED] > Sent: Friday, March 28, 2003 9:58 AM > To: [EMAIL PROTECTED] > 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 J

Naming parms (was RE: Java2WSDL and DocumentRange)

2003-03-28 Thread Sean Leblanc
class name it's generating the WSDL from. TIA, Sean -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 9:58 AM To: [EMAIL PROTECTED] Subject: Re: Java2WSDL and DocumentRange http://java.sun.com/j2se/1.4/docs/guide/standards/index.ht

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 > org.apa

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. > > type="tns5:Options"/> are you including another wsdl-file (with -I) or using the "extraClasses" option? I've had some trouble relating to this. See my previous post

RE: Java2WSDL problem for vandana

2003-03-14 Thread parmod mehta
y-To: [EMAIL PROTECTED] To: <[EMAIL 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] S

RE: Java2WSDL problem.

2003-03-09 Thread Balakrishna, Vandana (Cognizant)
Hi, I realised my problem. The "collectionserializer" and "collectiondeserializer" that I am using use the soap.jar provided by Apache and not the AXIS Apis. The current (de)serializer uses the marshall and unmarshall methods while the AXIS APIs do not have such methods. Has anybody written c

RE: Java2WSDL problem for vandana

2003-03-09 Thread Balakrishna, Vandana (Cognizant)
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 To: [EMAIL PROTECTED] Subject: Re: Java2WSDL problem for vandana Hi, Sorry I don&#

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

RE: Java2WSDL and transient members

2002-12-21 Thread Tom Elrod
D] > Subject: Re: Java2WSDL and transient members > > > Hi Tom - > > One of your methods references MBeanServer, setMBeanServer(MBeanServer > server). > > Axis is letting you know that the type will not be directly mapped. > > /Chris > > > - Original Mess

RE: Java2WSDL Enum handling question

2002-12-19 Thread Steve Kinsman
.com> cc:

RE: Java2WSDL Enum handling question

2002-12-19 Thread Rajal Shah
help. -- Rajal -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 fol

RE: Java2WSDL Enum handling question

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

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 generate

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

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

2002-12-12 Thread Tom Jordahl
, December 12, 2002 5:54 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Java2WSDL - Bug found on generating the wsdl:service Name by java:EJB Provider Hello, This problem occures only in Versions after Axis 1.0 on the Serverside. The WSDL will be generated on the fly through the WSDD with

  1   2   >