Questions tagged as 'web-service'

0
answers

illegal property webservice [closed]

I'm having a problem consuming my webservice. I have the following method (This method will return all the users registered in the webservice that are in the database) User owns (id, name): public ArrayList<Usuario> buscarTodosUsuario...
asked by 08.04.2015 / 03:13
0
answers

How to integrate a Java system with one in COBOL?

What are the options for a Java system to communicate with a system made in COBOL? Is it possible to use WebServices? If not, JCA would be the best option?     
asked by 04.05.2016 / 15:18
0
answers

Webservice status configuration query GNRE

I'm having trouble querying the settings of some webservice states of the web using the 100099 recipe, if you use another recipe (100048 for example), it returns OK, in the case of 100099, it reports the error:    java.rmi.RemoteException: Er...
asked by 19.05.2015 / 15:41
0
answers

Coupon Magento API Soap

I have a problem with the Magento Coupon API when I do: $couponCode = "test"; $resultCartCoupon = $proxy->call($sessionId, "cart_coupon.add", array($shoppingCartId, $couponCode)); I always have:    Uncaught SoapFault exception: [1083...
asked by 29.01.2015 / 22:55
1
answer

How to remove xml encapsulation in json returned by WebService

I created the following method: [WebService(Namespace = "http://myDomain.com.br/PublicacaoService")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] [System.ComponentModel.ToolboxItem(false)] [System.Web.Script.Services.ScriptSer...
asked by 12.08.2014 / 18:49
0
answers

How to convert String to Bytes array and vice versa?

I need to send an XML via post, but according to the service documentation, it is necessary to send the data "in bytes". So, I have the XML in question within a TStringList. How to turn it into an array of bytes? Any idea? Thanks for any help, h...
asked by 29.10.2014 / 18:23
1
answer

Best way to communicate the Application with the Server [duplicate]

I'm developing an application that needs to communicate with the server (send and receive data). What would be the best way to do this data exchange with security and performance? Through REST / WEB SERVICE, Sockets, HTTP request or some more...
asked by 11.03.2015 / 18:30
3
answers

Web Services sharing on different projects

I have 2 projects, using RestFull Jersey: ProjectX ProjectY And the User module, this module is responsible for making GET, POST, REMOVE to manipulate User information. This module is shared between these projects. But written in d...
asked by 19.05.2016 / 16:30
0
answers

Selected Item Listview Retrofit

I have an application that uses retrofit for connection, and in it I have a listview where I want to make a long click on it and select the position item and make a webservice post with that item, everything is already working, getting the part...
asked by 26.09.2017 / 15:29
1
answer

WebService / api consult court proceedings [closed]

Good morning everyone! Do you know of any webservice / api where it is possible to consult court cases in all or some courts in Brazil? In the state courts' website, you can query the processes manually, like to automate queries and send a...
asked by 24.05.2018 / 16:00