Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    17
    Views
    8,628

    Hi, Arjen, I noticed that Spring WS 2.0 will have...

    Hi, Arjen, I noticed that Spring WS 2.0 will have support for streaming web services (StreamingPayload and StreamingWebServiceMessage). Will this support the streaming of MTOM responses as well?
  2. Getting data from WebserviceTemplate as it is coming in

    Is it possible to get data from a WebServiceTemplate as it is being received? For my particular use case, I am using MTOM to download attachments. I would like to start transferring the data to the...
  3. The content disposition header is incorrect in...

    The content disposition header is incorrect in the example. It should be:


    response.setHeader("Content-Disposition", "attachment; filename=\""+ document.fileName + "\"");
  4. Replies
    1
    Views
    4,169

    Did you resolve this issue? I am getting the same...

    Did you resolve this issue? I am getting the same error.
  5. Replies
    1
    Views
    1,568

    Did you resolve this issue? I am getting the same...

    Did you resolve this issue? I am getting the same error.
  6. Thread: newbie

    by hoffmandirt
    Replies
    4
    Views
    810

    Did you resolve this issue? I am getting the same...

    Did you resolve this issue? I am getting the same error.
  7. Sander, how large of a file were you able to...

    Sander, how large of a file were you able to download from the server to the client?
  8. How to create an MTOM endpoint that uses the DataHandler class

    Currently I'm using the AbstractMarshallingPayloadEndpoint to handle my MTOM web service. I would like to get away from the marshalling endpoint and use something like the MessageEndpoint interface...
  9. I thought this too until I realized that log4j...

    I thought this too until I realized that log4j was using half of that 10x. I set the MessageTracing logger to ERROR that got it to about 5x. After increasing my eden space, I decreased it to about...
  10. The problem is that the file is stored in memory....

    The problem is that the file is stored in memory. I can successfully receive a 300mb file on the client side by configuring the JVM and disabling logging:

    1. Set the MessageTracing logger log...
  11. Replies
    0
    Views
    1,263

    Stream MTOM Web Service

    My goal is to send large files from the server to the client using MTOM. I have MTOM set up and it works great for small files around 50mb. When I try to send a 100mb file to the client, I get an out...
  12. Replies
    6
    Views
    3,296

    MTOM and Large Files

    I am experiencing the same problem with Spring WS 1.5.8. I am trying to send a 1.13 GB file back to the client using the saaj message factory and MTOM. I have 8GB of memory on my server and I tried...
  13. Replies
    1
    Views
    1,303

    Switching to Spring Web Services 1.5.8 solved...

    Switching to Spring Web Services 1.5.8 solved this issue. I'm not sure why though.
  14. Replies
    1
    Views
    1,303

    Error using

    I am trying to use the spring web services namespace and the marshalling-endpoint in my servlet file. I keep getting XSD errors or some kind. I'm suspecting that I'm using the wrong version of a jar...
  15. Replies
    0
    Views
    728

    Getting Data From MessageContext

    I implemented a MessageEndpoint class and I am having a hard time getting data out of the MessageContext request object. Are there any examples of parsing the request and building a response using...
  16. Replies
    5
    Views
    1,385

    I'm using the PayloadRootQNameEndpointMapping to...

    I'm using the PayloadRootQNameEndpointMapping to map my web services to endpoints on the server. So in the example above, the root element of my XML request, which is searchRequest, will be parsed...
  17. Replies
    5
    Views
    1,385

    Sample Command Line Client

    Here is a sample command line client:

    application-context.xml


    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans" ...
  18. Replies
    1
    Views
    702

    Default Message Factory

    I was reading through the tutorial and noticed that there are two message factories: The SaajSoapMessageFactory and the AxiomSoapMessageFactory. From the log files it appears that the...
  19. Replies
    3
    Views
    2,102

    Soap With Attachments

    The MTOM sample works great, but I would also like to try an SWA example. Are there any tutorials on configuring Spring-WS for SWA? I saw that the SaajSoapMessageFactory is mentioned in the tutorial,...
  20. Replies
    3
    Views
    2,102

    Spring Web Services Samples

    There is a sample of MTOM that comes packaged with the Spring Web Services download. I am learning how to do this myself and the MTOM example was very helpful(although I couldn't get it to build with...
  21. This approach does not work. The webapp root key...

    This approach does not work. The webapp root key works great in my log4j properties file, but when I inject it into an object, the object gets ${app.root}. I'm using the...
  22. I also would like to inject webAppRootKey into my...

    I also would like to inject webAppRootKey into my application. Is this possible? Is there a better way in Spring to get the application's root path?
  23. I verified that this is a FireBug (version...

    I verified that this is a FireBug (version 1.4a20) issue and opened up a bug tracker for it. Basically, when a request performs a server side redirect, and the content type is set on both the request...
  24. Duplicate Response on Login Success or Failure

    I am getting a duplicate response whenever a user logs in successfully or incorrectly. I have checked the response in my login controller and it is not duplicated there. I am assuming A) It's...
  25. Replies
    9
    Views
    1,388

    Thank you very much for your help. The ojdbc jar...

    Thank you very much for your help. The ojdbc jar file that I was using in my project was not the same that was being loaded during runtime. The ojdbc jar file that comes with OC4J was being loaded....
Results 1 to 25 of 58
Page 1 of 3 1 2 3