schneoka

Results 4 comments of schneoka

@imcarolwang, i used this command to create the file: `dotnet-svcutil http://localhost:17089/wsdl --namespace "*, COI.BusinessFlow.API.CmisClient.Binding.SOAPConnector" --internal --sync --reference "c:\Program Files\dotnet\sdk\8.0.100\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" --noStdLib --outputDir .\CmisClient\Binding\SOAPConnector --outputFile BflowWSDL.cs --targetFramework "net8.0"` 1. For example, in...

@imcarolwang Isn't that the definition in https://www.w3.org/2001/XMLSchema? ``` ```

@imcarolwang The new cs file works in our project, thank you very much.

We ran into the same problem. Using the new dotnet-svcutil instead is not possible, see https://github.com/dotnet/wcf/issues/5404