Security handling of Intersystems
How is the security handled in intersystems for GUI and web services testing part ? Does it have inbuilt security handling packages ? what are the limitations ? Please enlighten.
Discussion (2)1
Comments
If by the 'Web Services testing part' you mean a page like this:
http://localhost:57772/csp/samples/SOAP.Demo.cls
That doesn't even use SOAP, it uses an HTML form submission to run the method directly. What that page does is test the logic of your webservice methods in a simple way, to make sure your desired inputs give the desired outputs. You should use something like SoapUI if you want to more completely test your SOAP methods.