Skip to content

Latest commit

 

History

History

forge-javaee-6-ws

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 -