Remote service bindings create a binding that defines the security credentials to use to initiate a conversation with a remote service. PowerDesigner models remote service bindings as extended objects with a stereotype of <<RemoteServiceBinding>>.
You can create a remote service binding in any of the following ways:
You can modify an object's properties from its property sheet. To open a remote service binding property sheet, double-click its Browser entry.
The following extended attributes are available on the Microsoft tab:
Name |
Description |
---|---|
Owner |
Specifies the owner of the binding. Scripting name: Owner |
Remote service |
Specifies the remote service to bind to the user identified in the WITH USER clause. Scripting name: RemoteService |
User |
Specifies the database principal that owns the certificate associated with the remote service identified by the TO SERVICE clause. Scripting name: User |
Anonymous |
Specifies that anonymous authentication is used when communicating with the remote service. Scripting name: Anonymous |