chenhm / springbootws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring boot WS demo

Server side

built and run:

mvn spring-boot:run

https://localhost:8443/Service/Hello?WSDL will now display the generated WSDL.

Client side

built and run:

mvn clean test

WS stub will auto generate from WSDL url.

SSL

HTTPS transport using a self signed certificate which valid util 3/9/2027.

Refer:

About


Languages

Language:Java 100.0%