Questions tagged as 'webservice'

0
answers

Error sending XML / string to web services C #

I have the SoapUI where I am doing a web services test in which I add 3 data to the request and it gives me an answer, until here everything is fine. It happens that I want to consume that webservice using C #, the code I have so far is...
asked by 13.12.2018 / 21:02
0
answers

Digital Signature in XML DIAN Colombia

I am in the realization of the digital signature for the electronic invoice in Colombia and I have been doing the corresponding validations and it happens to me that I have validated the XML file in page such as: link link  And also with...
asked by 09.11.2018 / 14:25
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

How to instantiate an asmx webservice object?

In Visual Studio 2008 to consume a webService with a method called HelloWorld and return a string from codebehind I would instantiate it in the following way: wsService1.Service miWs = new wsService1.Service(); For Visual 2017 I can not fin...
asked by 18.10.2018 / 17:03
0
answers

How is a webservice with SSL certificates published in IIS and how can I later consume it in VS2015?

I have a WebService that I publish locally on the IIS with SSL certificates generated locally using Makecert.exe. From the browser I can see it and use it (the browser asks me for the client certificate, it is sent and it works, that's fine, it'...
asked by 19.10.2018 / 21:15
0
answers

Does this .WSDL file work?

A client has sent me a file .WSDL for the creation of a web service, I have validated it using the software altanova SPY and it seems that it is a valid file. However, when I sent data to the CreateVoucher function, my pr...
asked by 13.09.2018 / 17:11
0
answers

XML read error: poorly formed IIS

I am new to the management of web services I have finished my class product and my webservice.asmx I show the code, well the fact is that when I publish correctly the web service in IIS no there are errors all right, long before returning the...
asked by 23.08.2018 / 10:20
1
answer

Consume webservice, problem with datetime

I have this code to consume a webservice # -*- coding: utf-8 -*- import zeep import datetime from zeep import Client from zeep.transports import Transport from zeep import xsd from zeep.wsse.username import UsernameToken from requests import S...
asked by 24.08.2018 / 05:19
0
answers

Call web service from java

I have this code: ServiceClient cliente = new ServiceClient(); cliente.setTargetEPR(new EndpointReference("http://11:133:43:5776/css/ejemplo.cls")); Options options = new Options(); options.setTransportInProtocol("http"); c...
asked by 13.07.2018 / 09:49
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