Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    1,148

    MTOM problem file size

    Hello,

    I am using Spring-ws MTOM-JAXB.

    It works perfect with small files, but with big ones truncate that files.

    any idea?
    thanks in advance,
    César.
  2. Replies
    14
    Views
    8,409

    hello, JIRA issue:...

    hello,

    JIRA issue:
    http://opensource.atlassian.com/projects/spring/browse/SWS-156

    thanks.
  3. Replies
    14
    Views
    8,409

    Hello again, i think that i have mtom enable...

    Hello again,

    i think that i have mtom enable in web service , because log:


    09 jul 2007 13:15:36,965 DEBUG...
  4. Replies
    14
    Views
    8,409

    Hello, i have a web service that i want to...

    Hello,

    i have a web service that i want to return an attachment.
    i use jaxb2 and spring-ws- rc1.

    i try with 2 schemas:

    first:
  5. Thread: migrate to rc1

    by cesar
    Replies
    6
    Views
    1,078

    Hello, I'm sorry, i don't see the Next>link....

    Hello,
    I'm sorry, i don't see the Next>link.
    effectively the problem is resolved, thanks.
    César.
  6. Thread: migrate to rc1

    by cesar
    Replies
    6
    Views
    1,078

    Hello Arjen, i download rc2-SNAPSHOT from...

    Hello Arjen,

    i download rc2-SNAPSHOT from
    http://s3browse.com/explore/maven.springframework.org/org/springframework/ws/spring-ws/1.0-rc2-SNAPSHOT/

    and my problem continue,
    the endpoint: ...
  7. Thread: migrate to rc1

    by cesar
    Replies
    6
    Views
    1,078

    migrate to rc1

    Hello,

    i have an application that was working with m3, but when i migrate to rc1 i have this problem:

    the client call:
    getWebServiceTemplate().sendAndReceive(requestSource, result);

    when i...
  8. Replies
    4
    Views
    1,452

    Thank you Arjen.

    Thank you Arjen.
  9. Replies
    4
    Views
    1,452

    Hello Arjen, i need to sign the soap body...

    Hello Arjen,

    i need to sign the soap body referenced by an Id attribute.
    i would like to use XwsSecurityInterceptor but i can't, because my company have buy a product to sign and i have to use...
  10. Replies
    4
    Views
    1,452

    add attribute to soap body

    hello,

    how can i add an attribute to soap body in an Interceptor?

    thanks in advance,
    César.
  11. Replies
    0
    Views
    2,441

    saaj client via ssl

    Hello all,

    i need to access a web service via ssl with saaj api.

    all i found to do this is setting system properties:


    System.setProperty("javax.net.ssl.keyStore", "...");
    ......
  12. Replies
    7
    Views
    2,131

    build airline example

    hello,

    i don't have experience with maven, but i try build airline and trace:


    [INFO] Cannot execute mojo: resources. It requires a project with an existing pom.xml, but the build is not using...
  13. Replies
    1
    Views
    2,637

    create a SOAPMessage with an dom Element

    i have a AbstractDomPayloadEndpoint with:
    Element invokeInternal(Element requestElement, Document doc)

    this web service have to call another with the same body (requestElement). i have create a...
  14. Replies
    7
    Views
    3,776

    Hello again, i have change the jars ...

    Hello again,

    i have change the jars
    saaj-api.jar
    saaj-impl.jar
    with the distributed in jwsdp 1.6, and add
    FastInfoset.jar
    and run in j2se1.4. but for now don't validate the request.
    ...
  15. Replies
    7
    Views
    3,776

    hello again, i dowload jaxp 1.3 from java net,...

    hello again,

    i dowload jaxp 1.3 from java net, and have put jars in WEB-INF\lib. Application startup well, but when i do a request, SaajSoapMessageContextFactory.createContext throws this...
  16. Replies
    7
    Views
    3,776

    hello, i use websphere 5.1 (j2se 1.4 and j2ee...

    hello,

    i use websphere 5.1 (j2se 1.4 and j2ee 1.3) with classloader configure parent_last (classes and jars of WEB-INF load first).

    In many applicationes i put the xml api's (xalan, xerces,...
  17. hello Arjen, i have a web service, and the...

    hello Arjen,

    i have a web service, and the request is signed (with a private key), the XwsSecurityInterceptor have to validate the sign in validateRequest(SoapMessageContext soapMessageContext)....
  18. KeyStoreCallbackHandler and AcegiCertificateValidationCallbackHandler

    Hello,

    i could want to validate request and sign response with the XwsSecurityInterceptor. I was reading the IntegrationTest of the unit test of xwss and the interceptor has 2 callbacks:...
  19. Thread: j2ee 1.4???

    by cesar
    Replies
    6
    Views
    5,571

    j2ee 1.4???

    Hello,

    jet I have read that spring-ws requires j2ee 1.4.
    I try to execute in j2ee 1.3 (was 5.1), and throws exception:



    org.springframework.web.util.NestedServletException: Handler...
  20. Thread: add soap header

    by cesar
    Replies
    4
    Views
    3,978

    hello, like poutsma said, i has implement...

    hello,

    like poutsma said, i has implement SoapEndpointInterceptor.handleResponse()
    i wanted to add an attribute Id to the soap body (to sign the body later), but when i add it:


    ...
  21. Thread: add soap header

    by cesar
    Replies
    4
    Views
    3,978

    hello poutsma, thanks for your help. i'll try...

    hello poutsma,
    thanks for your help.
    i'll try do it like you said.
  22. Thread: add soap header

    by cesar
    Replies
    4
    Views
    3,978

    add soap header

    hello,

    i try to create a web service with AbstractDomPayloadEndpoint.
    i need to sign the payload with xmldsig and add the signature to a soap header.

    how access to MessageContext? have i use...
  23. Replies
    3
    Views
    2,864

    hello routis, yes, i use XML-Signature (apache...

    hello routis,

    yes, i use XML-Signature (apache xmldsig) and the signature is also XML, like this:

    <message_signed xmlns="http://.../messages">
    <message Id="12345">
    ...
    </message>
    ...
  24. Replies
    3
    Views
    2,864

    web service document-literal

    hello,

    i have a web application with Spring that in the manager create a xml and sign with enveloped signature, and send it via https with java.net.URL.

    i have to expose as a web service,...
  25. Replies
    0
    Views
    676

    problem with Spring 1.2.6

    Hello,

    i have an application that works fine un Spring 1.2.5.
    i update to 1.2.6, and not work.

    in a FormController, i have:

    public ModelAndView onSubmit(
    HttpServletRequest request,
    ...
Results 1 to 25 of 42
Page 1 of 2 1 2