Svcutil does not generate async methods or GetEndpointAddress for an asmx

34 Views Asked by At

I cannot get the svcutil to generate code like the connected services does. Cannot generate both async and sync and the getendpointAddress method

svcutil.exe /out:"C:\MyDir\reference.cs" /async /n:*,MyNamespace http://whatever.com/aa.asmx

what Am I missing?

0

There are 0 best solutions below