Chris Seeley

Results 4 issues of Chris Seeley

WSDL contracts with methods that return an array don't get "unwrapped" by dotnet-svcutil. For example, a method with the following request/response wrappers: ```xml ``` Generates this interface method: ```c# System.Threading.Tasks.Task...

Backlog
tooling
priority 3

.NET Core 2.0 has issues with proxy support: https://github.com/dotnet/wcf/issues/1592 This will be fixed in .NET Core 2.1 and our library should to update as soon as it's available.

bug
P2

Add support for compression in v22.0.0 and later under mono and linux. Currently mono does not inflate a compressed response.

enhancement

Seems like this zeep issue is impacting Ad Manager: https://github.com/mvantellingen/python-zeep/issues/923 Specifically, video line items with an empty requestPlatformTargeting. Reading one of these and sending it unchanged in an updateLineItemsRequest fails...

bug