W
whenshaw
Guest
Hello, The example in the article that you mentioned uses form-based authentication (by configuring Spring Security to use oeablSecurity-form-oerealm.xml). If you have done that, then you need to set the JSDOSession authenticationModel so it matches. You do this by adding the setting to your jsdosettings variable: jsdoSettings = { serviceURI: serviceURI, catalogURIs: serviceURI + "/static/tdsService.json", authenticationModel: progress.data.Session.AUTH_TYPE_FORM }, You will also need to pass the user name and password as arguments to the call to login(). -- Wayne
Continue reading...
Continue reading...