Questions tagged as 'web-service'

1
answer

Differences over WCF, WebService and WebApi with Asp.net?

I will create a service to make my company's data available to a customer. But I am evaluating the creation of the services and I came across this technical doubt. I know there are differences between the 3, but I do not know exactly how to eval...
asked by 25.02.2016 / 17:07
1
answer

Unable to connect to remote server - When consuming webservice C #

I have an application developed in C # which consumes a webservice also in C #. In some cases (it is not always and is not everywhere / clients) at the time of consuming webservice I get the following error:    Unable to connect to remo...
asked by 04.03.2015 / 13:29
1
answer

Ajax function does not pass through success

My role calling my web service var email = document.getElementById("email").value var senha = document.getElementById("senha").value $.ajax({ url: "http://localhost:8080/Servidor/rest/service/loginCustmerUser/"+ email...
asked by 08.09.2015 / 23:53
1
answer

How can I test authenticated webservice?

Hello, I have an authentication service already mounted in C # and wanted to do any testing with it. It can be some webform page, which returns a positive or negative, or a C # class even though it runs on console and does the same. Already have...
asked by 03.02.2015 / 02:49
1
answer

Error in SOAP communication. Lack of tag termination character in XML

It took some time to implement communication with SOAP WebServices in legacy applications written in Delphi 6 . The WebServices that I needed to communicate with these systems were written in Delphi (newer versions with unicode) and C # (asa...
asked by 25.04.2015 / 01:59
1
answer

Connection with WebService SOAP WSDL with XML return

I have the following code that works perfectly. The webservice return is XML , but the return I'm getting is a string. What should I do to get XML as a return and not a string? $client = new SoapClient('http://www.roveri.inf.br/ws...
asked by 30.01.2017 / 13:23
1
answer

Consume WebService with large data volume

I have a demand where I need to import a JSON file with 65k of records for my Android app, after calling the URL of my REST service the app starts importing the data however crashes after some time, I would like to know the...
asked by 28.08.2015 / 16:00
1
answer

API CEF or ITAÚ [closed]

Can anyone tell me what is the WebService / API of the Federal Savings Bank to send bank records generated on the site to register? They are demanding registration. But to register tickets generated on-line you will need a API or we...
asked by 06.01.2017 / 16:27
4
answers

.NET C # IIS Request aborted: Could not create a secure channel for SSL / TLS

Srs, I'm trying to communicate with the recipe server / SEFAZ using an A1 certificate through an MVC5 C # application on an IIS 8 server, in the pool with my user's identity. The certificate is installed and I have already performed the tests...
asked by 29.08.2015 / 00:19
1
answer

Is it possible to create a trigger that invokes a web service?

I'm working on the integration of two databases. It is a system that needs the status of employees in HR. For performance issues, I can not point all the employee-dependent queries to the HR base, what I did was create a functionality to i...
asked by 20.01.2014 / 13:05