Hi,
I have 3 web apps A, B, C all using Spring Security 3.1.0 and all protected CAS 3.1. App A is a simple widget, which will call service B and then B will call service C to get data. By using...
Type: Posts; User: jy1999; Keyword(s):
Hi,
I have 3 web apps A, B, C all using Spring Security 3.1.0 and all protected CAS 3.1. App A is a simple widget, which will call service B and then B will call service C to get data. By using...
Hi,
How can I through HTTP OutBound-gateway to access the webpage protected by CAS SSO? Anybody had success with this?
Thanks,
Jeffrey
Yes, I'm using the header filter to remove the "content-length" right now. But is it possible to update the content-length value instead of remove it?
Thanks,
Jeffrey
Hi,
I have a spring integration piece sitting between front and a backend rest services to do the message transform, as defined as below:
<http:inbound-gateway id="request01"
...
Hi Oleg,
Thanks for look into it. We did change the host name to resolve the problem.
-Jeffrey
I tried to configure a http:outbound-gateway, when the domain name contains an underscore character, it throws invalid character exception.
Any solution/workaround?
Thanks,
Jeffrey
Do I need to configure a Service Activator to do that?
Thanks,
Jeffrey
Hi Mark,
I can make that work if I add the contenttype in the headermapper as the provided link shows.
But what I want is: where is the place (class) I should extend to add extra information...
Hi Oleg and Mark,
Thank you very much for your help. Following your suggestion, my piece is also working now. The problem I found is because in my testing, I changed the:
...
2.0.0.release
Hi,
Thanks for all your reply.
What I want to implement is: From a webcomponent A, through the SI to to get Data from another REST Service B.
basically: A (WebApp) --> inbound http gateway's...
Hi, I'm new to Spring Integration. I have a similar need. Below is the snippet of my configuration:
<int-http:inbound-gateway
id="inbound"
name="/dotest.htm" ...