DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13808>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13808 java:EJB provider does not work ? ------- Additional Comments From [EMAIL PROTECTED] 2002-10-23 09:31 ------- I finally managed to get it work. in deploy.wsdd, i changed allowed methods to include just those of my web service (instead of "*") <parameter name="allowedMethods" value="sayHello" /> I don't get any error when I try to get the wsdl and my client class works correctly too. I still think this is a bug. I think initServiceDesc should be overrided so that methods that are from EJBObject be ignored. We could otherwise use another parameter in deploy.wsdd to specify a Service Endpoint Interface. I have included a zip that now works. I think it could be included with axis as a sample for java:EJB provider.