Is there any formal way of specifying which RPC method arguments are
optional/mandatory in the WSDL generated by Java2WSDL? Is there any way to
have comments or method descriptions appear in it?
Thanks for any help
Can someone please tell me why WSDL2Java creates new classes for any data
sent via RPC rather than using the original classes?
For example, if I have a bean called MyBean which contains a property called
MyProperty and some other public methods as follows:
public class MyBean {
protected Str