相关文章推荐
温柔的汽水  ·  Java Scanner 类 | 菜鸟教程·  5 月前    · 
留胡子的煎饼  ·  flutter - Duplicate ...·  11 月前    · 
One Way
When you want your Client application should not wait untill your Web Service completes the execution then you may use "One Way" by defining OneWay=true property of SoapDocumentMethod Attribute.
Have a look at below link
http://msdn.microsoft.com/en-us/library/system.web.services.protocols.soapdocumentmethodattribute.oneway.aspx
In this return type of your WebMethod has to be void .
Two Way
This term can be taken in two ways.
1) Web Service returning something back to client.
http://netpl.blogspot.com/2009/07/aspnet-webservices-two-way-response-and.html
2) Service is calling back Client.
For Traditional Web Service you may refer below link.
Duplex Web Services
For WCF Duplex refer this link.
http://geekswithblogs.net/claeyskurt/archive/2007/09/05/115169.aspx
  • Read the question carefully.
  • Understand that English isn't everyone's first language so be lenient of bad spelling and grammar.
  • If a question is poorly phrased then either ask for clarification, ignore it, or edit the question and fix the problem. Insults are not welcome.
  • Don't tell someone to read the manual. Chances are they have and don't get it. Provide an answer or move on to the next question. Let's work to help developers, not make them feel stupid.
  •