Campus Mobile login server failed
When login Campus Mobile in iOS Simulator, error message occured : "The login server is not reachable." (Error Screen is attached.)
We have changed all hostname in connection.xml of the Campus Mobile Project to our server ip already. Our connection is using HTTP but not HTTPS.
Having looked at the connection.xml, it uses the following web services:
SCC_USERREG_AUTH.v1/authenticate
SCC_USERREG_AUTHORIZE.v1/authorize
SCC_USERREG_AUTHENTICATE
We have activated the routings for them already according to the "Campus Mobile Documentation".
I have the following questions:
1. Do we need to generate WADL for the above services in order to connect to the login server?