Is there any way to invoke another class method while invoking request methods in Post Request Of WCF? If there is how to do it and I also want the model attributes in that custom class method.
Asked
Active
Viewed 48 times
0
-
I don't think this can be achieved by wcf. – Theobald Du Jun 24 '21 at 08:34
-
@TheobaldDu is there any other way around? I really need to do this. – Mohammad Khubaib Nasir Jun 24 '21 at 09:09
-
You can take a look at: https://stackoverflow.com/questions/12261696/how-do-i-pass-a-custom-class-to-a-wcf-service – Theobald Du Jul 16 '21 at 02:42