RE: How do you get around "referenced but not defined" in wsdl2java tool

2004-07-14 Thread Sagar Pidaparthi
gar -Original Message- From: Christophe Roudet [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 6:02 AM To: Sagar Pidaparthi Subject: RE: How do you get around "referenced but not defined" in wsdl2java tool I can't see a declaration in you BaseGroupGroupModel.wsdl. You n

RE: How do you get around "referenced but not defined" in wsdl2java tool

2004-07-13 Thread Sagar Pidaparthi
PROTECTED] Sent: Tuesday, July 13, 2004 6:02 AM To: Sagar Pidaparthi Subject: RE: How do you get around "referenced but not defined" in wsdl2java tool I can't see a declaration in you BaseGroupGroupModel.wsdl. You need to declare the BaseGroupModel type, not the services related t

RE: How do you get around "referenced but not defined" in wsdl2java tool

2004-07-12 Thread Sagar Pidaparthi
Title: RE: How do you get around "referenced but not defined" in wsdl2java tool Hi, Thanks for your help so far.  I appreciate you’re your help, but I have not yet been able to solve my problem and I see new errors, which I report below.   I am working on several inter-related ob

RE: How do you get around "referenced but not defined" in wsdl2java tool

2004-07-10 Thread Christophe Roudet
wsdl2java Thanks Sagar -Original Message- From: Christophe Roudet [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 3:27 PM To: [EMAIL PROTECTED] Subject: RE: How do you get around "referenced but not defined" in wsdl2java tool If you are using java2wsdl to generate your ws

RE: How do you get around "referenced but not defined" in wsdl2java tool

2004-07-09 Thread Sagar Pidaparthi
3:27 PM To: [EMAIL PROTECTED] Subject: RE: How do you get around "referenced but not defined" in wsdl2java tool If you are using java2wsdl to generate your wsdl you can: - specify an input wsdl file with your types (--input ) - specify extra-classes to add (-e, --extraClasses ) See java2w

RE: How do you get around "referenced but not defined" in wsdl2java tool

2004-07-09 Thread Sagar Pidaparthi
Subject: RE: How do you get around "referenced but not defined" in wsdl2java tool If you are using java2wsdl to generate your wsdl you can: - specify an input wsdl file with your types (--input ) - specify extra-classes to add (-e, --extraClasses ) See java2wsdl doc http://ws.ap

RE: How do you get around "referenced but not defined" in wsdl2java tool

2004-07-09 Thread Christophe Roudet
: Christophe From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 6:15 PM To: [EMAIL PROTECTED] Subject: How do you get around "referenced but not defined" in wsdl2java tool     Hi, How do you get around "

How do you get around "referenced but not defined" in wsdl2java tool

2004-07-09 Thread Sagar Pidaparthi
Title: How do you get around "referenced but not defined" in wsdl2java tool     Hi, How do you get around "referenced but not defined" while generating java from wsdl2java tool?  Please see below the error stack trace. Regards Sagar PS: Type  BaseGroupModel i