Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check SOAP, restore or remove altogether #1314

Open
hlg opened this issue Mar 4, 2024 · 0 comments
Open

Check SOAP, restore or remove altogether #1314

hlg opened this issue Mar 4, 2024 · 0 comments

Comments

@hlg
Copy link
Member

hlg commented Mar 4, 2024

SOAP has been disabled with commit cfa11ca while introducing tile objects and a new service method ServiceInterface.getTiles (probably for BIMsurfer 3):

soap11Servlet = new WebServiceServlet11(bimServer, servletContext);
// soap11Servlet.init(getServletConfig());
soap12Servlet = new WebServiceServlet12(bimServer, servletContext);
// soap12Servlet.init(getServletConfig());

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant