2 Replies Latest reply on Oct 22, 2008 11:34 PM by shane.bryzak

    Use external web service in Seam application

    rdtraversi

      I am new to Seam and Eclipse so I apologize if I am being unduly obtuse but I could really use some help.


      A Seam application needs to access a non-Seam web service that is already running.


      A web service client was generated in Eclipse to its own project.  When I try to deploy I get a NoClassDefFoundError exception for classes in the service client package.


      I am using Seam 2.0.1.GA, JBoss 4.2.2.GA, and Eclipse 3.3.1.1


      Is there an example somewhere or a tutorial that can take me through the steps to see if I have missed anything?


      I will also need to use Seam Remoting on a web page and I have configured components.xml and web.xml for the remoting.


      Thank you.