Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 529 Bytes

File metadata and controls

17 lines (11 loc) · 529 Bytes

JBoss forge | JavaEE 6 JAX-WS Build Status

forge-javaee-6-ws

up and running
./mvnw clean package -U -T 2; docker-compose up --build --force-recreate --remove-orphans

http :8080/app/health
http :8080/app/AppEndpoint\?wsdl

curl -XPOST http://localhost:8080/app/AppEndpoint --header "content-type:text/xml" -d @request.xml | xmllint --format -