DRAG DROP
PassGuideService exhibit:
[OperationContract]
void PassGuideService(Order data);
There is a client PassGuideClient.
PassGuideClient sends multiple SOAP message to a WCF (Windows Communication Foundation)
service method PassGuideService.
PassGuideService must be tweaked so that any SOAP message can be received.
Which code should you use?
Explanation: