This is a discussion on .NET support oneway web service operations? within the XML and SOAP forums, part of the Web Development category; Hi guys, Can any one expalin does .NET support oneway web service operations?Does Microsoft SOAP tookkit support one way ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi guys, Can any one expalin does .NET support oneway web service operations?Does Microsoft SOAP tookkit support one way web service operations? Thanks devarajan.V |
| Sponsored Links |
| |||
| Yes, .NET framework does support one-way messages. To set a void method as one-way operation, set the OneWay property to true on SoapDocumentMethodAttribute or on SoapRpcMethodAttribute attribute. In such cases, the Web service client is intending to just send some notification to the server and not expect any response. The server in such cases returns 202 Accepted HTTP response to the client. And there will be no output message in the WSDL file for such methods. The support for one-way Web service operations was also added in the latest SOAP Toolkit 3.0 release. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Quality Hosting - Superb Service & Support | vicksjacob | Web Hosting Deals | 1 | 04-23-2008 01:54 AM |
| String Operations using different databases | srikumar_l | Database Support | 0 | 12-05-2007 03:27 AM |
| Date Operations in different databases | srikumar_l | Database Support | 3 | 12-04-2007 07:59 AM |
| Calculations and other Operations on Field Values | Pvinothkumar | HTML, CSS and Javascript Coding Techniques | 28 | 10-19-2007 05:36 AM |
| How to Perform SQL Server Row-by-Row Operations Without Cursors? | oxygen | Database Support | 1 | 07-30-2007 01:22 AM |