How can this be achieved?

Exhibit:
Sub PassGuideDelete (Byval PassGuideId As String)
There is a WCF service PassGuideService.
PassGuideService implements restful manner operations.
The PassGuideDelete method is implemented as displayed in the exhibit.

When a client calls PassGuideService with the HTTP DELETE operation PassGuideService must
use this method.
How can this be achieved? Select two or three.

Exhibit:
Sub PassGuideDelete (Byval PassGuideId As String)
There is a WCF service PassGuideService.
PassGuideService implements restful manner operations.
The PassGuideDelete method is implemented as displayed in the exhibit.

When a client calls PassGuideService with the HTTP DELETE operation PassGuideService must
use this method.
How can this be achieved? Select two or three.

A.
Use the operation..

B.
Change the return type to..

C.
Change the string PassGuideID parameter..

D.
..and add attribute…

E.
..add method..

F.
.. WebInvoke(UriTemplate = “/Items/(id,Method=”DELETE”)

G.
.. HttpDelete

H.
..DeleteHttp

I.
..text.

J.
..RemovedActivityAction

Explanation:



Leave a Reply 0

Your email address will not be published. Required fields are marked *