Matt Connew
Matt Connew
@JonathanHopeDMRC, do you have any initial thoughts on this?
That wouldn't be required. The current approach for the S.SM.ServiceContract attribute is to get all attributes, check the FQN for the type and if it is the equivalent in the...
Try reading my comment again.
Sorry, I have been crazy busy recently. I did look at your PR briefly and there was at least one issue. One problem was checking the assembly name as that...
This is the architectural design of asp.net core that we build on top of. If you are using NetTcp, this will be fixed early next year. If you are using...
Did you upgrade the version of .NET at the same time?
I just took another look at your exception and I missed something the first time. The exception is saying you have configured your client to use anonymous authentication and the...
@IgorMenshikov, I don't know how it's authenticating if that's really the code you are using as you aren't specifying an AuthenticationScheme on the HttpTransportBindingElement and it default to Anonymous, which...
Hi @mryandot. I'm really sorry this was my mistake. I helped @dasetser with this issue a few days ago and it looks like I misread or misunderstood something at the...
I just generated the classes and here are some snippets of the generated code a little cleaned and reformatted up to make reading easier: ```c# // ... [System.Xml.Serialization.XmlArrayAttribute(Order=5)] [System.Xml.Serialization.XmlArrayItemAttribute("Customer_Invoice", typeof(Customer_InvoiceType),...