Questions tagged as 'wcf'

1
answer

What is the difference between WCF project types?

What are the differences between the various WCF project types: WCF Service Library; WCF Service Application; WCF Workflow Service Application; Syndication Service Library;
asked by 07.11.2014 / 16:08
1
answer

Doubt on how to publish a method in a web service, hide

What I'm going to ask, I do not know if it's possible or how. Well, I have a REST that is now okay. There, they changed a rule here that directly affects the REST API. I have a method that generates ID for partners. So far so good, but now I nee...
asked by 06.06.2014 / 18:33
2
answers

A way to unify calls in WCF Service?

Greetings to all. I currently have a WCF Service Application running on IIS with many services, with each new service I need a new update and a new client side reference. As I am new to WCF, would you like to know if it is possible to centralize...
asked by 01.07.2014 / 19:04
1
answer

Error consuming method of a web service rest

I created a method where my partner, besides receiving data from our base, also sends us. Well, that was working well. Then I discovered that there was a field missing. I added this field in the interface and also in the method. Well, I do not k...
asked by 04.06.2014 / 23:50
1
answer

WCF services with a number of different methods (endpoints)

I took a project that uses WCF and I am not able to unravel this mystery. I have two solutions: Project A and Project . When it attempts to instantiate OAuthServiceClient within Project B , it generates the following error:   ...
asked by 10.12.2018 / 13:55
1
answer

Access wcf via https

I'm having the following error accessing a https url: O esquema de URI do provedor 'https' é inválido; esperado 'http'.\r\nNome do parâmetro: via My file at <?xml version="1.0" encoding="utf-8" ?> <configuration> <system....
asked by 05.09.2018 / 13:36
1
answer

Using Itaucripto_.dll within web service (without registering on the server)

I tried to put the COM DLL in the webservice project (using the code below to include it): <Project ...> <ItemGroup> <COMFileReference Include="itaucripto_.dll"> <EmbedInteropTypes>True</EmbedInteropTypes...
asked by 24.07.2018 / 22:02
0
answers

"Object reference not set to an instance of an object."

When I instantiate a class this error occurs. Classe : AnttLogDTO using System; namespace NewsGPS.Contracts.DTO { public class AnttLogDTO { public string jsonEnviado { get; set; } public string RetornoChecki...
asked by 07.06.2018 / 21:06
0
answers

Consume WebService NFe GO C # Error 495 Unknown Code

I'm getting the following error when trying to consume the GO NFe WebService Error 90 - NfeStatusServico. The remote server returned an unexpected response: (495) Unknown Code As I'm creating a dll I do not have the configuration file pr...
asked by 22.05.2018 / 18:41
1
answer

Alert via jQuery not working as planned

I need a help! I'm developing a web project, and in it I call jQuery a WCF SOAP test, pretty simple, on a button, and it returns an alert with a value. It's working, but not the way I want it. On the first click nothing appears, the second ap...
asked by 06.03.2018 / 15:10