i need some information on how to put data in this property. In docs there’s no info, google is dumb about this. All i need is tiny little example how to initialize this:) My code looks like this:
$some_sec_array = array(); // here, give my anything
$policy = new WSPolicy(array("outMessagePolicy"=>$some_sec_array));
outMessagePolicyaccepts the same keys than the basic WSPolicy object, it’s just a way to separate inbound and outbound policies. So you can use the keys defined in the API documentation: