Page 1 of 1

openemm-ws connect

Posted: Fri Oct 02, 2015 3:27 pm
by nmejane
Hello,

I change the securityPolicy in securityPolicy.xml to disabled passwordDigestRequired to false.
I send like this :

<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/ ... xt-1.0.xsd" soapenv:mustUnderstand="1">
<wsse:UsernameToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/ ... ty-1.0.xsd" wsu:Id="UsernameToken-17">
<wsse:Username>user</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/ ... e:Password>
</wsse:UsernameToken>
</wsse:Security>

I send the password in text, but it still not work.

Do you have any idea about how to connect without passwordDisgest ?

Thanks,
Nicolas