Questions tagged as 'web-service'

0
answers

How to get the return of a POST sent by the Client (DataSnap REST)

I have a WebService Server REST developed by the IDE Embarcadero Delphi XE7 , I need to get the return of the POST from the client. I created the WebService from the DataSnap REST Application, when creating the project it comes w...
asked by 10.11.2016 / 14:10
0
answers

LogOff ASP NET / HTTPS CAUSE SECURITY ERROR

Hello,Ihaveanaspnetapplication,whichmakesuseofhttpssecurity,howeveratthetimeofloggingititcausesanerrormessage,hasanyonehaditalready?     
asked by 09.11.2016 / 11:25
0
answers

Problem to make to send a type complex Soap

I am making a method to update customer data, but when I go through this method I am having trouble sending the object, has anyone seen this problem? Follow the code: package routerbox.com.br.centraisdoassinante.routerbox.com.br.centraisd...
asked by 07.11.2016 / 17:05
0
answers

Xml NFSe (NotaBlu)

Hello, I'm having trouble finding decent documentation for integration with WebService of notablu , I need at least one model of what XML would be like to send (preferably with caption of what some values mean, or things like I could...
asked by 04.10.2016 / 21:48
0
answers

AngularJS $ http.post taking too long

I have a web API made in php that accesses a MySql database that has a return in JSON and I'm using Ionic + AngularJS to develop an application that will use this API. In my services.js file I created a factory for each entity in my system, l...
asked by 09.09.2016 / 15:16
0
answers

Error query webservice Nfce SP

After upgrading to version 8 of java 8, I'm having an error to query the status of the Nfc-e SP Webservice ( ), it always returns me" HTTPS hostname wrong: should be homologation.nfce.fazenda.sp.gov.br ", however as you can see the hostname is...
asked by 21.09.2016 / 16:39
0
answers

View logs from a Web Service

I want to display an error if there is no user. I'm using a WebService [REST]    SDK Library $find = $client->leads->getLeads([ 'email' => '[email protected]' ]); if($find == false) { echo "Not Found"; } The above c...
asked by 21.09.2016 / 14:24
0
answers

Json returns empty (web service with jersey)

I'm developing a web service using Jersey and Json returned by one of the methods is coming empty. The strangest thing is that the other methods are following the same logic and are working properly. I made a debug and checked that the data is r...
asked by 11.08.2016 / 01:14
1
answer

Request Post in webservice with swift

I'm now starting to use alamofire, I was able to quietly make requests .get however I crashed the post request. I created a user class that has name, email and password, however I can not post a user stay object let usuario = Usuario()...
asked by 02.08.2016 / 23:49
0
answers

Protect WebService NUSOAP

I developed a WSDL service through the NUSOAP library. The intent is to make the Web Service accessible both by PHP applications and the .NET platform, however, I would like to add a security access to the WebService so that only allowed appli...
asked by 27.07.2016 / 20:18