Questions tagged as 'webservice'

2
answers

SII Model: Send data to the Web Service using vba

I try to connect to the Web Service of the AEAT (SII) to send XML files. I have a tremendous amount of research and testing, but I am very close to abandonment, or postpone it until there is more information on the net. For sending, I am tryi...
asked by 20.07.2017 / 13:09
1
answer

c # WCF Error in response of Webservice when consuming with SOAP MTOM of Electronic Billing

I am consuming a Web Service to send a file https://facturaelectronica.dian.gov.co/habilitacion/B2BIntegrationEngine/FacturaElectronica/facturaElectronica.wsdl But in the debug it returns the following exception:    System.ServiceModel.S...
asked by 07.09.2018 / 15:21
2
answers

problem with writeObject in java

I'm uploading images to the server. The image is sent in an input file to my local server, I convert it into a byte array, I set the array in a model class (BasicFileAction) and then with an object of type URL I make a connection to a service in...
asked by 18.08.2017 / 16:22
3
answers

Send JSON by POST with php to a webservice

Situation: I have a script with php in which I am receiving some data, with that data I create a JSON and that JSON I need to send it by POST with php5 (pure, no framework) to a web service in an online site. I found that it can be done...
asked by 27.09.2016 / 19:41
3
answers

I need to upload an API Rest to a web server

I have a API Rest that I use locally and I need to upload it to a web server. The problem I have is that it will not be configured once it is uploaded to communicate with the server's SQL database. The error I get is this: XMLHttpReq...
asked by 07.06.2016 / 19:36
1
answer

WebException It is not possible to connect to the remote server

I run my program from the real device and when I execute it, that error comes out, researching that it is due to lack of internet, I verify and the device does have internet, I am developing for Windows Embedded (Windows .Net or Windows Mobile o...
asked by 01.09.2016 / 15:11
1
answer

Send mail and attach file with a web service

What I want is to be able to send an email with data that is digitized from my Windows CE project, the problem is that I create the website and put my two codes both the email and export data to excel but then two problems arise. With the s...
asked by 23.08.2016 / 18:06
3
answers

Authenticate (LOGIN) with Google Security System

I develop an ASP.NET WebForms application and I need that if the user has authenticated in the browser with a Google account he can access the page otherwise.     
asked by 17.06.2016 / 17:56
1
answer

Error consuming Web Service

For the month of July, a new service of the Spanish Tax Agency (AEAT) will be implemented, through which the Web Service will send information about the company's billing. The system is the SII (Immediate Information Supply). The agency has p...
asked by 14.02.2017 / 08:13
1
answer

Error consuming webservice with SoapClient PHP

I am trying to consume a web service with SoapClient PHP, I have made several tests but the only answer I get is the following error:    The server was unable to process the request due to an internal error.   For more information about the e...
asked by 06.06.2016 / 18:15