[ic] Using Interchange as a SOAP server

Mike Heins mike at perusion.com
Wed Apr 13 12:32:18 EDT 2005


Quoting Chris Sendall (cjs2 at admin.cam.ac.uk):
> If there are no SOAP_Control definitions in interchange.cfg then the catalog.cfg
> is not checked

Exactly as designed. Since the SOAP module allows direct subroutine
calls to the Interchange core, we don't want to allow them unless
they are specifically enabled.

If you want a promiscuous server then you need to put in interchange.cfg:

	SOAP_Control Tag  always

If you wanted to prevent only a few tags you would do:

	SOAP_Control Tag 	    always
	SOAP_Control Tag/writefile  never
	SOAP_Control Tag/dangerous  never

-- 
Mike Heins
Perusion -- Expert Interchange Consulting    http://www.perusion.com/
phone +1.765.647.1295  tollfree 800-949-1889 <mike at perusion.com>

Nature, to be commanded, must be obeyed. -- Francis Bacon


More information about the interchange-users mailing list