users@jax-rpc.java.net

Questions using JAX-RPC as a server as well as client....

From: Rajesh Chawla <Rajesh.Chawla_at_SYBASE.COM>
Date: Wed, 11 Dec 2002 16:19:58 -0700

Hi folks,

I am trying to use the JAX-RPC software in scenarios as a server
as well as a client and I ran into a few questions:

On the server side:

1. How can I specify the binding of a service to be document/literal
     instead of rpc/encoding? Any examples?

2. I want to support the concept of sessions using cookies. Can I do
     this using the JAXRPCServlet or do I need to write my own
     servlet?

Question on the client side:

1. I am parsing the model file generated by xrpcc to find the Java class
     name that represents each parameter for a web method. I am also
     using the model file to find the services and ports specified in the
WSDL
     file. Is this a reasonable approach? If not, are there other tools in
     the distribution that I could use?

2. How can I send a cookie in the Post message to maintain session
information
     on the server?

Regards,
Rajesh