gabonio
gabonio

Reputation: 39

How to build a SOAP Web service Client in SEAM

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

Upvotes: 0

Views: 1805

Answers (2)

Shervin Asgari
Shervin Asgari

Reputation: 24499

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.

Upvotes: 1

Ross
Ross

Reputation: 3008

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

Upvotes: 0

Related Questions