开发者

Can we use Axis1 client code for Axis2 services?

Can we use Axis1 client code for Axis2 services?

We have deployed services using Axis .aar f开发者_StackOverflow中文版ile. Can we access that services using Axis1 client code (i.e. without AXIOM API)?.


A web service is a software system designed to support interoperable machine-to-machine interaction over a network.

Web services communicate using a protocol, which means it does not matter what the client is implemented in or in what the service is implemented, as long as the protocol is respected and well understood by both parties.

So, the answer to your question is Yes. You can have an Axis1 client calling a Axis2 web service. The systems can even be more heterogeneous than that (e.g. Java client and C# service, PHP service and Python client etc).

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜