Setting wcf response element name
Hi,
I'm writing a wcf soap service and I need to align response element name (see file for more).
How can I do it?
5 Replies
Anyone?
https://learn.microsoft.com/en-us/dotnet/framework/wcf/feature-details/using-message-contracts maybe use
MessageContract
s?couldn't make it work, but will double-check
do you suggest not to use corewcf library too?
i'm just looking at random pages.
i don't use wcf at all, so i have no clue
honestly, nobody does anymore...
i get that you probably need to for this service, but soap is a terrible language, and wcf is not a convenient way to set up an api.
yep I know, but I have one client that still communicates through soap 🙂