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




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

Reply via email to