Axis and Maven

2004-01-23 Thread luis . novais
Hi all, Have any of you already created a project were used maven and axis? I'm considering that possibility now, but there are issues like the generation of java from wsdl, which requires some work, like creating a plugin! Does any of you already had to battle with this? Thanks Luis Novais

RE: Content-length: 0

2002-04-23 Thread Luis Novais
nd it worked ok.   Chears Luis Novais

Content-length: 0

2002-04-23 Thread Luis Novais
he servlet and looks like is reaching the AxisServlet, I tried to turn on the log, changing the INFO to DEBUG in the log4j.properties inside axis.jar, but didn't work.   Did this happended to someone else?   Thanks Luis Novais   PS. With the version of 7 April everything works fine.

Re: Problem with WSDL2JAVA (generated code doesn't compile)

2002-03-14 Thread Luis Novais
The solution is not giving the name "value" to the element, once the code generation uses this name in the argument of a method. Chears Luis Novais - Original Message - From: "Nuno Guerreiro" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday

Re: Problem with wsdl2java generator

2002-03-13 Thread Luis Novais
mention simpler to program to.   -- Tom Jordahl Macromedia   -Original Message-From: Luis Novais [mailto:[EMAIL PROTECTED]]Sent: Wednesday, March 13, 2002 11:09 AMTo: [EMAIL PROTECTED]Subject: Problem with wsdl2java generator Hi,   With the utility wsd

Problem with wsdl2java generator

2002-03-13 Thread Luis Novais
pt.bcp.cidadebcp.webservices.system.CodePositionsType codePositions;. }      This mean, without the array   I supose the first one is the correct one. Any comments about this would be apreciated.   Luis Novais  

Re: WSDL2Java limitation or not?

2002-02-26 Thread Luis Novais
to change the schema and the method receive the 2 arguments and the service takes care of handling then.     - Original Message - From: Luis Novais To: [EMAIL PROTECTED] Sent: Tuesday, February 26, 2002 5:23 PM Subject: WSDL2Java limitation or not? Hi

WSDL2Java limitation or not?

2002-02-26 Thread Luis Novais
item it's fine.   Probably who did this thought well, my suggestion is one command line option to give us the flexibility to generate code in this case   I supose is something in SchemaUtils.     Thanks, and keep the good work Luis Novais

Re: samples.encoding with samples.userguide5 problem

2002-02-21 Thread Luis Novais
Hi, try setting the return type if is a string: call.setReturnType( XMLType.XSD_STRING ); chears. - Original Message - From: "Kris Melotte" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 21, 2002 5:46 PM Subject: RE: samples.encoding with samples.userguide5 p