You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I am using the latest soap module with ACL 7.0, and the following two lines in my code lead to the error below: (require :soap) (use-package :net.xmp.soap)
Error: Using package `net.xmp.soap' results in name conflicts for these symbols: make-client-interface decode-wsdl-file [condition type: package-error]
If I unintern those symbols, everything works fine. Any ideas why I get the above error?