Hi @Jakob Aagesen , When the IsOneWay=true property is applied to the operation contract, it means the client returns as soon as an outbound message is queued for dispatch to the service; no response message is generated or sent. If you remove this property, I suggest you update the client to recall the service to avoid problems, because the server has been updated and will affect the call of the client. For details, please refer to OperationContractAttribute.IsOneWay Property. Processing the exception thrown in the method can refer to Handling Exceptions and Faults.
----------
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best regards,
Theobald Du