lundi 1 février 2021

spring-boot-starter-web-services dependency problems (soap)

I have a system about xml signature.

I have the dependency follow down:

    compile "commons-logging:commons-logging:1.1.1"
    compile "org.apache.httpcomponents:httpclient:4.2.1"
    compile "org.apache.httpcomponents:httpmime:4.2.1"
    compile "org.apache.santuario:xmlsec:1.5.2"
    compile "xalan:xalan:2.7.1"
    compile "org.bouncycastle:bcprov-jdk15on:1.47"
    compile "org.bouncycastle:bcpkix-jdk15on:1.47"
    compile "commons-codec:commons-codec:1.4"

But, When I add org.springframework.boot:spring-boot-starter-web-services dependency, The system is not working well. When I look at soap message, Digest get different. Is there duplicated part between before source and added source on dependency?




Aucun commentaire:

Enregistrer un commentaire