Hi,

i'm creating a doc-literal-wrapped web service and learned, that it doesn't support (hash)maps.


I've seen that it is possible to configure the mapping with jaxb. Let's look at a very small part of my WSDL/XSL:

  <xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="fields" type="myschema:Field"/>
  </xsd:sequence>

The element "myschema:Field" has a name and a value.

If i start a standard schema2java task, it will end up with an ArrayList for the "fields" element.

Is it possible with jibx to map this to a HashMap?
Are there different ways possible?

It would be great if someone could help me.

Cheers,

Ingo
--
CRM Products Development - New Technologies

CAS Software AG
Well informed. Always and everywhere.
www.cas.de

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to