Questions tagged as 'web-service'

1
answer

Cross-origin requests are being blocked

I need to consult some zip codes in viacep API ( link ), when I run get below: vm.buscarCEP = function(){ const cep = vm.empresaResponsavel.cep //RECEBE CEP DO CAMPO const apiViaCep = 'http://viacep.com.br/ws/${cep}/json/' $http....
asked by 04.05.2018 / 04:29
1
answer

How can I relate tables with return in json with php?

Please help me, I'm new to programming and I need to do a MySQL table relationship, with return in JSON , I tried the following code but it is with errors. I've done a lot of research on Google and Youtube , but I could not find anything lik...
asked by 06.11.2017 / 02:19
0
answers

When running a service: the following error occurs. Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value [closed]

FrameWork 4.0 Code block that generates error var token = Configuracao.Config.TokenAgrometrika; if (Configuracao.Config.ValidateTokenAgrometrika > DateTime.Now) return token; var autenticacao = new Autenticacao() { Chave =...
asked by 29.03.2017 / 22:18
0
answers

Oracle PL / SQL - Connection with Webserver SEFAZ

Has anyone here been able to establish and authenticate SEFAZ (NF-e or Reinf) servers via PL / SQL with Oracle Wallet? For the last few weeks I have been trying to establish contact with these webservers, first with Oracle 11, and then with O...
asked by 01.08.2017 / 14:47
1
answer

Consume webservice wsdl in java

I need to consume a webservice wsdl but I do not know how to load a method and pass the parameters inside that webservice so that it returns the desired value. This is the webservice: This XML file does not appear to have any style informa...
asked by 22.02.2017 / 13:10
0
answers

WebService Error PHP + Android

I have a webservice in php: <?php// incluyendo la librería de nusopa require_once('./nusoap-0.9.5/lib/nusoap.php'); // Configurando el web service $server = new soap_server(); $server->configureWSDL("SaludoXML", "urn:SaludoXMLwsdl"); $s...
asked by 19.12.2016 / 14:22
1
answer

Webservice php without using soap? [closed]

I'm not familiar with Webservice and wanted to know how to make one, without the need to use Soap (to grab data from the bank and consume it in Android Studio).     
asked by 21.10.2016 / 11:13
2
answers

WebService + SOAP for android

Good morning, I created a web service with soap and tested it on the SoapUI tool. This tool works cool. In android to using Ksoap and when I command to list the data in Logcat this is bursting an exception:    SoapFault - faultcode: 'soap...
asked by 02.09.2016 / 18:09
1
answer

Pass a List as a parameter in web services RESTFul Java

Could someone explain me how to get a List as a parameter in a RESTFul Java webservices? I've tried in several places, but I still can not understand. Thanks in advance ! The code below is an example and how I did it in my actual code. In the re...
asked by 28.11.2016 / 14:42
0
answers

500 error consuming WebService [closed]

The code is returning the following error message:   An unhandled exception of type 'System.Net.WebException' occurred in System.dll       Additional information: The remote server returned an error: (500) Internal Server Error. Does any...
asked by 27.10.2016 / 12:35