users@jax-rpc.java.net

Re: how i can make one service to call another service?

From: Arun Gupta <Arun.Gupta_at_Sun.COM>
Date: Mon, 02 Feb 2004 16:40:57 -0800

Let's say you want service A to invoke service B. In that case, you need
to ensure that client-side artifacts for service B are available in
service A's classpath. For instance, you can generate the client-side
artifacts, package them in a jar file and keep that jar file available
in /WEB-INF/lib directory of service A's war file. And then you can
invoke service B from service A using static stubs invocation model.

Thanks for your interest in JAX-RPC.

Regards,
-Arun

Sitapa Rujikietgumjorn wrote:

> hi
>
> i've already built two services but how i can make one service to call
> another service?
>
> thanks,
>
> SR
>
>
> ------------------------------------------------------------------------
> Help STOP spam with the new MSN 8 <http://g.msn.com/8HMBEN/2731??PS=>
> and get 2 months
> FREE*---------------------------------------------------------------------
> 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


-- 
got Web Services ?
Download Java Web Services Developer Pack from
http://java.sun.com/webservices
---------------------------------------------------------------------
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