AW: [JBoss-user] Problem in Jboss.net with WSDL

2002-10-10 Thread Jung , Dr. Christoph
An: [EMAIL PROTECTED] Betreff: [JBoss-user] Problem in Jboss.net with WSDL I have a stateless session bean whose remote interface extends another interface. public interface UserManagerRemote extends IUserManager, EJBObject { // All business methods defined in IUserManager } Whe

[JBoss-user] Problem in Jboss.net with WSDL

2002-10-08 Thread Nicholas Wilcox
I have a stateless session bean whose remote interface extends another interface. public interface UserManagerRemote extends IUserManager, EJBObject { // All business methods defined in IUserManager } When I expose this EJB as a webservice through jboss.net none of the met