Questions tagged as 'web-service'

1
answer

PHP webservice connection occurring cURL ERROR: 35

Hello, I am trying to connect to a webservice that uses SSL security, requiring the use of a certificate. I was trying to initially on a linux server, but now I'm using it on my computer with windows and xampp. I've already tried connecting to t...
asked by 02.06.2016 / 04:40
1
answer

Second Web Service response still has the value of the first

The first thing I do in my application is to send a message to the server, just to test if the connection is up and running. When I receive "ok" from the server I continue the application. On the next screen I have to show a list of names, so...
asked by 23.07.2016 / 17:05
0
answers

How to use Token with PHP Rest

asked by 23.07.2016 / 17:42
0
answers

Error requesting the ID of a data in the database through the name STRING of the data

Well, I made a method in my webservice to get the ID of a value from a state, that is, I go to function an EX name: "Acre" and it returns the ID in the database of that state. I did it, it worked fine by testing for SOAPUI that is used to test,...
asked by 22.05.2016 / 17:13
0
answers

Create session when making requests to the Web Service

I created a Web Service that brings results in JSON format to java , but sometimes when the user makes a request to the Web Service the same hangs and interrupts the whole service, would like to know if there is possibility to create sessio...
asked by 23.05.2016 / 14:25
0
answers

PrintDocument: Printing taking too long in IIS

I'm having an Automation project (Web Service) where one of the functions is to print a text file (plain) server side. This Web Service calls a dll composed of a "PrintDocument" object and after adding some lines via "e.Graphics.DrawString",...
asked by 10.04.2016 / 01:19
0
answers

Create Web service that receives strings [closed]

I have to create a serviço web , which in this service will receive two Strings , a phone number and a message, that should be "pasted" into a C# that I have to fire a message .. That is, through another app I have would be...
asked by 21.03.2016 / 14:50
0
answers

How do I receive feed changes instantly?

I'm trying to make a podcast player and I have a question about the feed system. I thought of making a sync button, which would be able to return the updated list of podcasts when pressed. But I think it would be interesting if the user could...
asked by 15.03.2016 / 16:30
0
answers

DELETE android with Webservice URL does not work

I'm having a boring problem that I still can not solve and involves PHP and Android (more PHP actually). I am accessing a WebService in PHP that performs an operation according to each method requested by Android (for example: POST mak...
asked by 14.03.2016 / 15:27
0
answers

Webservice does not show return parameters in WSDL

I'm having trouble with a webservice. When you access the WSDL from it, the input parameters of the methods appear normally, but the return parameters that each method must show are not appearing. Just to note, all parameters return a dataset. C...
asked by 14.03.2016 / 12:36