This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: How to build a SOAP Web service Client in SEAMraphaufrj Aug 16, 2010 5:29 PM (in response to gabonio)Seam does not have a integration with web service framework like Apache Axis or Apache CXF. But, it is not saying you can not use. In fact, I have been using both frameworks in seam's projects and everything is normal! Regards, 
- 
        2. Re: How to build a SOAP Web service Client in SEAMmdesignz Aug 16, 2010 8:02 PM (in response to gabonio)Have you tried using JBoss' wsconsume against the web service, and simply use the generated classes? That's what I've done, and it works just fine. wsconsume -k -p your.package.name.here http://your.webservice.wsdl.location.here 
- 
        3. Re: How to build a SOAP Web service Client in SEAMgabonio Aug 18, 2010 9:06 AM (in response to gabonio)Yes I was using all the classes that the wsconsume created, and in a Standalone client they worked perfectly, but when I tried to use the client inside SEAM I kept getting a ClassNotFoundException and I had no idea why... Turns out that I had to export my client as a .jar and then place that jar inside the JBoss\jboss-5.1.0.GA\server\default\lib folder for me to be able to use it.
 But well, problem fixed! Moving on!
 Thanks for your help!
- 
        4. Re: How to build a SOAP Web service Client in SEAMmdesignz Aug 18, 2010 9:16 AM (in response to gabonio)I took a similar approach, but placed the jar within the EAR. 
 
     
    