Uploaded image for project: 'Axis-C++'
  1. Axis-C++
  2. AXISCPP-904

undeclared xml namespaces

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.6 Alpha
    • None
    • Client - Engine
    • None
    • WIN2KSP4 JDK1.5.0_06 MSVC6SP6

    Description

      For me AxisC (both 1.5 and 1.6) generates invalid SOAP messages referring to undeclared namespaces.
      The problem occurs only if i set soap:header elements for inclusion in the SOAP message.
      Possibility 1
      IHeaderBlock* phb = pegs->createSOAPHeaderBlock("Token", "http://www.pegs-pegstour.com/API/XMLSchema/1.0.1");
      i.e. no namespace explicitely given.
      In this case a correct soap:body containing only ns1 as prefix and declaring it beforehand is created.
      But the soap:header is wrong using the ns1 prefix without declaring it.
      Possibility 2
      IHeaderBlock* phb = pegs->createSOAPHeaderBlock("Token", "http://www.pegs-pegstour.com/API/XMLSchema/1.0.1", "ns1");
      i.e. namespace explicitely given.
      In this case a correct soap:header containing ns1 as prefix and declaring it beforehand is created.
      But the soap:body is wrong using an additional ns2 prefix without declaring it.

      Attachments

        1. SearchRoomsRequest.xml
          10 kB
          Franz Fehringer
        2. vakanz.cpp
          6 kB
          Franz Fehringer
        3. vakanz.wsdl
          4 kB
          Franz Fehringer
        4. vakanz.xsd
          40 kB
          Franz Fehringer
        5. vakanz2.wsdl
          4 kB
          Franz Fehringer

        Activity

          People

            Unassigned Unassigned
            fehrin Franz Fehringer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: