Questions tagged as 'web-service'

1
answer

How to consume a WebService SOAP with AngularJS?

My current application does the following process Angular <-> PHP <-> service.wsdl I discovered the possibility of deleting this PHP bridge, consuming directly the WebService SOAP, using angular-soap . But when...
asked by 25.11.2015 / 19:54
0
answers

Consuming web service of the PJe

I need to consume the progress of a process using the web service provided by the PC. I am following the guidelines described in: link According to the tutorial, WSDL has the following format: • Web Service: http://ENDEREÇO DA APLICAÇÃ...
asked by 25.04.2018 / 21:29
1
answer

Consume WebService NFeDistribuicaoDFe - VB.NET or C # - Manifestation / Download NFe

On the National NFe website ( link ) I already have one software made in VB.NET that consumes WEBSERVICES ( NfeConsultaDest E NfeDownloadNF ) but due to a new technical standard these webservices will be discontinued....
asked by 01.02.2017 / 18:42
1
answer

Web service orchestration

In many sites and articles, the term service orchestration is displayed. But what does it mean to orchestrate services and processes in web services terminology?     
asked by 11.02.2016 / 14:18
1
answer

Query in a Web Service every 1 minute [closed]

I have a Web Service in JSON, which I'm querying through a PHP page and saving the data to a MySQL database. This Web Service contains information from some sensors and every 1 minute I wanted to do this query and save that data in the database....
asked by 06.04.2016 / 21:54
5
answers

Search for court data on the TJSP website

I am developing an ASP.NET application with C # that will need to consult the online legal process moves. So far the only way I have found to get this information was to do the direct query on the website of the Court, make the parse of the HT...
asked by 08.08.2014 / 23:26
1
answer

Remote REST WebService in PHP receiving JSON via POST with problems

I have the following situation ... A pure javascript client application that runs with node.js, where I send via a JSON post, as follows: doLoad = function (livrosList){ var xmlhttp = new XMLHttpRequest(); x...
asked by 15.01.2015 / 00:01
3
answers

Application access web images

I am a beginner in android application development; I have the following doubt: if I want to make an application in which the images used are not contained within the project, but on the web, what is the best way to make this connection. Is it p...
asked by 16.09.2015 / 20:49
1
answer

How to mount a WebService to synchronize SQLite database of Android and MySQL

I've set up an android app that stores basic information about a contact in SQLite:
asked by 18.08.2015 / 03:16
1
answer

WebService REST Simple

How to create a simple REST-type WebService that does HTTP communication from an Android device to the server using the PHP language? My goal is to Requests and receive a Response from the server.     
asked by 28.08.2015 / 19:10