I have the follwoing JSR 181 defined endpoint. I compiled the class, placed it with my EJB classes (cm.ejb3). And then created an enterprise archive (cm.ear). All my EJBs work great. The WSDL for the class below was generated. The JBoss even shows the creation of the endpoint. However, I cannot find the WSDL URL. I have tried:
http://myhost:8080/cm/SchedulerWS | http://myhost:8080/cm/SchedulerWS?wsdl | http://myhost:8080/cm/SchedulerWSBean | http://myhost:8080/cm/SchedulerWSBean?wsdl | http://myhost:8080/cm/SchedulerWSService | http://myhost:8080/cm/SchedulerWSService?wsdl | http://myhost:8080/cm/SchedulerWSBeanService | http://myhost:8080/cm/SchedulerWSBeanService?wsdl | | I am out of ideas. Any help would be very appreciated! | | The JBoss log file shows: | | 20:05:33,355 INFO [WSDLFilePublisher] WSDL published to: file:/opt/jboss-4.0.4.GA/server/default/data/wsdl/cm.ear/cm.ejb3/SchedulerWSBeanService52820.wsdl | | 20:05:33,511 INFO [ServiceEndpointManager] WebService started: http://myhost:8080/cm/SchedulerWSBean | | package com.my.webservices; | | | | import javax.ejb.Stateless; | | import javax.jws.WebMethod; | | import javax.jws.WebService; | | import javax.jws.soap.SOAPBinding; | | | | @Stateless | | @WebService | | @SOAPBinding(style = SOAPBinding.Style.RPC) | | | | //@WebService(endpointInterface="net.sasainc.cm.webservices.SchedulerWS") | | public class SchedulerWSBean implements SchedulerWS { | | | | @WebMethod | | public String listJobs() { | | return "--> jobs"; | | } | | | | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953157#3953157 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953157 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user