RE: WSDL generation problem

2004-04-15 Thread Rob Jellinghaus
If ever a problem deserved to be a FAQ on the Wiki, this is it. I had exactly the same problem only with http://util.java; instead of http://management.javax;. Overall the java2wsdl documentation MUST describe what to do when this problem is hit Cheers, Rob -Original Message- From:

RE: WSDL generation problem

2004-04-15 Thread Rob Jellinghaus
] Sent: Thursday, April 15, 2004 2:24 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: WSDL generation problem Rob, Jagannath, you should not get this problem in Axis 1.2 Beta. If you do, then please open a bug report. thanks, dims --- Rob Jellinghaus [EMAIL PROTECTED] wrote: If ever

RE: WSDL generation problem

2004-04-15 Thread Rob Jellinghaus
can you please try using the stopClasses option to skip the javax.ejb.EJBObject class? -- dims --- Rob Jellinghaus [EMAIL PROTECTED] wrote: I just got this problem with the latest CVS (20040414). I will file a bug report if I can make the time to do so (I have moved on from using Axis, given

RE: WSDL generation problem

2004-04-15 Thread Rob Jellinghaus
: Thursday, April 15, 2004 3:28 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: WSDL generation problem i don't have a ejb container so i tried to strip down the class and did not see any problem. see the java and build.xml enclosed. -- dims --- Rob Jellinghaus [EMAIL PROTECTED] wrote: Did

java2wsdl ant task ignores its classpath tag

2004-04-14 Thread Rob Jellinghaus
I am trying to get started with java2wsdl. I am working with the EJB sample in the latest Axis nightly CVS (the first 20040414 one). As delivered, ws-axis/java/samples/ejb/ant-build.xml cannot actually run the java2wsdl targets. The README in that directory says to specify a classpath which

RE: java2wsdl ant task ignores its classpath tag

2004-04-14 Thread Rob Jellinghaus
JIRA issue filed: http://nagoya.apache.org/jira/browse/AXIS-1315 Sorry for the long lines in the issue :-( Cheers, Rob -Original Message- From: Rob Jellinghaus [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 3:16 PM To: [EMAIL PROTECTED] Subject: java2wsdl ant task ignores

RE: Need suggestions on web service interop and design

2004-04-14 Thread Rob Jellinghaus
If you like that paper I'll go you one better: http://www.research.microsoft.com/~emeijer/Papers/oopsla.pdf Cheers! Rob -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 4:06 PM To: [EMAIL PROTECTED] Subject: RE: Need suggestions on web

RE: Need suggestions on web service interop and design

2004-04-14 Thread Rob Jellinghaus
You are advocating an approach that builds Java language specific types first and generating WSDL + Schema from them, using a SOAP platform specific WSDL emitter. Not everyone is sold on this approach, given that the different SOAP platforms on the market right now all have a) differing levels of

RE: Need suggestions on web service interop and design

2004-04-14 Thread Rob Jellinghaus
And even more interesting: http://lambda.weblogs.com/discuss/msgReader$6642 ok, that's all. Thanks for your patience, Rob -Original Message- From: Rob Jellinghaus [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 4:14 PM To: [EMAIL PROTECTED] Subject: RE: Need suggestions