Questions tagged as 'web-service'

1
answer

Web Service for Android app [closed]

I have a question. Assuming I have a web service saving the data in MySQL, this service is responsible for feeding an Android app. The user accessing the app will sync the data to the device's local bank. If the user makes changes and there is n...
asked by 19.04.2016 / 16:46
1
answer

Relationships JPA Spring Boot Rest Fetch Eager

I have an application that serves a rest service json (not quite a rest, but okay). The application uses Spring Boot to run, I use the PagingAndSortingRepository. The problem is that when serving an entity with Many to One relationship: @En...
asked by 19.05.2016 / 20:41
1
answer

Generation of GNRE Guides for the state of RJ

Good morning, I am developing an application that generates and submits GNRE guides to the state of Rio de Janeiro. I have already done the development for the national environment and it is working, however the state of RJ is not integrated...
asked by 30.03.2016 / 15:56
1
answer

Plug in video control in Moodle

Does anyone know if there is any module or tool that controls access to videos in Moodle ? I was thinking about creating something of the type, for example: The student started watching the video number 1 and stopped watching 23:12...
asked by 23.02.2016 / 14:47
1
answer

Consume WebService passing object as parameter

I have the WebService and I send the object Cliente as a paramenter, I would like to know how I can make it work, and it create a WSDL that suits when I run the Server, so that I can make the call in a WebService Client. @WebService pub...
asked by 03.02.2016 / 13:55
1
answer

Help between communication between clients WEBSERVICE REST - JSON - JAVA

I'm developing an Android application where devices can communicate with each other through messaging (instant messaging). My application is already connecting to the Web Service (I developed it using NetBeans) and the Web service connecting...
asked by 22.02.2016 / 14:36
1
answer

Error sending ArrayList via POST in Retrofit 2: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING

When I try to send an ArrayList via @POST to be saved in my webserver with Retrofit2, the ArrayList is saved, however I am getting the following error:    java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1...
asked by 29.12.2015 / 14:34
1
answer

Doubt Receiving Parameters (WebService Soap)

Well, I'm in the following scenario: I have this class, it is a webservice (contains the @WebService method): @WebService(name = "l", targetNamespace = "o") public abstract interface Service { @WebMethod(operationName = "Cancelar")...
asked by 29.10.2015 / 15:30
1
answer

Send post data in file_get_contents

Good afternoon everyone, I have the following problem: I have to consume from a WS that returns me a Token, to use authentication in other WS. To get this token I have to send parameters via POST and I get a JSON with the token. Can I do this us...
asked by 16.12.2015 / 17:22
2
answers

DAO + Webservice

I want to use the DAO standard to create a Java project in Eclipse to view data from a database. I just want to turn it into a Webservice .. How should I proceed? Just use that IDE Webservice creation option and you're done?     
asked by 07.10.2015 / 20:30