❔ WCF service: Method changed after update
I had an issue with updating my WCF service apparently due to some error that still exist in VS2022. I managed to update it thanks to the advice on the link, but it changed all my methods. Now instead of a method having 4 arguments, the method has 1 argument of type "methodRequest" which itself has the 4 values of the argument. How can I get back my old method types?
New method
https://i.stack.imgur.com/IKxU1.png
Old method
https://i.stack.imgur.com/aUMPa.png
Link to previous error:
https://stackoverflow.com/questions/26344215/error-creating-wcf-webservice
Stack Overflow
Error creating WCF webservice
I have created a new WCF web service and but when i try to run it, I get this error
No code was generated.If you were trying to generate a client, this could be because the metadata documents di...
1 Reply
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.