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</implementationClass > </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
