Hello, I have App in xamarin portable and in the Android project part I referenced a WCF service, when I enter the app I normally use all the requests without making a mistake, but when I log in, I get in the app for 4 or 5 times. a timeout exce...
Good afternoon, so I'm in doubt on how to call a service in C #, I've tried in many ways but I did not succeed.
(function () {
'use strict';
function Service($http, $q) {
const url = 'http://172.23.1.31:81/Service1.svc';...
I tried to use it in my service but I can not get anything different from this error.
Error :
ExceptionDetail, provavelmente criado por IncludeExceptionDetailInFaults=true, cujo valor é:
System.InvalidOperationException: Foi gerada uma...
I have a project part (MVC that connects to DB through web services) from my company that calls WCF services like this:
public static ReturnType CallWebMethod<TService, ReturnType>(String endpointConfigurationName, String myMethod, objec...
I have a project with multiple WCF services compiled, and accessible by another project on the same machine. Now I'm trying to connect to one of these services from another machine. I put the service refence URL, but it asks me for authenticatio...
I have a webservice in wcf in the link , I can consume it no problem in my iis location with ajax:
View User
<div><table id="datagrid"></table></div>
<...
The following script works in part:
<script type="text/javascript">
function ConsUsuario(){
var value = $("#codUser").val();
$.ajax({
type: "GET",
url: "ServiceRestPub/ServiceUsuario.svc/ConsultarRe...
I'm developing a web api and need to integrate with a service from a third party that is a WCF. I have the WSDL definition, I integrated it into my solution as a service reference, but it is pointing to a physical file on my PC.
How do I inte...