Questions tagged as 'web-service'

0
answers

Fill in a chart chart with excel data

I'm creating a dashboard based on an excel sheet, I was able to create the charts using chart.js but I do not know how to get the data to be taken from the worksheet, does anyone know a way to do this? (the graphics I created, typed the value of...
asked by 19.07.2017 / 14:26
1
answer

Consume WebService in SOAP with HTTPRIO in DELPHI

I'm having a difficulty with a request via webservice / soap . I'm trying to feed a function from a WSDL from Vtex through Delphi and it always returns me that a value has not been filled. Code of my function Insert Field function...
asked by 28.08.2017 / 19:38
0
answers

Returning server data using Volley - Android [closed]

I have an Android application that makes some requests on the server and also for sending data via web service, using the Volley library. The data sent by the application is received by an API, and when there is confirmation that the d...
asked by 12.07.2017 / 12:46
1
answer

System.NullReferenceException: Object reference not set to an instance of an object

I'm developing a project in asp.net, where I'm trying to do this insertion in the database. But when I try to perform this command, it ends up saying this error message: "System.NullReferenceException: Object reference not set to an instance of...
asked by 14.07.2017 / 19:25
0
answers

nfe query in Java

I want to make a form with the access key field and the captcha code to fill in. Soon this data will be sent to the NFE portal and will return the NFE information to me. The captcha already managed to make it work on my form, I just can not...
asked by 06.07.2017 / 15:44
0
answers

NOT FOUND in the webservice paths

I have a big problem with my webservice. I created CRUD and it worked normally, but new methods with path are not working, I do not know when I exported the project when crud was working .war. I tried several types of paths and returns and nothi...
asked by 28.06.2017 / 07:57
1
answer

How to feed SELECT with Webservice SOAP in PHP?

I have to list one in a SELECT (html) products of a company using a webservice. Some example code? Customer Code: <?php //cliente //inclusao do arquivo NUSOAP require_once('lib/nusoap.php'); //criacao de uma instancia...
asked by 23.05.2017 / 22:49
0
answers

Run webservice via CMD returns NULL

I have the code below that I need to run it every hour. This script running through the browser, returns the data correctly. I wanted to run it via scheduled tasks, by CMD through the lines of execution: c:/caminhocorreto/php -c c:/caminho...
asked by 03.07.2017 / 14:33
0
answers

Login WebService PHP + SOAP + CURL + XML + certificate

Good afternoon, I have the following code trying to access the ISS webservice of the city of Curitiba: <?php $xml_data = '<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
asked by 17.04.2017 / 18:30
0
answers

Where to save private key generated in WebService?

I have the following scenario:    (and unfortunately I can not change anything on the infrastructure, but I can change anything about the Application and WebService code) AnIntranetwithmultipledatabasesthatcanonlybeaccessedbythosewithi...
asked by 24.04.2017 / 22:52