Hi,
The current nightly build muse-2.2.0-2007-01-29-02-00-bin seems to
generate invalid proxy code.
When running wsdl2java -proxy on the SimpleResource sample and the
generated proxy file contains an additional slashes (/) in the class
definition and some method signatures.
I got something like this.
public class /SimpleResourceProxy
extends WsResourceClient implements /SimpleResource
public /SimpleResourceProxy(EndpointReference param0,
EndpointReference param1) {
super(param0, param1);
}
Andreas