Questions tagged as 'wcf'

1
answer

What is the difference between WCF and a Web Services?

I've always worked with Web Services, but lately I've seen a lot about WCF, so my question came. What is the difference between WCF and a Web Services? Is there any improvement between one or the other or something that is better to use be...
asked by 26.06.2017 / 15:56
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

WCF SOAP request in PHP

I'm trying to consume a webservice from a shipping company. However, PHP is not mounting the request correctly. PHP request: <?php $client = new SoapClient('http://data.../bidservice.svc?wsdl', [ 'soap_version' => SOAP_1_1,...
asked by 31.08.2017 / 14:09
1
answer

How to define the culture in a WCF WebService?

I have a WCF plication running in IIS where the server language / culture is set entirely in English. There is no way I can change the server settings so that I can change the server's culture or language. You would need an application...
asked by 31.01.2014 / 16:14
1
answer

Problems Xamarin method Asynchronous

In the event of a button of my APP had the following code it worked running in the android emulator, but when I passed the app to the cell phone generates a message the app stopped. Button buttonPessoasNecessita = FindViewById<Butto...
asked by 05.12.2015 / 19:14
1
answer

Trigger AsyncTask class exception

The class below is responsible for getting data from a WCF Rest service: public class MyAsyncTaskGeneric<T> extends AsyncTask<String, Void, T>{ private final Class<T> typeGeneric; public MyAsyncTaskGeneric(...
asked by 10.04.2015 / 21:57
3
answers

WCF consuming external Java WebService with HTTPS and proxy

I have a WCF service that consumes a Web Service (developed in Java) where I need to connect to HTTPS using a certificate. So far everything works fine, however, in production environment my client uses a proxy and I am not able to establish an...
asked by 31.01.2014 / 20:21
1
answer

CommunicationException: Error in client when making HTTP request (HTTP.SYS) to third party WebService

I've been developing for eSocial for over a year already, and I'm encountering the following error on some clients when trying to send the service:    System.ServiceModel.CommunicationException : Error while doing HTTP request for link...
asked by 27.07.2018 / 21:04
2
answers

How to print from a web application to a local printer with C #

I need to schedule some of the local printing features on the web where texts and commands are sent to a specific device without user interaction . For example, labeling Zebra and Argox equipment and printing non-tax coupons on Bematech MP2...
asked by 13.09.2017 / 13:04
1
answer

Delay in the first WCF service call

I am developing an application using WCF to distribute, everything is working quietly, however it has a strange thing, whenever I use the service the first time it takes a lot, (almost a minute for a simple search in the database), however I mak...
asked by 25.03.2015 / 03:14