Skip to content

Small web application that allows an arbitrary SMP query and returns JSON results

License

Notifications You must be signed in to change notification settings

phax/smp-query-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smp-query-webapp

Small web application that allows an arbitrary SMP query and returns JSON results This is the API subset parts from https://peppol.helger.com for standalone usage.

Supported query APIs

  • SMP query all document types of a participant
  • SMP query all endpoints of a participant for a certain document type
  • SMP query the Business Card of a participant

Building from source

mvn clean install

Output: target/*.war

Afterwards build Docker image:

docker build --pull -t phelger/smpqwa .

Running

Running the Docker image (deployed to Docker Hub):

docker run -d --name smpqwa -p 8080:8080 phelger/smpqwa

Internal notes to myself

Deployment:

docker login -u phelger
docker push phelger/smpqwa

My personal Coding Styleguide | It is appreciated if you star the GitHub project if you like it.

About

Small web application that allows an arbitrary SMP query and returns JSON results

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages