Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    970

    Best Practice for null values

    FWIW, I replaced AxiomSoapMessageFactory with SaajSoapMessageFactory and the response message was correctly produced:



    <Parent>
    <axis2ns1:SomeDate...
  2. Replies
    3
    Views
    970

    Best Practive for null values

    We are in the process defining a web service schema and the issue of what to do with null values came up. I wanted to get other's thoughts and what is considered a best practice.

    Suppose I have a...
  3. Replies
    7
    Views
    2,127

    Is this available in any public Maven repository?...

    Is this available in any public Maven repository? If not, are there plans on making this available in the near future?

    Thanks, and great work.
  4. First, let me say I have been wrestling with this...

    First, let me say I have been wrestling with this in my head for the past couple of weeks. I have not implemented this yet, but I think I have a workable solution...

    In my mind, this really boils...
  5. Replies
    11
    Views
    4,499

    FWIW - I tried ...

    FWIW - I tried


    DocumentBuilderFactory documentBuilderFactory = DocumentBuilderFactory.newInstance();
    documentBuilderFactory.setNamespaceAware(true);
    DocumentBuilder...
  6. Replies
    9
    Views
    3,009

    Try this: ...

    Try this:



    <repositories>
    <repository>
    <id>springframework.org</id>
    <name>Springframework Maven SNAPSHOT Repository</name>
    ...
  7. Replies
    11
    Views
    4,499

    (Appended: FWIW we changed from...

    (Appended: FWIW we changed from SaajSoapMessageContextFactory to AxiomSoapMessageContextFactory, which effectively goes from DOM to SAX, and everything worked like a charm. Hmmmm.... While we are...
  8. Replies
    11
    Views
    4,499

    I will try to get you all of the relevant info....

    I will try to get you all of the relevant info. First, the code:

    Domain object:


    package com.countrywide.businesscalendar.domain;

    import java.util.Date;

    /**
  9. Replies
    11
    Views
    4,499

    Getting Castor to use SAX

    We have been struggling getting Castor to work as our marshalling framework, only to run across this in the org.springframework.oxm.castor.AbstractMarshallerTestCase class this morning:



    public...
  10. Replies
    1
    Views
    3,821

    Using AbstractMarshallingPayloadEndpoint

    I am just getting started with Spring-WS. My ititial EndPoint implementation subclassed AbstractDomPayloadEndpoint and manually handled the Marshalling/Unmarshalling. I now want to try it by...
Results 1 to 10 of 10