Questions tagged as 'web-service'

1
answer

APP database [closed]

Dear friends, in a mobile solution type an application that manages a jet lag where users create their account and can automatically manage their clients, cash flow, scheduling and etc ... These applications consume a web API, the question is. D...
asked by 27.06.2017 / 03:49
1
answer

Checking file on web server

Next, I have an Android app, this app wants to verify the existence of a web image to be able to load Picasso, if the image does not exist in an address www.algumacoisa.com/img/imagem5.png I will show a message. So what I need is to validate the...
asked by 17.02.2017 / 15:12
1
answer

Understanding HttpURLConnection, OutputStream, InputStream, and Buffered Writers requests for MySQL database usage

I'm developing an android application that will have access to a MySQL database using webservice . I saw some tutorials on the net and an English tutorial able to connect and insert data, thus creating a login and registration syste...
asked by 23.06.2016 / 14:49
1
answer

WCF parameter out bool

I created a WebService WCF , and in the interface IService1.cs I put the signature of the methods [ServiceContract] public interface IService1 { [OperationContract] bool insertConsulta(BConsulta bCos); [OperationContract] boo...
asked by 21.05.2016 / 18:33
1
answer

Return image by Web Service REST Server

I have Web Service REST running, this web service makes the query in ERP when the client requests the request of a certain data, needed to return the image that the client made the request and display in the browser. I made the f...
asked by 13.10.2016 / 19:43
1
answer

Conversion of Objective-c project to Swift (Server Call)

I have a problem that I explain, I think I found a way to call the methods that are on the server, however when I call a method that has parameters, I get an error, and when I call a method that has no parameters okay. Can someone explain to me...
asked by 28.01.2016 / 11:50
1
answer

ksoup2 org.xmlpull.v1.XmlPullParserException:

I'm trying to make a query on the WEB SERVER implemented in PHP in this link . In the web service I have to send a request passing the parameters imei, password, operation . public class cargaColetaDao { private static final String URL =...
asked by 24.11.2015 / 08:45
2
answers

Webservice for Android application

I need to develop an application on the Android platform. To do this, the application must be accessed through a Webservice. The question is: can my database tables in my application, user registry, etc. be made in MYSQL and hosted on a server a...
asked by 24.09.2015 / 22:41
2
answers

C # system integration with two web services

I have to create an application that plays the role of a "bridge" between two web service that stores information. I have to get the information from one and send it to the other the way this "other" wants. These requests and responses wi...
asked by 24.08.2015 / 21:40
1
answer

How to configure Jersey 2.22 in the project?

I'm having a hard time configuring the Jersey 2.22.1 in my web project that is deployed on the Tomcat 8 server, which I am developing on Netbeans. Note: I use maven. I have read and reread documentation but it does not fit into my...
asked by 28.11.2015 / 22:24