Hi,
I am currently trying out SMP 3.0 SP04 in our own local sandbox by exploring this blog:
Getting Started with Kapsel - Part 2 -- Logon
I created an Application on the SAP Management Cockpit with the Endpoint specified as:
But when I printout the applicationContext (the result of the logonSuccessCallback), I get this:
{ "credentialsByClientHub": false, "applicationConnectionId": "683b8be3-dddd-4615-a99e-6a06e1afb261", "afariaRegistration": "automatic", "registrationContext": { "https": false, "resourcePath": "", "communicatorId": "REST", "farmId": "0", "serverPort": 8080, "activationCode": "", "domain": "", "securityConfig": "", "mobileUser": "", "password": "s3pAdmin", "serverHost": "16.179.108.74", "user": "smpAdmin" }, "policyContext": { "alwaysOff": false, "defaultOn": true, "minUniqueChars": 0, "hasLowerCaseLetters": false, "hasSpecialLetters": false, "hasUpperCaseLetters": false, "alwaysOn": false, "minLength": 8, "retryLimit": 3, "lockTimeout": 0, "hasDigits": false, "defaultAllowed": true, "expirationDays": 0 }, "policyReadOnly": false, "registrationReadOnly": false, "applicationEndpointURL": "http://16.179.108.74:8080/com.sample.demo" }
As you can see, the applicationEndpointURL's are different. Any suggestions on how I can resolve this?
Thanks and regards,
John