Class SOAPFlattenerTest


  • public class SOAPFlattenerTest
    extends Object
    Author:
    Christophe Hamerling - EBM WebSourcing
    • Constructor Detail

      • SOAPFlattenerTest

        public SOAPFlattenerTest()
    • Method Detail

      • testTwoMultirefInBody

        public void testTwoMultirefInBody()
                                   throws Exception
        There are two multiref elements in the body so they need to be processed both
        Throws:
        Exception
      • testFlattenSOAPEnvelopeWithIdElement

        public void testFlattenSOAPEnvelopeWithIdElement()
                                                  throws Exception
        Old flattener had problems when some elements local name are 'id' ones. Test here if the element does not disapear.
        Throws:
        Exception
      • testFlattenSOAPEnvelopeWithIdElementInMultiref

        public void testFlattenSOAPEnvelopeWithIdElementInMultiref()
                                                            throws Exception
        Throws:
        Exception
      • testFlattenSOAPEnvelopeImbriquedIds

        public void testFlattenSOAPEnvelopeImbriquedIds()
                                                 throws Exception
        Throws:
        Exception
      • testtestFlattenSOAPEnvelopeHrefInHeaderAndBody

        public void testtestFlattenSOAPEnvelopeHrefInHeaderAndBody()
                                                            throws Exception
        Throws:
        Exception
      • testWithIDAttribute

        public void testWithIDAttribute()
                                 throws Exception
        In the old version the ID disapears when no multiref was present...
        Throws:
        Exception
      • testWithIDAttributeAndMultiref

        public void testWithIDAttributeAndMultiref()
                                            throws Exception
        Test with an ID attribute which is not a multref reference and with an ID which is one...
        Throws:
        Exception