2

I create a sample web service,

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

Anshul
  • 635
  • 2
  • 11
  • 27

2 Answers2

1

u can do this by using axis-2 , First u can create stubs from .wsdl url/file they use java class to call stubs

Rangappa Tungal
  • 255
  • 2
  • 5
  • 14
1

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

Johannes
  • 2,060
  • 3
  • 17
  • 27