I would like to extend my WSDL definition to include a programmatically consumable statement that communicates that upon receiving a message the service will add an entry to an event log. Which technology should I use?
XML can be used to structure data passed between REST services, but REST introduces rules that limit the extent to which XML elements and attributes can be nested.
Identify what is wrong with the following statement: "I have a single Calculator component that provides basic math functions. I'm exposing this component as a component-based service for internal service
consumers that are also component-based. I'm exposing this component as a SOAP- based Web service for internal and external service consumers that support SOAP messaging. I'm also exposing this
component as a REST service for external service consumers that prefer to access its functions via HTTP methods. I'm also exposing this component as a service agent for service consumers that support explicit
invocation via a service contract." SELECT ALL THAT APPLY