Questions tagged as 'rest'

0
answers

Jasper Report with Rest in Web service

Dear I have the following problem, it does not allow me to generate the jasper with a method that I have in the class from a rest service that is receiving parameters by means of an xml or json that another possibility is to generate the report...
asked by 06.09.2017 / 19:45
1
answer

Codeigniter REST API does not answer

Good afternoon! I am making an application that uses an api rest system with Codeigniter REST API. I created the user registration function, and doing tests with postman, all perfect, you can register well and it does not give problems. This api...
asked by 20.08.2017 / 14:36
1
answer

Make php post to service rest c #

Good afternoon, I hope someone can guide me. I am doing a payment integration. For the application I am using angular and javascript. As for my services, use rest c #, get json. The external page that I do not have control of, uses php. Fr...
asked by 17.08.2017 / 19:23
2
answers

Calling a SOAP service from a server that uses REST in JAVA

Good morning. I have an application in JAVA that has defined Rest services and I want to consume within this application SOAP services, this is possible ??? That is to say when making a GET request to the URL link my application internal...
asked by 05.07.2017 / 04:12
2
answers

Using sockets to make data requests

I have a mental problem on this subject because I do not know about patterns or best practices that fulfill this task (please, enlighten me on this subject). My context is the following, using Sockets (concretely java.net.Socket and...
asked by 22.06.2017 / 19:14
1
answer

Request to a webService encapsulated in a bluetooth datagram?

You see, I have a server in a raspberry. This server generates a distributed network topology based on ad-hoc (Mesh Network). I have several web services implemented (see topology, traffic sniffer in the network ..). The thing is that now I want...
asked by 20.06.2017 / 13:11
0
answers

send files from my service in eclipse to android

I have a dilemma. I am trying to send a file that I have in my database to my android application. I have my service that gets a byte [] but when calling it from my android application, it goes down. I do not know how to send this file, whether...
asked by 05.06.2017 / 19:55
1
answer

Error in REst response in java, object is not displayed correctly

Good morning, I have a problem with the response of rest services in java, I used a generic object type to standardize the answers but when I add objects to this object and it becomes Json it does not convert well, this is the object: public c...
asked by 05.05.2017 / 16:44
1
answer

Error 404 when consuming Genexus REST service from Javascript

I have a Java application made in Genexus 15 U1 (java-mysql-tomcat8), where I have created a procedure with REST protocol property in true, whose parameters in rule are (the output is a sdt): parm (in: & DtCatCSec, in: & TdaCod, in: & page, in:...
asked by 12.05.2017 / 17:52
1
answer

p: graphicImage shows the same image always

I have a WS (Rest) that returns an object of type SERVIDOR and depends on an Id that happens to it. @GET @Path("emps") @Produces("application/xml") public List <SERVIDOR> sendFoto(@QueryParam("a") String a) and from another app...
asked by 27.03.2017 / 06:06