Skip to content

Files

Latest commit

055e12b · Dec 26, 2017

History

History

forge-javaee-6-ws

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 11, 2017
Dec 11, 2017
Dec 11, 2017
Dec 26, 2017
Dec 11, 2017
Dec 11, 2017
Dec 11, 2017
Dec 11, 2017
Dec 11, 2017

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 -