users@jax-rpc.java.net

onewayoperations

From: Kevin Jones <kevinj_at_develop.com>
Date: Thu, 5 Aug 2004 11:58:37 +0100

I have a Java interface that looks like this

public interface Test
{
    public void ping(String data);
    public String echo(String data);
}

If I run wscompile with -f:documentliteral, useonewayopertaions, then *both*
methods get generated as one way, i.e. neither has an output element in the
generated WSDL.

This is in JWSDP 1.4, I'm sure this worked in 1.3. Is this a bug or is it
supposed to work this way?

Kevin Jones
http://kevinj.develop.com


---------------------------------------------------------------------
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