CoreWCF / CoreWCF/CoreWCF

Is not possible to handle flat array

Open
#1,133 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
1.8k
Forks
320
PR merge metrics
No merged PRs in 30d

Description

This is an example of an incoming payload
```

xxx
yyyy

CustomData
Test 1


NewData
Test 2

user

```

```
...
public partial class IncomingCall
{
...
[DataMember]
public CallData[] callData;
...
}
```

It will work if you add XmlElementAttribute and the complete schema is described without CoreWCF
```
[System.Xml.Serialization.XmlElementAttribute("callData")]
```

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.