Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Use of the webservice protocol of dubbo

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)06/01 Report--

Common interface and implementation class

Public interface WsService

{

String sayHello (String msg)

}

Public class WsServiceImpl implements WsService

{

@ Override

Public String sayHello (String msg)

{

Return "hello" + msg

}

}

Dubbo service provider configuration

Dubbo service consumer configuration

Web.xml configuration

Dubbo

Com.alibaba.dubbo.remoting.http.servlet.DispatcherServlet

one

Dubbo

/ *

Dependent profile

Org.apache.cxf

Cxf-rt-frontend-simple

2.6.1

Org.apache.cxf

Cxf-rt-transports-http

2.6.1

Matters needing attention

It needs to be specified.

Jar needs to use version 2.6.1, but there seems to be a problem with the higher version. Consumers can't access it.

When consumer references, the url needs to take the application context, otherwise it cannot be accessed.

For servlet services, the port and context must be consistent with the application server's port and context.

Remaining problems

Mutual use of 1.dubbo-webservice and Standard webservice

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report