Questions tagged as 'web-service'

0
answers

WebService Sefaz Error 297 Recipient's Manifestation

I am developing a module of manifestation of the recipient next to the Sefaz. When sending with the Xml already signed I have the following return error: <cStat>297</cStat><xMotivo>Rejeicao: Assinatura difere do calculado<...
asked by 25.07.2018 / 21:03
0
answers

Doubt Consuming Web Service on Wordpress

I have a website in wordpress, made by myself, if it is called School Circuit, in it I need to consume the data of a webservice to manage championships, teams, games, students, etc ... The company responsible for the Web Service passed me pdf's...
asked by 26.07.2018 / 15:08
1
answer

Error consuming API on Android

I'm trying to consume an API on Android, but I'm not getting it. Debugging looks like it can not get out of AsyncTask and does not return the value where it is calling the method. It can read the data without any problem and assign true or false...
asked by 04.08.2018 / 03:45
0
answers

Send data from an api android using HttpURLConnection sending in json to a web service in php

I am here because I have a problem and I can not find a solution for it, I have already programmed the HttpManager class to send and receive data from my web service in php. Receiving the data I got, the problem is when sending data to the web s...
asked by 19.07.2018 / 21:42
0
answers

How to use Web Services in Yii 1?

I followed the steps of the tutorial below but I'm having an error when I call via client soap. link DRIVER: <?php ini_set('soap.wsdl_cache_enabled', 0); ini_set('soap.wsdl_cache_ttl', 10); ini_set('default_socket_timeout', 15); i...
asked by 09.07.2018 / 16:56
0
answers

CRUD Java web with JS, syntax error while updating

When adding the Update feature, a syntax error appears in the console, I know what the problem is however I do not know how to solve it. view template(listaFornecedores) { return '<table border='1px'> <thead>...
asked by 06.07.2018 / 18:44
0
answers

Phyton service has no data

I have this python code from a service that fetches my database the 'responder' result. But I can not present this result, it only appears in this way '{"chickensAviary": "answer"}' @route('/matematica3/naoAutomatica/get', method = "GET")...
asked by 04.07.2018 / 17:10
1
answer

Post method Python service example

Any examples of a Python method service? I do not know how to do this with the database connection. I know how to do 'Get' and I'll leave an example below. @route('/dadosBloqueios', method = "GET") def dadosBloqueios(): respons...
asked by 04.07.2018 / 17:53
0
answers

Failed to load PDF document after calling service

I have a Service that generates a PDF and returns the bytes of it: The Service when run on the web returns this: <?xml version="1.0" encoding="UTF-8"?> <base64Binary xmlns="http://...com/">JVBERi0xLjMKJcfsj6IKNSAwIG9iago8PC9MZ...
asked by 04.07.2018 / 13:29
1
answer

Access a site from a server that is on the same LAN (XAMPP)

Hello everyone! I have two computers: Windows 7; Windows Server 2012. My site is in Windows Server 2012 xampp, and I want to access it through windows 7. I have tried to search the web browser by IP, by the name of Windows Server...
asked by 15.06.2018 / 18:48