Thanks for your quick answer, Tomek. > Maybe your service isn't published. Check server console for > messages about exposing any services.
I didn't find anything that looks like a message connected to my test-webservice-class. I didn't reproduce the step in the Quick Start with maven. Because as far as I know, eclipse publishes my classes to Tomcat. Can you tell me how to verify that my service ist exposed correctly? > > > > On 10/1/07, Stefan Munz <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I try to publish my own webservice as described in the Quick Start > > Guide on the xfire Website. > > > > I'm using eclipse and Tomcat 5.0 (inside eclipse) > > > > When I try to view the wsdl for my webservice: > > http://localhost:8180/webservice-test/services/MyClass?wsdl > > > > I just get an empty page with the remark: > > "Generated by XFire ..." > > > > My services.xml is reduced to the minimum that I need to run my > > webservice: > > <beans> > > <service> > > <name>MyClassImpl</name> > > <serviceClass>smwstest.MyClassImpl</serviceClass> > > > > > <implementationClass>smwstest.PServerImplementation</implementationCla > > ss > > > > > </service> > > > > </beans> > > > > Nice to know that Xfire does something, but nicer would my > > webservice's wsdl. Or a hint on the console whats wrong. > > > > Any help would be appreciated. > > > > Regards, > > > > Stefan > > > > > --------------------------------------------------------------------- > > To unsubscribe from this list please visit: > > > > http://xircles.codehaus.org/manage_email > > > > > > > -- > ----- > When one of our products stops working, we'll blame another > vendor within 24 hours. > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
