Search:

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

Search: Search took 0.01 seconds.

  1. I noticed today that i change the method...

    I noticed today that i change the method signature to remove the MessageContext parameters as shown below then i dont get that error:



    public JAXBElement<DownloadResponseSaajType>...
  2. Spring WS with using SAAJ - No adapter for endpoint error

    I am really struggling getting Spring-WS to return a response with attachments. I have managed to get an MTOM version to work but this has some pre-requisites on the client as i believe that the...
  3. Which part of the WSDL file should i specify the...

    Which part of the WSDL file should i specify the multipart/related type?
  4. Replies
    0
    Views
    422

    Spring-WS with MTOM Hello World

    I am trying to create a simple Spring webservice which when called returns a file attachement as part of the SOAP response. The Enpoint class is shown below:


    And finally the endpoint


    ...
  5. Spring-WS with SOAP with attachements or MTOM

    I have a Spring-WS web service where i would like to be able to send back binary data to the client. My intention is to format the SOAP response to either use MTOM or Soap with attachements.

    I...
  6. Need some help to understand Anotations - Spring annotations

    I am trying to learn Spring and Hibernate and i am really struggling to understand Annotations and how they work. Most of the example i am seeing on the Internet are annotation based examples so i...
  7. Is Spring suitable for a use case that requires heterogenous db connections?

    I have an Oracle database that runs a PL/SQl job once every week to copy data from a table in the Oracle database to another Oracle database using Oracle database links. Both systems run on...
  8. Replies
    1
    Views
    1,296

    Integrating Spring Security with Struts 1

    Hi Guys,

    Do you know if it is possible to integration Struts 1.2 with Spring Security?

    I am thinking about using spring security to manage 'Data' access control for my application but i am...
  9. Ok i think...

    Ok i think org.spring.springframework.web.servlet.view.InternalResourceViewResolver should be org.springframework.web.servlet.view.InternalResourceViewResolver :cool:
  10. Cannot find class [org.spring.springframework.web.servlet.view.Intern alResourceViewRe

    I am working my way through this tutorial http://static.springsource.org/docs/Spring-MVC-step-by-step/part4.html to try and learn Spring.

    So far everything has been fine and managed to build and...
  11. Document root element "beans", must match DOCTYPE root "null". error

    Hi all,

    Im trying to do the tutorial to learn how to use spring. Im following this tutorial http://static.springsource.org/docs/Spring-MVC-step-by-step/part1.html

    Everything works fine but i...
  12. Can spring be used to system test a Struts application

    Hi all,

    I need to come up with system/regression test strategy for automating the system/regression testing of an application that was developed using Struts 1. My plan is to eventually convert...
Results 1 to 12 of 12