Re: exposing sub classes in WSDL

2004-01-28 Thread Stuart Barlow
al Message- From: Stuart Barlow [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 9:03 AM To: [EMAIL PROTECTED] Subject: exposing sub classes in WSDL How do I get sub classes exposed (defined) in my WSDL when only super classes are mentioned in web service interface? Is the best pract

RE: exposing sub classes in WSDL

2004-01-27 Thread Wagh, Shrikant
ILITY OF SUCH DAMAGE. = -Original Message- From: Stuart Barlow [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 9:03 AM To: [EMAIL PROTECTED] Subject: exposing sub classes in WSDL How do I get sub classes exposed (defined)

exposing sub classes in WSDL

2004-01-27 Thread Stuart Barlow
How do I get sub classes exposed (defined) in my WSDL when only super classes are mentioned in web service interface? Is the best practice just to add some dummy methods to interface that expose the requried sub-types? Ta, Stuart.