All,
I am trying to understand a fundamental aspect of Spring REST Web Services. I posted the issue to the "Web Services" board about a week ago, but have received no replies.
Although it's...
Type: Posts; User: saultocsin; Keyword(s):
All,
I am trying to understand a fundamental aspect of Spring REST Web Services. I posted the issue to the "Web Services" board about a week ago, but have received no replies.
Although it's...
Anyone?
Should I cross-post to the "Web" board?
-Saul
As promised, here is the failing code from my Spring Rest client:
private ResponseEntity<NsbMsg> requestGetService(String svcUrl, NsbMsg nsbMsg)
{
System.out.println(svcUrl + "::" +...
All,
I've been wrestling with Spring Rest 3.1, trying to send an HTTP message body as part of a GET request. I don't seem to have any difficulty conveying such a body via POST, but it's not...
All,
I'm trying to harmonize aspects of Spring AMQP with some stuff I read at the rabbitmq mailing list.
A few months ago, I read on the rabbit list a discussion about real and apparent...
I am working on a Spring-WS client and service. But I already have a working .Net version of the service. So.....I thought I would fire up the Spring-WS client against the WCF service.
After...
All,
FWIW here is the resolution to this matter:
a. I removed from spring-ws-servlet.xml this bean definition:
<bean name="endpointMapping"...
Hi All,
This smells alot like a simple configuration problem rooted, no doubt, in my immature knowledge of Spring. But I am stumped and would be most grateful for some guidance.
Here is the...