Skip to content

poprygun/starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample project to demo GraphQl + Spring Boot + Soap Integration.

Example use of GraphQL, ReactJs, and CXF using Holidays SOAP API to render holidays data.

Modules description

frontend

Bootstrap react app

npm install -g create-react-app
create-react-app frontend
yarn add react-router-dom
yarn add react-apollo

Looks like few more packages are needed for Apollo 2

npm i --save apollo-client@next apollo-cache-inmemory@next apollo-link-http

holidays

Module is implemented as a Spring Boot autoconfiguration module. Soap Integration is using Apache CXF

graphql-server

Enable soap message logging with setting integrations.holidays.enableMessageLogging=true

About

Spring Boot + cxf Soap + WireMock + GraphQl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors