BIMserver
BIMserver copied to clipboard
Check SOAP, restore or remove altogether
SOAP has been disabled with commit cfa11ca while introducing tile objects and a new service method ServiceInterface.getTiles
(probably for BIMsurfer 3):
https://github.com/opensourceBIM/BIMserver/blob/6daa43afdda3d25ebbd41e0d0de89361063e7142/BimServer/src/org/bimserver/servlets/RootServlet.java#L67-L70
It should be checked if SOAP still works, if there are issues with the new interface method or any other implications from newer developments. Then we might bring back the SOAP channel or consider to remove it alltogether.
Notes on SOAP usage are welcome as comments to this issue.