Derek-
If I understand correctly what you are asking, a jaxrpc dii client seems
like
what you are looking for- The catch with dii, is that Object parameters
and return
types need to be very simple unless you register serializers in the
serializer registry-
Object return = call.invoke(Object[] params)
Please see the jwsdp 1.4 tutorial that is available on
java.sun.com/webservices
ant the jwsdp 1.4 developer pack also downloadable.
If you have more questions after this, please be in touch-
Kathy
Derek Richardson wrote:
>Flip side of my last question: now I want to dynamically create
>services. I can write an implementation like this:
>
>Class Impl {
> public boolean doSomething(Object[] params) {
> ...
> }
>}
>
>Now, I want to expose this implementation as different operations to end
>users, each with a unique name and potentially different parameters
>(declared explicitly, not as an Object[]), though it will always return
>boolean. And I want to do this dynamically, at runtime.
>
>Any advice on how to do this?
>
>Thanks,
>
>Derek Richardson
>
>---------------------------------------------------------------------
>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
>
>
>
---------------------------------------------------------------------
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