Questions tagged as 'wcf'

2
answers

Create Stored Procedure to fill a table

I have a mobile application that calls different services that I have in c# with Wcf . The issue is that I have one of those services in which the user from the mobile sends an object called Medicion . This object has a list o...
asked by 09.11.2016 / 23:33
1
answer

How do I create service contracts in webapi

I'm doing an API in .Net Core 2.0 and I need to know how to create a service contract based on the SOA Contract Centralization link    In WCF, the WSDL is created and the classes are marked with [ServiceContract] and   [DataContract] Is...
asked by 16.05.2018 / 07:29
1
answer

Upload files to Amazon s3

Dear, I have a web project that I am developing with Microsoft technologies. The project itself has several types of projects, wcf, MVC, among others. What I need to do is upload files (they can be images, documents and different types of doc...
asked by 17.03.2017 / 23:03
1
answer

Consume Web Service, WCF dynamically

Normally you add a Web Reference in the project and you're ready to consume it from there. But it turns out that I need to do it in the following way. In my App.Config I will be adding the WebService ( .asmx ) and WCF ( .s...
asked by 02.06.2016 / 19:30
2
answers

Counterpart in SII Issued Invoices Using WCF

In version 07, the PersonaFisicaJuridicaType class does not have a member that is called NIF as it says the documentation of the AEAT. Therefore to define the NIF use IDOtroType. But there is no way. He answers me with the error 1104 Incorrect f...
asked by 15.06.2017 / 08:09
1
answer

Error Deployment WCF windows server 2012

I am making a deployment of some services WCF , when consuming the services; in a server it works correctly, but in another server in which it must be deployed, it is throwing me the following error: The type initializer for 'Compensar.C...
asked by 03.02.2016 / 16:30
1
answer

Class with several referenced wcf services

I would like to know if the following is possible: I want to create a class that references several ws and that in the class has the properties that in the majority of the services use the same variables ... public class wsProcedimientos {...
asked by 22.11.2018 / 20:28
0
answers

Creation of message request In ChannelFactory

I am performing a method using channelFactory for Invoice Shipping -E Dian Via Channel Factory First question: have you done this? If possible, do something similar to this: void SendFacturaFactory() { BasicHttpBinding binding = new...
asked by 30.10.2018 / 14:48
0
answers

Serialize json in wcf

I'm implementing a web service with a many to many relationship, but the GET method throws me the following error:    System.Runtime.Serialization.SerializationException: 'The expected   kind   'System.Collections.Generic.List'1 [[WebAppl...
asked by 23.10.2018 / 03:07
1
answer

InvalidOperationException when publishing the Web Service made in WCF,

Show me this error [InvalidOperationException: Another version has already been associated with the listening URI ' link '. If two endpoints want to share the same ListenUri, they must also share the same instance of the link object. The tw...
asked by 17.08.2018 / 20:02