I looked through the manual and searched the web, but I cannot find any
details on how to implement a one-way operation.  When my C# WCF calls the
operation, it always returns:

The one-way operation returned a fault message.  The reason for the fault
was 'No Error'.

And inside of the invoke generated by the old WSDL2C, I see that where the
In-Out operations return within their if block, the one-way operation is
aloud to fall through to the default return NULL at the end.

The bottom line is, I am not quite sure how things are suppose to be handled
in the invoke and I would like someone to tell me where to go seek the
answser;)

Sam

Reply via email to