[RESOLU] The type javax.xml.soap.SOAPException cannot be resolved.

pprevel
Messages : 12
Inscription : 27 juin 2024, 10:08

[RESOLU] The type javax.xml.soap.SOAPException cannot be resolved.

Message par pprevel »

Lors de la mise à jour d'un composant SOAP, il est possible d'avoir un message d'erreur :

The type javax.xml.soap.SOAPException cannot be resolved. It is indirectly referenced from required type org.talend.soap.SOAPUtil

il faut ajouter :

<dependencies>
<dependency>
<groupId>javax.xml.soap</groupId>
<artifactId>javax.xml.soap-api</artifactId>
<version>1.4.0</version>
</dependency>
</dependencies>


Capture d’écran 2025-04-01 114053.png
Capture d’écran 2025-04-01 114053.png (52.33 Kio) Consulté 2671 fois
Répondre