RE: [JBoss-dev] writing a jboss.net (jmx.net?) client

2002-09-25 Thread Matt Munz
Message- From: Matt Munz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 10:49 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] writing a jboss.net (jmx.net?) client CGJ, Thanks for your response. A) generate wsdl from the deployed web services. B) generate stub classes

RE: [JBoss-dev] writing a jboss.net (jmx.net?) client

2002-09-24 Thread Matt Munz
CGJ, Thanks for your response. A) generate wsdl from the deployed web services. B) generate stub classes from the wsdl using wsdl2java. This is the first thing that I tried and it did not work. I didn't take a lot of time to firgure out why this is the case, since the jboss.net testcase