Most voted "wcf" questions
Windows Communication Foundation is a framework for building service-oriented applications (SOA).
Learn more…107 questions
Sort by count of
-
0
votes1
answer13
viewsC# Could not find Imetadataexchange
I have the following problem, when creating a WCF service says that Imetadataexchange was not found, my APP.config is: <?xml version="1.0" encoding="utf-8" ?> <configuration>…
-
0
votes0
answers17
viewsWCF - Bool returns Void
Hello, good morning, good morning! When I call the WCF service on the client side, a function that was made to return bool is returning void.. and even asks for more parameters than those indicated…
-
-1
votes1
answer110
viewsWeb Service runs but when consuming method gives error
I struggled to set up my web service on IIS. It goes up, showing the screen that WS is ok. It turns out that when I pass a parameter to it gives this error: REQUEST ERROR The server encountered an…
-
-1
votes1
answer127
viewsInterface implementation error in WCF
I’m making an example using WCF is generated me an error and I’m not able to figure out what could be wrong. Error message: Wcfservice.Service1 does not implement interface Member…
-
-2
votes1
answer436
viewsHow to get the value of an Odata JSON object and convert to string?
After accessing the WCF, I get the following answer: { "odata.metadata": "http://luiz-note64/WcfOper/WcfOperDataService.svc/$metadata#Operacoes&$select=IdOperacao", "value": [ { "IdOperacao":…
-
-3
votes1
answer83
viewsService does not go up
I have a service [file.svc.Cs] but it does not go up, I try to access it with ajax and da not found. Someone knows how to fix it, what could be wrong.? namespace Bob.Servico { // NOTE: You can use…
-
-5
votes1
answer145
viewsInterop.word service
Good afternoon, I am using microsoft.office.Interop.word to convert word documents into pdf in WCF, however the interface simply to work WCF is online only the interface does not work, where it is…