wso2 esb call iis web service with windows security -
wso2 esb call iis web service with windows security -
i seek phone call soap web service locate on iis 7 server windows authentication wso2 esb proxy service. receive http 401 error. utilize rampart digest authenticate .
but still not work. here security configuration.
<wsp:policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:id="utovertransport"> <wsp:exactlyone> <wsp:all> <sp:transportbinding xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> <wsp:policy> <sp:transporttoken> <wsp:policy> <sp:httptoken/> </wsp:policy> </sp:transporttoken> <sp:algorithmsuite> <wsp:policy> <sp:basic256></sp:basic256> </wsp:policy> </sp:algorithmsuite> <sp:layout> <wsp:policy> <sp:lax></sp:lax> </wsp:policy> </sp:layout> <sp:includetimestamp></sp:includetimestamp> </wsp:policy> </sp:transportbinding> <sp:signedsupportingtokens xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> <wsp:policy> <sp:usernametoken sp:includetoken="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702/includetoken/always"> <wsp:policy> <sp:hashpassword> </sp:hashpassword> <sp:wssusernametoken11> </sp:wssusernametoken11> </wsp:policy> </sp:usernametoken> </wsp:policy> </sp:signedsupportingtokens> <rampart:rampartconfig xmlns:rampart="http://ws.apache.org/rampart/policy"> <rampart:timestampprecisioninmilliseconds>true</rampart:timestampprecisioninmilliseconds> <rampart:timestampttl>300</rampart:timestampttl> <rampart:timestampmaxskew>300</rampart:timestampmaxskew> <rampart:timestampstrict>false</rampart:timestampstrict> <rampart:tokenstoreclass>org.wso2.carbon.security.util.securitytokenstore</rampart:tokenstoreclass> <rampart:noncelifetime>300</rampart:noncelifetime> <rampart:user>username</rampart:user><rampart:passwordcallbackclass>tmp.wso2.temp.org.wso2.samples.pwcb.pwcbhandler</rampart:passwordcallbackclass> </rampart:rampartconfig> </wsp:all>
security iis wso2 wso2esb rampart
Comments
Post a Comment