Search |
||
Method-based securityPosted by arungupta on May 24, 2005 at 10:57 AM PDT
If a WSDL 1.1 document has two operations in a portType, how to apply different security requirements to them ?
The uninteresting cases are when there is no security applied to the message body or the message body is only signed. In both the above cases, you can peek into the message body and figure out what is the exact method being invoked on the service endpoint and thus match the security requirements. However it becomes interesting if the incoming message in a service endpoint is encrypted because the method name is not visible in the message body. A platform may use any of the following ways to dispatch method on the service endpoint and thus can use the associated mechanisms to apply security for each method:
»
Related Topics >>
Java Web Services and XML Comments
Comments are listed in date ascending order (oldest first)
|
||
|
|