users@jax-rpc.java.net

Re: client code with no WSDL

From: Sam D <bytecode_at_PHREAKER.NET>
Date: Tue, 01 Jul 2003 14:36:11 -0400

I was actually looking for an example of the config.xml for
wscompile

=samuel



Anne Thomas Manes wrote:
>
> 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
> >