Don't you just hate it when you get your answer just after posting to a forum?
The answer is to read the documentation: Spring Reference 15.3.2.5 Mapping the request body with the @RequestBody...
Type: Posts; User: leadpumper; Keyword(s):
Don't you just hate it when you get your answer just after posting to a forum?
The answer is to read the documentation: Spring Reference 15.3.2.5 Mapping the request body with the @RequestBody...
Hello everyone,
In the ItemsController (with @Controller annotation) I have a method with the @RequestMapping(value="/items", method=RequestMethod.GET) annotation. It adds an attribute to a Model...
Hi Robbert,
Thanks for your reply. It has put me in the right direction for solving this.
For the record, I think you ment SimpleHttpServerJaxWsServiceExporter instead of...
Hello everyone,
I have made a soap api with Java 6, Jax-ws and Spring. I annotate my soap interface with @WebService, and expose it using the following Spring configuration:
<bean...
Hello everyone,
I'm trying to create a SOAP 1.2 webservice using Spring 2.5.6.sec1 and Java 1.6.0_13. I'm getting a strange NullPointerException however and it's driving me nuts. Can somebody...