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 methods show up in the dynamically generated WSDL file 
(http://localhost:8080/axis/services/LdapUserManager?wsdl).

If I add the 
methods in UserManagerRemote than they do appear in the WSDL.

Is this a bug or do I need to 
do something different?

Please cc me when replying because I'm not on the list.

-- 

Nick Wilcox.





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to