views:

50

answers:

2

Hi everyone! I've been looking all over for this question... How do I build a soap web service client in SEAM?? it seems like a straightforward question-answer but I cant seem to make it work no matter how I try... If anyone has an example of what should be done I'd really apreciate it because I need to consume a web service from a legacy system, and all the help I come across on the internet is to make a WS, not how to consume one.

Thanx!!

A: 

The following links have good examples and documentation explaining what you need to do:

Ross
+1  A: 

I wrote a blog posting on How to create and use a WebService with Axis 2 and Seam 2.x in JBoss 4.x

This might be helpful for you.

Shervin
@Shervin Good job, Shervin!
Arthur Ronald F D Garcia
Thanks!! I actually found your tutorial early on, and had built my client based on it all that I was missing was to place the jar of the client inside the JBoss\jboss-5.1.0.GA\server\default\lib folder, because I kept getting a ClassNotFoundException and I had no idea it was from that, a friend helped me out on that!Thanks!
gabonio
Glad to be of help
Shervin