Microsoft
Software
Hardware
Network
Question : WCF hosted on IIS: Why doesn't it show me the WCF method name and it's signature?
I know, classic Webservice (with WebMethods) display methods when copy-pasted on browser (e.g.
http://www.w3schools.com/w
ebservices
/tempconve
rt.asmx
)
But, for WCF Service hosted on IIS, when I copy-pasted on browser (e.g.
http://ServerName:Port/WCF
SVC/MyWCFS
VC.svc
), why doesn't it show me the WCF method name and it's signature?
(I know that both display WSDL in similar way)
Is there any way to display methods from WCF service on browser?
Answer : WCF hosted on IIS: Why doesn't it show me the WCF method name and it's signature?
if you can find away ill be happy but i spent some time researching and came to no conclusion i ended up just creating a standard webservice as a wrapper on my wcf service instead
Random Solutions
Keyboard not working
PHP Login Script
Unable to receive mail using Mail Enable
Unix + Linux ---> checksum for a directory
Question on VBA call worksheet.function and self defined function
Small business server 2003 - sent mail is "lost" somewhere...
Is there a problem with Google sites today?
Hi-Def TV
HTML Textarea align cursor at left
Adding days to an input date value.