RE: WSDL2Java auto toString()

2002-03-20 Thread Tom Jordahl
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

WSDL2Java auto toString()

2002-03-19 Thread Token Scotsman
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