users@jax-rpc.java.net

Re: parameter name

From: Doug Kohlert <Doug.Kohlert_at_Sun.COM>
Date: Mon, 02 Jan 2006 08:22:07 -0800

Sure, just run wsimport on it and it will generate a service class for
you that you can use to get a port
proxy that will implement the generated sei.

Amit Soni wrote:

> Doug Kohlert wrote:
>
>> Amit,
>> Not with JAX-RPC, with JAX-WS you can do that. Have you considered
>> using JAX-WS? JAX-WS is the next
>> generation Web Services API. You can learn more about JAX-WS at
>> http://jax-ws.dev.java.net.
>>
>> Amit Soni wrote:
>>
>>> Hi all,
>>>
>>> Right now i am generating wsdl file using my interface with wscompile.
>>>
>>> When it generating the wsdl file in that file the name of the
>>> paramete comes like String_1 int_1 etc..
>>>
>>> so is there any facility through which i can give the custome name
>>> instead of these type of name or
>>> the same name i specified in interface's methods signature.
>>>
>>> Thanks,
>>> Amit Soni
>>>
>>> ----------------------------------------------------------
>>> Netcore Solutions Pvt. Ltd.
>>> Website: http://www.netcore.co.in
>>> Spamtraps: http://cleanmail.netcore.co.in/directory.html
>>>
>>> Support FAQ : http://support.netcore.co.in/
>>> ----------------------------------------------------------
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
>>> For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net
>>>
>>
> Hi Doug,
>
> Thanks for u r reply.
>
> Sience i am not a senior person here so i just made convention to use
> jax-ws for our
> project development.
>
> Can u tell me is there any facility trough which i can generate client
> proxy java code using
> existing wsdl file??
>
> Thanks,
> Amit Soni
>
> ----------------------------------------------------------
> Netcore Solutions Pvt. Ltd.
> Website: http://www.netcore.co.in
> Spamtraps: http://cleanmail.netcore.co.in/directory.html
>
> Support FAQ : http://support.netcore.co.in/
> ----------------------------------------------------------
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
> For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net
>

-- 
 - Doug