developer9969
developer9969

Reputation: 5236

Svcutil does not generate async methods or GetEndpointAddress for an asmx

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?

Upvotes: 0

Views: 85

Answers (0)

Related Questions