Consuming Services (19%)
Create a service proxy
This objective may include but is not limited to: using a proxy class or channel factory to create a proxy; creating a proxy for an asynchronous communication; creating a proxy for a duplex communication
This objective does not include: SvcUtil command line switches
Proxy class
http://msdn.microsoft.com/en-us/library/ms733133.aspx
Channel factory
http://msdn.microsoft.com/en-us/library/ms734681(v=VS.100).aspx
Asynchronous communication
http://msdn.microsoft.com/en-us/library/ms730059(v=VS.100).aspx
Duplex communication
http://msdn.microsoft.com/en-us/library/ms731935(v=VS.100).aspx
Configure client endpoints.
This objective may include but is not limited to: standard bindings, custom bindings created from standard binding elements; configuring behaviors; code-based and configuration-based bindings; configuring addresses
This objective does not include: security; creating custom behaviors
Standard binding
http://msdn.microsoft.com/en-us/library/ms731092(v=VS.100).aspx
http://msdn.microsoft.com/en-us/library/ms730879(v=VS.100).aspx
Custom binding created from standard binding elements
Configuring behaviors
http://msdn.microsoft.com/en-us/library/aa702788(v=VS.100).aspx
Code-based and configuration-based bindings
http://msdn.microsoft.com/en-us/library/ms731144(v=VS.100).aspx
http://msdn.microsoft.com/en-us/library/ms731862(v=VS.100).aspx
Configuring addresses
http://msdn.microsoft.com/en-us/library/aa751841(v=VS.100).aspx
Invoke a service
This objective may include but is not limited to: invoking a service operation synchronously and asynchronously; handling service faults; using the Message class; managing the life cycle of the proxy (open channels, close channels, abort channels, handle faulted channels); implemented duplex communication
Invoking synchronously and asynchronously
http://msdn.microsoft.com/en-us/library/ms730059(v=VS.100).aspx
Handling service faults
http://msdn.microsoft.com/en-us/library/ms733721.aspx
Message class
http://msdn.microsoft.com/en-us/library/ms734675.aspx
Life cycle of the proxy
Duplex communication
http://msdn.microsoft.com/en-us/library/ms731064.aspx
Consume RESTful services.
This objective may include but is not limited to: access HTTP context; JSON/POX
Access HTTP context
JSON/POX
Implement service discovery
This objective may include but is not limited to: configuring target scope; monitoring service announcements.
Configuring target scope
Monitoring service announcements
0 comentarios: