Skip to content

Demonstrate build and deploy a SOAP Service via Clojure

Notifications You must be signed in to change notification settings

kopos/clj-soap-spike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

clj-soap-spike

Demonstrate build and deploy a SOAP Service via Clojure

The objective of this repo is to create an implementation of a SOAP Service Spec using Clojure.

Limitations

  • WSDL was generated with Axis 1.4 (since it uses RPC encoding)
  • The implementation has to be in Clojure

java dir

cljcalc dir

  • The cljcalc dir holds the clojure code to implement the Service
  • The generated dir in the clojure repo is a copy of the java/src/in/vume/websvc/ws/generated/ dir in the java dir
  • cljcalc/src/clj/in/vume/websvc/ws/impl/CalculatorSoapBindingCljImpl.clj is the service implementation
  • The resources holds the deploy.wsdd and undeploy.wsdd to deploy the clj class to AXIS1.4

axis_libs

About

Demonstrate build and deploy a SOAP Service via Clojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published