Search:

Type: Posts; User: leadpumper; Keyword(s):

Search: Search took 0.01 seconds.

  1. Don't you just hate it when you get your answer...

    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...
  2. [Rest] How to unmarshall objects in controller?

    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...
  3. Replies
    4
    Views
    3,059

    Hi Robbert, Thanks for your reply. It has put...

    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...
  4. Replies
    4
    Views
    3,059

    SimpleJaxWsServiceExporter and https

    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...
  5. NullPointerException while creating SimpleJaxWsServiceExporter

    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...
Results 1 to 5 of 5