<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">hi juergen,<br>
      <br>
      I think you are missing the xsi:type attribute on yours result
      part. without it, JAXB can determine which type of object it has
      to instanciate, so it build a DOM sub-tree.<br>
      <br>
      <br>
      ex:<br>
      <om:result xsi:type="swe:DataArrayPropertyType"><br>
                      <swe:DataArray id="array-1"><br>
                          <swe:elementCount><br>
                              .................<br>
                              .................<br>
                              .................<br>
      <br>
      <br>
      Guilhem Legal<br>
      <br>
      Le 03/12/2014 14:43, juergen sorg a écrit :<br>
    </div>
    <blockquote cite="mid:547F1376.5060303@fz-juelich.de" type="cite">hi,
      <br>
      <br>
      when i parse a om document responded from a sos the result element
      (containing the data (observations)) is not unmarshalled, but a
      dom node.
      <br>
      <br>
      which libraries (jars) i must have within the class path?
      <br>
      the result section of the om doc (ObservationCollectionType)
      contains a swe DataArray
      <br>
      <br>
      thanks in advance
      <br>
      <br>
      gruss juergen
      <br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Geotoolkit mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Geotoolkit@lists.osgeo.org">Geotoolkit@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/geotoolkit">http://lists.osgeo.org/mailman/listinfo/geotoolkit</a></pre>
    </blockquote>
    <br>
  </body>
</html>