EMAIL PROTECTED]]
Sent: Tuesday, March 19, 2002 5:27 AM
To: [EMAIL PROTECTED]
Subject: WSDL2Java auto toString()
Dev people,
would it be possible to get WSDL2Java to generate toString() functions
for user defined types in a web service: E.g:
public class UserDefinedType {
public int Int
Dev people,
would it be possible to get WSDL2Java to generate toString() functions
for user defined types in a web service: E.g:
public class UserDefinedType {
public int IntValue;
public String StringValue;
}
Would it be possible to get WSDL2Java to generate a toString() function f