Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Bug in isXopPackage function in v1.5.6

    There is a bug in isXopPackage function in v1.5.6 in Jaxb2Marshaller class.

    Here is the code for it:

    public boolean isXOPPackage() {
    return...
  2. Replies
    12
    Views
    4,202

    Here is How to do it with MTOM (part 12)

    8 - Here is the client side pom.xml file:

    <?xml version="1.0" encoding="UTF-8"?>
    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    ...
  3. Replies
    12
    Views
    4,202

    Here is How to do it with MTOM (part 11)

    7 - Here is the spring config. file for the client side:

    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
    ...
  4. Replies
    12
    Views
    4,202

    Here is How to do it with MTOM (part 10)

    6 - Here is the code for the client (It uses the same schema as the server side, already included in one of the previous parts):

    package com.oracle.mtom.client;

    import java.io.IOException;...
  5. Replies
    12
    Views
    4,202

    Here is how to do it with MTOM (part 9)

    5 - The endpoint classes:

    package com.oracle.mtom.ws;

    import java.io.ByteArrayOutputStream;
    import java.io.IOException;
    import java.util.Calendar;
    import java.util.TimeZone;...
  6. Replies
    12
    Views
    4,202

    Here is how to do it with MTOM (part 8)

    Section 4 continues...

    Package-info.java content:

    //
    // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-792
    // See <a...
  7. Replies
    12
    Views
    4,202

    Here is How to do it with MTOM (part 7)

    Section 4 continues ....

    //
    // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-792
    // See <a...
  8. Replies
    12
    Views
    4,202

    Here is How to do it with MTOM (part 6)

    Section 4 continues....

    //
    // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-792
    // See <a...
  9. Replies
    12
    Views
    4,202

    Here is How to do it with MTOM (part 5)

    4 - Classes Generated by the Maven and JAXB2

    //
    // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-792
    // See <a...
  10. Replies
    12
    Views
    4,202

    Here is how to do it with MTOM (part 4)

    3 - Spring Web service config. file:

    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    ...
  11. Replies
    12
    Views
    4,202

    Here is How to do it with MTOM (part 3)

    2 - Schema for the web service (will be the same for the client side):

    <?xml version="1.0" encoding="UTF-8"?>
    <schema xmlns="http://www.w3.org/2001/XMLSchema"
    ...
  12. Replies
    12
    Views
    4,202

    Here is How to do it with MTOM (part 2)

    <!-- Woodstox STAX -->

    <dependency>
    <groupId>woodstox-core-asl</groupId>
    <artifactId>woodstox-core-asl</artifactId>
    <version>4.0.3</version>...
  13. Replies
    12
    Views
    4,202

    Here is How to do it with MTOM

    First, I would like to mention that most of the problems I had were due to the fact that I was too green to Spring-WS and Maven. I finally figured out how to use the MTOM example and create my own. ...
  14. A workaround to Validate with MTOM (continued)

    Here is the rest:


    5 - Add the following methods to the XMLValidator interface:


    void setErrorHandler(ErrorHandler handler);

    void setSkipElements(String skipElements);
  15. A workaround to Validate with MTOM

    Since no one replied to my questions, probably because there are other threads with similar questions answering that this is not possible with the current version of JAXP and that it really should be...
  16. Unable to Validate when MTOM is used with PayloadValidatingInterceptor

    Here is the SOAP request:

    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http:
    //schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body><ns2:TestRequest...
  17. Unable to Validate when MTOM is used with PayloadValidatingInterceptor

    Hi,

    I am unable to validate using the PayloadValidatingInterceptor class when using an MTOM attachment. When I try to do this I get the following error message:

    2009-05-15 15:43:50,953 DEBUG...
  18. Replies
    1
    Views
    1,485

    MTOM and WS-Security

    Hi,

    Can you please answer this question:

    It is possible to encrypt MTOM attachments with WS-Security in Spring-WS?

    Thanks in advance,

    Joe
  19. Replies
    1
    Views
    1,485

    MTOM and WS-Security

    Hello,

    Is it possible to use WS-Security with MTOM?

    Will WSS4J or XWS allow for encryption of the MTOM attachments?

    Is it possible to use securementEncryptionParts property to do this?
  20. Replies
    5
    Views
    4,734

    Request for VewDirectService class

    Can you please provide a copy of the ViewDirectService class. I have followed your code but I am stuck at this point.
  21. AxiomSoapMessageFactory with payloadCaching="false" and Wss4jSecurityInterceptor

    Hi Spring-WS folks,

    I have a follow up question to the previous two threads. I am also exploring similar options but with the possibility of request messages with large attachments.

    The...
  22. Replies
    12
    Views
    4,202

    MTOM Example does not compile

    Hi,

    I tried following your instructions and running the ant build command for the JAXWS MTOM client example and finally gave up after a day of retrying and resolving dependencies that Maven failed...
  23. Replies
    3
    Views
    4,371

    Jaxws MTOM Client Sample does not compile

    Hi,

    I tried following your instructions and running the ant build command for the JAXWS MTOM client example and finally gave up after a day of retrying and resolving dependencies that Maven failed...
  24. Replies
    3
    Views
    4,371

    It works with the proper proxy config

    Used the settings.xml in Maven to setup access to the internet via the proxy and it worked; i was able to build the samples.
  25. Replies
    3
    Views
    4,371

    Section 3.5 from the Tutorial also does not compile

    Section 3.5 from the Tutorial also does not compile because Maven cannot get what it needs:

    c:\devtools\tools\java-tools\exe\spring-ws\spring-ws-1.5.6\samples\3.5>mvn archetype:create...
Results 1 to 25 of 29
Page 1 of 2 1 2