incomplete generated WSDL file

2006-10-12 Thread Nicolas Urien
Hi,   I am using Axis v1.4.   My axis generated WSDL file is incomplete (method description is missing).   Attached are my implementation class and generated wsdl file.   Here are my scripts arguments (Java2WSDL):   -o ${project_loc}/src/main/wsdl/Instance.wsdl -l "http://localhost:9000/ins

Axis issue on Websphere

2006-10-09 Thread Nicolas Urien
e help me please?   Also, can an axis web server work on a Websphere server or not?   cheers   _ Nicolas URIEN | Capgemini Sud | Nice www.fr.cap

Re: Unreachable code with WSDL2Java

2006-07-10 Thread Nicolas Urien
can I do please? (I have already googled for it but returned articles are very few)Thanks- Original Message From: Anne Thomas Manes <[EMAIL PROTECTED]>To: axis-user@ws.apache.org; Nicolas Urien <[EMAIL PROTECTED]>Sent: Thursday, July 6, 2006 1:30:12 AMSubject: Re: Unreachable

Re: stop axis query

2006-07-07 Thread Nicolas Urien
Hi,Have you investigated this aynchronous operation mode of an axis2 web service (non blocking API)?http://ws.apache.org/axis2/1_0/userguide3.html#EchoNonBlockingClient - Original Message From: aliban <[EMAIL PROTECTED]>To: axis-user@ws.apache.orgSent: Friday, July 7, 2006 11:34:36 AMSubjec

Re: how to specify a specific bean with WSDL2Java.bat?

2006-07-07 Thread Nicolas Urien
Hi,Can anyone help me about this?Thnks in advance,- Original Message From: Nicolas Urien <[EMAIL PROTECTED]>To: axis-user@ws.apache.orgSent: Thursday, July 6, 2006 5:19:55 PMSubject: Re: how to specify a specific bean with WSDL2Java.bat?Please help me.This is the problem:I have oper

Re: how to specify a specific bean with WSDL2Java.bat?

2006-07-06 Thread Nicolas Urien
/WebServiceAncre?wsdlThanks in advance for help- Original Message From: Davanum Srinivas <[EMAIL PROTECTED]>To: axis-user@ws.apache.org; Nicolas Urien <[EMAIL PROTECTED]>Sent: Tuesday, July 4, 2006 8:56:39 AMSubject: Re: how to specify a specific bean with WSDL2Java.bat?latest nightly?-- d

Re: Unreachable code with WSDL2Java

2006-07-05 Thread Nicolas Urien
service side)?I really appreciate your help,- Original Message From: Anne Thomas Manes <[EMAIL PROTECTED]>To: axis-user@ws.apache.org; Nicolas Urien <[EMAIL PROTECTED]>Sent: Wednesday, July 5, 2006 3:13:29 PMSubject: Re: Unreachable code with WSDL2JavaJust to clarify -- a Java2

Re: Unreachable code with WSDL2Java

2006-07-05 Thread Nicolas Urien
al Message From: Anne Thomas Manes <[EMAIL PROTECTED]>To: axis-user@ws.apache.org; Nicolas Urien <[EMAIL PROTECTED]>Sent: Tuesday, July 4, 2006 10:34:53 PMSubject: Re: Unreachable code with WSDL2JavaIf you want Axis2 to generate your WSDL for you, then I stronglysuggest that you upgrade

Re: Unreachable code with WSDL2Java

2006-07-04 Thread Nicolas Urien
gt;To: axis-user@ws.apache.org; Nicolas Urien <[EMAIL PROTECTED]>Sent: Tuesday, July 4, 2006 6:04:08 PMSubject: Re: Unreachable code with WSDL2JavaYour WSDL has errors. I assume you generated the WSDL using Java2WSDL.If you do so, make sure you use the latest build. Or you could use theJava2WSDL too

Re: Unreachable code with WSDL2Java

2006-07-04 Thread Nicolas Urien
tures, especially regarding performance (on both server and client side)?- isn't there a way to make this Java2WSDL tool from Axis2 work?Thanks a million for your help and knowledge,- Original Message From: Anne Thomas Manes <[EMAIL PROTECTED]>To: axis-user@ws.apache.org; Nicolas Urien &

Re: Unreachable code with WSDL2Java

2006-07-04 Thread Nicolas Urien
SOAP processing like :// create SOAP envelope with that payloadorg.apache.axiom.soap.SOAPEnvelope env = null;Please help me! I feel desperate about thisThnaks- Original Message ----From: Nicolas Urien <[EMAIL PROTECTED]>To: axis-user@ws.apache.orgSent: Tuesday, July 4, 2006 11:55:57 AMSubj

Unreachable code with WSDL2Java

2006-07-04 Thread Nicolas Urien
Hi,When I generate my stub with WSDL2java, I got an Unreachable code compilation errors in it.Compilation error is here in my WebServiceAncreStub.java:// create message context with that soap envelopeorg.apache.axis2.context.MessageContext _messageContext = new org.apache.axis2.context.MessageConte

Re: how to specify a specific bean with WSDL2Java.bat?

2006-07-03 Thread Nicolas Urien
Hi,I have already checked them. Since I couldn't find any relevant option, I have made this post.Could someone help me please?cheers- Original Message From: Davanum Srinivas <[EMAIL PROTECTED]>To: axis-user@ws.apache.org; Nicolas Urien <[EMAIL PROTECTED]>Sent: Monday, July

how to specify a specific bean with WSDL2Java.bat?

2006-07-03 Thread Nicolas Urien
Hi,I have an operation makeCoffee() on a web service which returns a java bean (mybean)The problem is that the generated client stub returns myStub.mybean and I'd rather have it return mybean instead.Is there a way to tell WSDL2Java.bat to simply generate mybean as the return of makeCoffee()?cheers

Re: java.lang.NoSuchMethodError

2006-07-03 Thread Nicolas Urien
The problem was actually fixed by removing the source attribute in        - Original Message From: Nicolas Urien <[EMAIL PROTECTED]>To: axis-user@ws.apache.orgSent: Monday, July 3, 2006 11:15:37 AMSubject: Re: java.lang.NoSuchMethodErrorHi,Actually , I cannot modify my code. I needr

Re: java.lang.NoSuchMethodError

2006-07-03 Thread Nicolas Urien
nce,- Original Message From: robert lazarski <[EMAIL PROTECTED]>To: axis-user@ws.apache.org; Nicolas Urien <[EMAIL PROTECTED]>Sent: Friday, June 30, 2006 6:43:37 PMSubject: Re: java.lang.NoSuchMethodErrorIf your talking about jndi.properties or any other file, that'd be theusu

Re: java.lang.NoSuchMethodError

2006-06-30 Thread Nicolas Urien
make my JNDI jdbc ressource available to my axis AAR archive please?Thanks a million- Original Message From: robert lazarski <[EMAIL PROTECTED]>To: axis-user@ws.apache.org; Nicolas Urien <[EMAIL PROTECTED]>Sent: Friday, June 30, 2006 3:17:15 PMSubject: Re: java.lang.NoSuchMet

Re: java.lang.NoSuchMethodError

2006-06-30 Thread Nicolas Urien
at org.apache.axis2.AxisFault.(AxisFault.java:159)    ... 3 more- Original Message From: robert lazarski <[EMAIL PROTECTED]>To: axis-user@ws.apache.org; Nicolas Urien <[EMAIL PROTECTED]>Sent: Friday, June 30, 2006 2:07:42 PMSubject: Re: java.lang.NoSuchMethodErrorI've seen t

Re: cannot generate axis2 client stubs

2006-06-29 Thread Nicolas Urien
Suddenly the script started to work!Thanks for your help,- Original Message From: Nicolas Urien <[EMAIL PROTECTED]>To: axis-user@ws.apache.orgSent: Thursday, June 29, 2006 4:08:02 PMSubject: Re: cannot generate axis2 client stubsHi,Sorry but what do you mean exactly please?I am usi

Re: cannot generate axis2 client stubs

2006-06-29 Thread Nicolas Urien
Hi,Sorry but what do you mean exactly please?I am using the axis bundled war ( version 1.0 released on 05-05-06) on tomcat 5.thank you,- Original Message From: Ajith Ranabahu <[EMAIL PROTECTED]>To: axis-user@ws.apache.org; Nicolas Urien <[EMAIL PROTECTED]>Sent: Thursday, June 2

Re: cannot generate axis2 client stubs

2006-06-29 Thread Nicolas Urien
Class.java:164)    at org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(SimpleDBExtension.java:44)    ... 3 more- Original Message From: Kinichiro Inoguchi <[EMAIL PROTECTED]>To: axis-user@ws.apache.org; Nicolas Urien <[EMAIL PROTECTED]>Sent: Thursday,

Re: cannot generate axis2 client stubs

2006-06-29 Thread Nicolas Urien
Hi Kinichiro,No it has parameters :public String echo(String value) {        return value;    }cheers  Nicolas Urien Mobile phone : +33-6 75 77 15 42   Victory favors those who take pains- Original Message From: Kinichiro Inoguchi <[EMAIL PROTECTED]>To: axis-user@ws.apache.o

cannot generate axis2 client stubs

2006-06-28 Thread Nicolas Urien
Hello,I have successfully deployed a very simple aar archive ("hello world") into my axis tomcat server.I started from an implementation class and so I didn't write any wsdl file.I cannot generate the axis2 client stubs. Here is the exception I get (The entity "nbsp" was referenced, but not declare