From: remixer
Subject: Franz specific: Error loading the soap module
Date: 
Message-ID: <1124412257.974750.164040@g14g2000cwa.googlegroups.com>
Sorry for posting here, but I posted this ten days ago on
comp.lang.lisp.franz, and got no response. Maybe somebody here has run
into the same thing.

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? None of these symbols were ever redefined in any part
of my code. 

Thanks.