I am trying to call a method in a web service made in .NET from JAVA. I am using AXIS 1.4 and Spring, my main target was send a hashtable from JAVA to .NET, because .NET doesn´t allow that i have to...
Type: Posts; User: javierdac; Keyword(s):
I am trying to call a method in a web service made in .NET from JAVA. I am using AXIS 1.4 and Spring, my main target was send a hashtable from JAVA to .NET, because .NET doesn´t allow that i have to...
I found the error, as incredible as it sound it was spaces
I change from this:
<bean id="serviceProperties"
class="org.acegisecurity.ui.cas.ServiceProperties">
<property...
witch kind of modification should I do?
Here is my CAS Server configuration
CAS Server - deployerConfigContext.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"...
Hi!, I am using ACEGI and CAS in a site I am doing.
After I login in CAS server It doesn´t redirect to the original page who called the login.
web.xml
<?xml version="1.0" encoding="UTF-8"?>...
I am trying to configure a demo app with acegi and cas but it was not successfully :(
Does anyone know how to do this? or maybe has a little demo??
Regards,
Javier