I work with Oracle SOA Suite and need to add one transport header Access-Control-Allow-Origin: *
In the configuration the server weblogic for get this:
this picture is of one service in IIS7, that he have the next configuration:
<httpProtocol>
<customHeaders>
<add name="Access-Control-Allow-Origin" value="*" />
<add name="Access-Control-Allow-Methods" value="OPTIONS,POST" />
<add name="Access-Control-Allow-Headers" value="Content-Type,SOAPAction,origin" />
</customHeaders>
</httpProtocol>
How I do this in weblogic server?
for default in the browser whit weblogic he show this: