Specifying Data Constraints

2002-06-09 Thread Martin Jericho
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

WSDL2Java Design Issue

2002-06-09 Thread Martin Jericho
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