Oleg,
While your in there, can you nix the System.out in the "determineUriVariables" method of the HttpRequestExecutingMessageHandler?
Thanks,
-Joshua
Type: Posts; User: Joshua White; Keyword(s):
Oleg,
While your in there, can you nix the System.out in the "determineUriVariables" method of the HttpRequestExecutingMessageHandler?
Thanks,
-Joshua
Excellent. Thanks again for your help.
-Joshua
Oleg,
Please take a look at the code I posted in this thread:
http://forum.springsource.org/showthread.php?p=307358#post307358
I am not sure if it is related or not, but it effects the...
Mark,
Looking through the code, I believe I have found the culprit. Take a look at the below code sample which shows how the code is currently written and a simple change that solved my problem....
Oleg,
I took a look at the ticket you referenced. Is this solution specific to the JmsOutboundGateway? In my example, I am using the HttpOutboundGateway.
-Joshua
Mark,
Within the handleRequestMessage method in the HttpRequestExecutingMessageHandler, it looks like you are copying the header values from the http response (after the REST call) to the reply...
When using the new RestTemplate backed http:outbound-gateway, I appear to be losing header values ($correlationId, $sequenceNumber, $sequenceSize) which are added by a publish-subscribe-channel (with...
Oleg,
I tried this new code in a couple of other places as well. We have one application which calls out to two different http:outbound-gateways. The responses are then aggregated with an...
Oleg,
Thanks for looking into this. Your expected-response-type explanation makes perfect sense. I appreciate it.
I have a couple of basic questions about removing the reply-channel though. ...
Hello,
I have create a small example (see attached) using Springs RestTemplate and then tried to duplicate the functionality using Spring Integration. I seem to either be setting the...
Hello,
Internally, I am looking to call a rest service over SSL. This service does not request any credentials.
I am using the typical resttemplate configuration:
...
Hello,
Is there a way for me to change the default location that the individual portlet application context files are loaded? By default, these files are loaded from the WEB-INF folder. I would...
I generated my own twitter schema based on a single response from twitter. When I changed users, something within the xml from twitter changed. Long story short, I am all set. Thanks for your help.
My next headache...
If I take out my unmarshaller and have two different message types returned to my aggregator, everything works fine. My message signature looks like this:
public...
Oleg,
I apologize, this appears to be user error. If you look at the gateway class, you will see the following annotation:
@Gateway(requestChannel="enhancedTimelineRequest",...
Oleg,
As you know from my example, I need two call two different services that each have different request/response messages. This is what makes this example more complicated. Before each...
Oleg, thanks for taking the time to look into this. Just out of curiosity, I was using a separate header enricher to add the following header:
springintegration_http_requestMethod=GET
Does the...
Mark,
I put together a brief example that demonstrates the exception mentioned earlier. I am sure that is something we missed. Thanks for taking a look.
-Joshua
Excellent, thanks!
Arjen,
I would like to suggest some possible API changes to either the DefaultWsdl11Definition or ProviderBasedWsdl4jDefinition classes.
The DefaultWsdl11Definition class feels like the...
Paul,
The only thing that Arjen left out is that you need to call the afterPropertiesSet method on the beans that would normally be managed by Spring. I found that it was easier to reuse the...
Alex,
I hope this helps:
<bean id="someService" class="org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition">
<!--
This is how you used to do it.... ...
Dennis,
I did not have to explicitly define my message factory. Are you packaging this application as a WAR or EAR file? What other jars are you including? In addition to the normal Spring...
Dennis,
I have gotten the 1.5x release to work on WLS 8-10 in the past. Perhaps I can be of assistance. Which version of WLS are you running now?
Joshua