Hi All, I'm currently looking into using the WSIF extensions for EJB for the purpose of generating the local & home interfaces of an EJB class that will be used by a generated adapter class in an application. From looking at the example EJB wsdl file at http://ws.apache.org/wsif/providers/wsdl_extensions/ejb_extension.html, I can see how a remote interface is described. I was wondering if anyone has an example of how a home interface may be described, could it be included in the same wsdl or should it be defined in a seperate wsdl?, also as to the names of the generated interfaces, obviously they would need to match the names of the interfaces exposing the EJB bean, would they then follow the standard Sun coding convention?, i.e.
 
Enterprise bean class
<name>Bean
AccountBean
Home interface
<name>Home
AccountHome
Remote interface
<name>
Account
 
Any examples or suggestions greatly appreciated.
 
Thanks
 
Damien
 

Reply via email to