OfficeDev / ews-managed-api

Other
584 stars 319 forks source link

not using WDSL for create service client Proxy? #193

Open kiquenet opened 6 years ago

kiquenet commented 6 years ago

why not use WSDL or svcutil and OWA service ?

svcutil http://localhost/MyService/ClassName.svc /Language=c# /t:Code /out:ClassNameProxy.cs /config:ClassNameProxy.config

WSDL.exe /language:CS /namespace:FourCalc /out:c:\Captures\FourCalc.cs http:\localhost/FourFunctionCalc/Service1.asmx?sdl

pkropachev commented 6 years ago

It's not clear what the problem is. What exactly are you interested in?