Question:You have written a method in your Web service which returns a void value. In order to make a one-way communication, which of the following do you need to do?
A You need to set the SoapOnewayMethod attribute
B You need to bind the soap method with the VoidMethod property
C You need to set the 'OneWay' property to true of the WebServiceBinding attribute
D None of these
+ AnswerB
+ Explanation
+ Report