Bonjour,

j'ai developé un service web en jax-ws sous Axis2 et ça marche très bien avec les type simple.. mais quand j'essaye de lui envoyer un type complexe il me renvoie une erreur.
j'ai testé avec SOAPUI mais ca marche tjrs pas !!

voici le soapMessage envoyé par le service quand je l'invoque avec un type complexe :

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server</faultcode>
<faultstring>ws.example.Client</faultstring>
<detail/>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>

merci de bien vouloir m'aider, ce probleme m'a pris bcp de temps et je l'ai pas encore reglé