Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 516 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 516 Bytes

kp-soap-ws-client

Demo Project For spring-boot with cxf jaxws client

Running the Demo Project

  • Before running client we need server to be available, run server program from here.

  • Clone client project

git clone https://github.com/kprasad99/kp-soap-ws-client.git
  • Run the program using spring-boot maven plugin.
mvn spring-boot:run
  • Verify in console log hello message is received.
Hello Karthik Prasad welcome to Cxf World