Joined: 23 Jul 2008 Posts: 440 Location: Jamsa, Finland
Hi,
I'm not sure but I'm remembering that
1. Check that our broker have default security policy sets and bindings(WS -security| Authentication Tokens contain uname_token)
2. On your flow assign something to following fields
Code:
SET OutputRoot.Properties.IdentitySourceType = 'usernameAndPassword';
SET OutputRoot.Properties.IdentitySourceToken = 'xxx';
SET OutputRoot.Properties.IdentitySourcePassword = 'yyy';
3. On your BAR file assign before deployment default security policy set and binding to the soap node that you want to use wsse:UsernameToken
Set OutputRoot.SOAP.Header.wsse:Security.wsse:UsernameToken.wsse:Username = uid;
Set OutputRoot.SOAP.Header.wsse:Security.wsse:UsernameToken.wsse:Password = pwd;
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum