skip to main content
Pacific Application Server for OpenEdge: Administration Guide
Web application security configurations : Enabling Spring Security for APSV and SOAP Web applications : Updating soap-basic-local.xml
 

Updating soap-basic-local.xml

After you have enabled Spring Security for the SOAP transport in an oeablSecurity-xxxx.xml file, you can optionally update user access by adding to or modifying the following defaults in soap-basic.xml :
<intercept-url pattern="/soap/wsdl/**" method="GET" access="hasAnyRole('ROLE_PSCUser')" />
<intercept-url pattern="/soap/**" method="POST" access="hasAnyRole('ROLE_PSCUser')" />