Open kiquenet opened 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
It's not clear what the problem is. What exactly are you interested in?
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