RE: Parameters name, Helpers, Skeleton

2004-07-20 Thread Arnaud Vezain
Thanks Bill and Roslan, I've solved my first problem/question. The solution was to compile the implementation class with the debug option (default in eclipse 3.0) and to use the -i option when using the Java2Wsdl tool. I also tested it with an Ant script and it works well (the -i tool option is e

RE: Parameters name, Helpers, Skeleton

2004-07-19 Thread Bill Werth
27;m having to make it into a class with empty method bodies to work around this issue. -Original Message- From: Roslan Amir [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 10:29 PM To: [EMAIL PROTECTED] Subject: Re: Parameters name, Helpers, Skeleton Hi, I will answer the first o

Re: Parameters name, Helpers, Skeleton

2004-07-19 Thread Roslan Amir
o you, you have to edit the WSDL to put them in the correct order. Roslan Arnaud Vezain wrote: Hello, I'm writing web-services based on Axis and I have several problems. 1) When I write the interface of my RPC-Service I specify my own parameters name. But when I generate the others classes of

Parameters name, Helpers, Skeleton

2004-07-19 Thread Arnaud Vezain
Hello, I'm writing web-services based on Axis and I have several problems. 1) When I write the interface of my RPC-Service I specify my own parameters name. But when I generate the others classes of my service, my initial interface is overwritten and the parameters name change to in0, in1

RE: Parameters Name

2002-06-27 Thread Naresh Bhatia
Title: RE: Parameters Name Well, I tried compiling my interface class with -g but that does not put the parameter names in the wsdl. I had to create a dummy implementation class, compile it with -g and then supply it to Java2WSDL with the --implClass option. Only then the proper parameter

RE: Parameters Name

2002-06-27 Thread Heitzso
Thanks. > Naresh > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 25, 2002 10:19 AM > To: [EMAIL PROTECTED] > Subject: Re: Parameters Name > > > Supply the --implClass option with a class that was compiled with

RE: Parameters Name

2002-06-27 Thread Naresh Bhatia
Title: RE: Parameters Name - But isn't Java2WSDL supposed to generate the implementation class? - Can't Java2WSDL pick the parameter names from the class-of-portType if it is compiled with -g? Thanks. Naresh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Parameters Name

2002-06-26 Thread scheu
ECTED]> 06/26/2002 10:46 AM Please respond to axis-user To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject:RE: Parameters Name Is there anyway to do this with http://.../Service?wsdl? -- Jason Lee - Programmer 405.74

RE: Parameters Name

2002-06-26 Thread Jason D. Lee
Is there anyway to do this with http://.../Service?wsdl? -- Jason Lee - Programmer 405.745.1789 Hobby Lobby Stores, Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 9:19 AM To: [EMAIL PROTECTED] Subject: Re: Parameters Name

Re: Parameters Name

2002-06-25 Thread scheu
ED] cc: Subject: Parameters Name Hi, When i use Java2WSDL, it replaces methods parameters name with in0, in1 and so on... Is it possible to keep original parameters names ? I need the meaning included in their original name. Thx for any help about this. Cedric

Parameters Name

2002-06-25 Thread cmeyer
Hi, When i use Java2WSDL, it replaces methods parameters name with in0, in1 and so on... Is it possible to keep original parameters names ? I need the meaning included in their original name. Thx for any help about this. Cedric