Anshul
Anshul

Reputation: 645

How to invoke a webservice in Struts 2

I create a sample web service,

how i can invoke this web service in my Struts 2 project.

Upvotes: 2

Views: 1158

Answers (2)

Rangappa Tungal
Rangappa Tungal

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

Johannes
Johannes

Reputation: 2070

Add the same Way you invoke this web service in other projects.

Upvotes: 1

Related Questions