dotnet / dotnet/wcf

Where does the serialization happen?

Open
#4,239 12 comments 1 reaction 1 assignee Claimed by @mconnew View on GitHub
customer assistance
Dominant language
C#
Stars
1.8k
Forks
576
Avg merge
6d 9h
Merged PRs (30d)
2

Description

I'm trying to find the code that performs the SOAP serialization when we call a ClientBase method of a SvcUtil generated proxy. Which file(s) carry that code?

I have tried to generate the same SOAP envelope that the proxy creates by serializing the SvcUtil generated request classes using `DataContractSerializer`, `XmlSerializer` and `SoapFormatter` (3rd party NuGet package). However, none of them produce the correct SOAP request. So, I'm interested in seeing the code that produces the correct SOAP xml.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.