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
À : [EMAIL PROTECTED] <<>> Objet : Re: java2wsdl ant task for document/literal <<>> <<>> <<>> Good question. I assume that this problem was <<>> talked about so many <<>> times up here, someone must listen. However, I am <

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