Apache CXF + Spring: Generating a Simple Client

后端 未结 2 1466
北海茫月
北海茫月 2021-01-18 14:27

I\'ve started learning the Apache CXF with Spring. First of all, I\'ve tried to create a simple client/server model.

The server-side is: service.Hel

2条回答
  •  旧时难觅i
    2021-01-18 15:01

    You can use a simple spring configuration like this for client side -

    
    
        
            
        
    
    
        
            
        
    
    

    Ignore the Interceptor if you don't need it.

    More details in this post.

提交回复
热议问题