openemm-ws connect

Use this forum for all questions related to the source code of OpenEMM

Moderator: moderator

nmejane
Posts: 14
Joined: Fri Jul 05, 2013 3:29 pm

openemm-ws connect

Post 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