Reputation: 645
I create a sample web service,
how i can invoke this web service in my Struts 2 project.
Upvotes: 2
Views: 1158
Reputation: 255
u can do this by using axis-2 , First u can create stubs from .wsdl url/file they use java class to call stubs
Upvotes: 1