一.地址类型

1.端点地址

  指定了具体服务点的地址.

2.基地址

  提供了为给定的服务指定一个主地址,并为各端点赋予相对地址的方法.

  址(基地址):http://localhost:8080/myservice

  服务的相对地址:

     http://localhost:8080/myservice/service1

     http://localhost:8080/myservice/service2

     http://localhost:8080/myservice/service3

3.mex地址

   允许客户端搜索特俗服务方面的信息. MEX表示元数据交换,是一个HTTP

   端点地址.用于获取服务信息.

   事例MEX地址:http://localhost:8080/myservice/mex

相关文章:

  • 2021-11-20
  • 2021-11-19
  • 2021-11-19
  • 2022-02-02
  • 2021-10-25
  • 2021-12-06
猜你喜欢
  • 2021-06-20
  • 2021-12-26
  • 2021-10-09
  • 2021-04-03
  • 2022-03-01
  • 2022-01-02
  • 2021-08-11
相关资源
相似解决方案