> From: Doug Kohlert [mailto:Doug.Kohlert_at_Sun.COM]
> Sent: Friday, June 18, 2004 4:57 AM
> To: users_at_jax-rpc.dev.java.net
> Subject: Attention JAXRPC RI Users: FeedBack needed
>
...
> Also, let me know if you are aware that there are Wscompile
> and Wsdeploy
> ant tasks available in
> the com.sun.xml.rpc.tools.ant. package.
Hello Doug,
Was not aware of the tasks before your email. :-)
Problem was then to investigate the parameters. Found no documentation
besides from a usage sample in a discussion forum. But, okay, you can
just check the supported get/set operations on the class.
I do use wscompile way simple
<target name="wscompile Service">
<wscompile
config="misc/wscompile-config.xml"
verbose="true"
base="tmp/wscompile_output"
define="true"
classpath="."
keep="true"
mapping="tmp/wscompile_output/wscompile_created_mapping.xml"
features="wsi"
/>
</target>
cu
Merten
---------------------------------------------------------------------
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