users@jax-rpc.java.net

Re: WSDL generation

From: Sen, Puny <Punyanjan.Sen_at_SOFTWAREAGUSA.COM>
Date: Thu, 17 Oct 2002 13:23:38 -0600

Vishal,

Thanks for the explanation.

Is it possible to generate WSDL from the source files?

Thanks,
Punyanjan

-----Original Message-----
From: Vishal Goenka [mailto:vgoenka_at_CAMPUSPIPELINE.COM]
Sent: Thursday, October 17, 2002 7:24 AM
To: JAXRPC-INTEREST_at_JAVA.SUN.COM
Subject: Re: WSDL generation


Punyanjan,

wsdeploy uses the class files to generate the WSDL file, and the parameter
names are not preserved in a class file.

--Vishal

On Wed, 16 Oct 2002 17:40:20 -0600, Sen, Puny
<Punyanjan.Sen_at_SOFTWAREAGUSA.COM> wrote:

>Hi,
>
>When I generate a WSDL using wsdeploy, the parameters of my method are
>translated to "String1", "String2", etc. Is there a way to preserve the
>parameter names?
>
>Thanks,
>Puny Sen