I'm using Java beans with SOAP. I'd like to only define the SOAPMappingRegistry once for a given web service that uses beans, and then reuse this object for other invocations of the same web service. This would be running in a multi-threaded environment (servlets). Is it thread safe to reuse SOAPMappingRegistry objects and 'set' them in the Call object as needed?
Erich
