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
Hi, I will answer the first one. I'll let others answer the rest. I'm interested in the answers to those as well. When you generate WSDL from your interface, somehow Axis ignores your parameter names and uses in0, in1, etc. What I usually do is edit the WSDL file and changed all occurrences of i

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
Supply the --implClass option with a class that was compiled with -g. Rich 'Shirley' Scheuerle IBM WebSphere & Axis Web Services Development 512-838-5115 (IBM TL 678-5115) [EMAIL PROTECTED] 06/25/2002 07:33 AM Please respond to axis-user To: [EMAIL PROTECTED] cc: