issues
search
xapix-io
/
paos
Clojure SOAP client
Eclipse Public License 1.0
93
stars
12
forks
source link
Fix parsing wsdl from jar
#25
Open
mgaare
opened
2 years ago
mgaare
commented
2 years ago
When an app uses paos and is packaged as a jar/uberjar with a WSDL file in the jar, the
parse
function was throwing and not loading it correctly
Added a test jar with a "hello.wsdl" file for test coverage
parse
function was throwing and not loading it correctly