users@jax-rpc.java.net

Re: client code with no WSDL

From: Anne Thomas Manes <anne_at_MANES.NET>
Date: Sat, 28 Jun 2003 07:31:49 -0400

You can generate WSDL from the service code, and then use that to generate
your client stub, but that won't guarantee success. If it doesn't work, then
you'll need to speak to the service provider to find out binding
information:
- RPC or Document style
- If RPC, what namespace should be used for the message
- Encoded or Literal
- What's the expected message structure
- What should the SOAPAction be

Anne

----- Original Message -----
From: "Sam D" <bytecode_at_PHREAKER.NET>
To: <JAXRPC-INTEREST_at_JAVA.SUN.COM>
Sent: Saturday, June 28, 2003 1:02 AM
Subject: client code with no WSDL


> Can I write a JAX-RPC client even if I dont have the
> WSDL ?
>
> I have the Java code for the service.
>
> Thanks
>