users@jax-rpc.java.net

Creating a service/client from WSDL

From: Maneesha Jain <maneesha.jain_at_sun.com>
Date: Tue, 25 Feb 2003 13:52:52 -0800

Hi,

Given a WSDL that uses document/literal, I'm trying to create a service,

deploy and then create client for it.

Are there steps available on how to accomplish this ?

After generating the server stubs using wscompile, I'm trying to follow
the HelloWorld tutorial steps
to create and deploy the service on tomcat.

It seems the WSDL created by wsdeploy is using rpc/encoded. How do I
give hint to wsdeploy to create the WSDL using document/literal or to
use the
original WSDL that I have in hand.

Maneesha