OK. I got that now. Looks like it was placed under http://localhost:8080/EJBHelloService/EJBHello Thanks for showing me where I can find that information at.
-- Sam Merrell On Jan 4, 2008 3:24 PM, Jarek Gawor <[EMAIL PROTECTED]> wrote: > Look for "Configuring EJB JAX-WS Web Service: " log message in the > var/log/geronimo.log file. That log message will also contain the uri > address at which the service is published at. > > The rules for default uri addresses are different for ejb or servlet > -based web services. > > Jarek > > On Jan 4, 2008 4:09 PM, Sam Merrell <[EMAIL PROTECTED]> wrote: > > I've gotten my JAX-WS 2.0 EJB3-based web service working when its > deployed > > as a WAR, but I am not sure how to access the web service when its > packaged > > as an EAR. When I deploy as a war, I can get the WSDL back from > > http://localhost:8080/EJBService/EJBHelloService?wsdl but I can't get to > it > > like that when I deploy as an EAR. > > > > The EAR is packaged like this: > > > > EJBService.ear > > ------META-INF > > -----Application.xml > > ------EJBService.jar > > > > Here is my Application.xml > > > > <?xml version="1.0" encoding="UTF-8"?> > > <application version="5" xmlns=" http://java.sun.com/xml/ns/javaee" > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > > xsi:schemaLocation=" http://java.sun.com/xml/ns/javaee > > http://java.sun.com/xml/ns/javaee/application_5.xsd"> > > > > <description>EJB3 Based JAX-WS 2.0 Web Service</description> > > <display-name>EJB3 Based JAX-WS 2.0 Web Service</display-name> > > <module id="EJBModule_1"> > > <ejb>EJBService.jar</ejb> > > </module> > > </application> > > > > I've also tried to deploy the EAR without an application.xml since Java > EE 5 > > allows an EAR to be deployed without it, but I had no luck with that > either. > > Any suggestions? > > > > -- > > Sam Merrell >
