Thanks for your quick answer. In fact I already tried both (with and without "Impl"). This didn't change anything.
> -----Ursprüngliche Nachricht----- > Von: Bernd Schuller [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 1. Oktober 2007 16:43 > An: [email protected] > Betreff: Re: [xfire-user] Newbie question - Quick Start Guide > > > Hi, > > maybe it's a typo, but your <beans> says the service name is > "MyClassImpl" so the URL should be > http://localhost:8180/webservice-test/services/MyClassImpl?wsdl > > > Regards, > Bernd. > > Stefan Munz 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 > > > > > > > > -- > Dr. Bernd Schuller | mail: > [EMAIL PROTECTED] > | phone: +49 2461 > 61-8736 (fax: -6656) > Juelich Supercomputing Center | web: > http://www.fz-juelich.de/jsc > Distributed Systems and Grid Computing | personal blog: > | > http://www.jroller.com/page/gridhaus > > > -------------------------------------------------------------- > --------------------------- > -------------------------------------------------------------- > --------------------------- > Forschungszentrum Jülich GmbH > 52425 Jülich > > Sitz der Gesellschaft: Jülich > Eingetragen im Handelsregister des Amtsgerichts Düren Nr. HR > B 3498 Vorsitzende des Aufsichtsrats: MinDirig'in Bärbel Brumme-Bothe > Vorstand: Prof. Dr. Achim Bachem (Vorsitzender), Dr. Ulrich > Krafft (stellv. > Vorsitzender) > -------------------------------------------------------------- > --------------------------- > -------------------------------------------------------------- > --------------------------- > > --------------------------------------------------------------------- > 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
