Answer(s)
- company is experiencing heavy traffic on an internal SOA application server. This service isexposed via a WSDL which has been imported into a Web Service Proxy. There are otherWSDLs imported into the Web Service Proxy that do not require transaction restriction. Theymust make every effort to complete each transaction but are required to impose a limit of 600transactions every minute.What can they do to implement this restriction while making efforts to complete each transactionrequest?A. Specify a Request Web Service Proxy SLM action for each Operation specified in the WSDL.Use an Interval of 60, a Rate of 600, and an Action of Shape.
- Specify a Request Web Service Proxy SLM action at the Proxy level. Use an Interval of 60, aRate of 600, and an Action of Throttle.
- Specify a Request Web Service Proxy SLM action at the WSDL level. Use an Interval of 60, aRate of 600, and an Action of Throttle.
- Specify a Request Web Service Proxy SLM action at the WSDL level. Use an Interval of 1, aRate of 600, and an Action of Shape.
- Specify a Request Web Service Proxy SLM action at the WSDL level. Use an Interval of 60, aRate of 600, and an Action of Shape.
Correct Answer
Specify a Request Web Service Proxy SLM action at the WSDL level. Use an Interval of 60, aRate of 600, and an Action of Shape.