开发者

Axis2 : Web client for Axis2

开发者 https://www.devze.com 2023-04-06 03:00 出处:网络
I have developeda Webservice using Axis2 , made a .aar file from it and deployed it inside the Axis2.war services directory .

I have developed a Webservice using Axis2 , made a .aar file from it and deployed it inside the Axis2.war services directory . All this works fine .

I also need to write a Web client for it ,开发者_如何学运维 so now my question is do i need to make another .war to deploy the client , or can i keep my files inside Axis2.war ??


it depends on the place you need to access the web service. If you want to access web service in your standalone application you can put the client code there. If you want to access it in another web app you need to put the client code inside that application .war file.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号