Questions tagged as 'web-service'

0
answers

Error in Web Service Java SOAP in GlassFish

I have the following method in a SOAP Web Service running through GlassFish 4.1.1: @WebService(serviceName = "CalculatorWS") @Stateless() public class CalculatorWS { @WebMethod(operationName = "add") public int add(@WebParam(name = "i...
asked by 14.03.2017 / 11:40
0
answers

Return webservice response but continue execution

Good morning, everyone. I have an application from a portal A that sends the information to another portal B through a webservice. But portal A can not wait for the return of portal B otherwise it blocks user access on portal A. I would like...
asked by 29.03.2017 / 15:46
0
answers

Web service Rest + Mysql + Android

First of all hello to all, is the following to my course work we developed a web application of a real estate with PHP but the second part of this work is to develop an android application in java so I wanted to use the same site bank so that th...
asked by 20.02.2017 / 02:54
0
answers

Access Control Doubt [closed]

I want to make an Android application that CRUD performs on a MYSQL database. I've already figured out that the way to do this is to use Webservice . I'm new to this area but I've already done a simple PHP via REST and I've been res...
asked by 09.01.2017 / 22:43
2
answers

WEB Service in Java

I'm creating a Web Service, but I'm wondering how to get JSON in it as a parameter. @Path("WebService/{json}") @POST @Consumes(MediaType.APPLICATION_JSON) @Produces(MediaType.APPLICATION_JSON) public String POST (@PathParam("json") String jso...
asked by 31.12.2016 / 19:06
0
answers

ERROR "do not have a property of the name return"

Hello, I'm trying to implement a WebService and I'm having problem in response. I used SoapUi and it's working. I'm in the step of implementing the WebService client in the application. When I make the request, the response error appears "[class...
asked by 04.01.2017 / 20:13
2
answers

Use spring-boot and @component with @scheduled and it hangs every 12 hours

I have a project done with JHipster. It uses spring-boot. I use this application as an ordering platform where I use several webservices from an ERP and also synchronize the data with android devices in the mobile version of the platform. To...
asked by 02.02.2017 / 19:06
0
answers

Send objects larger than 5Gb using SDK Amazon S3

I have been using the Amazon S3 SDK for communications on a cloud server, called DreamHost or DreamObjects. My application upa files to my buckets. However, I started having problems because my files exceeded 5GB, so I had to change the way t...
asked by 26.12.2016 / 17:03
1
answer

Is there any API / Web Service that provides the names of existing cars? [closed]

I need to be an updated list, with all car models, sorted by brand. I'm developing a classified site and I need this for filtering results. Is there an agency or agency that provides this?     
asked by 24.01.2017 / 15:04
1
answer

EclipseLink and JPA

I have problems trying to write information to the database, in a simple WS with JPA, EclipseLink and Postgresql database. I can fetch data and display it as json in the browser with GET methods, however I am also presetting to write data (PO...
asked by 05.01.2017 / 12:57