Questions tagged as 'web-service'

2
answers

Web Service Test of Posts - SSL error

Someone else has had this problem by referencing the web service for tests and implementations of the post office. I need to do some validation but I can not execute any method without ssl errors.     
asked by 14.08.2015 / 21:00
1
answer

Google Cloud Messaging and Synchronization Standardization

I'm building a project that will use Google's GCM, something new in my projects, and I would like to know the following. At the time the user registers who will request the first data from the server will be the client, and after the user is...
asked by 04.08.2015 / 15:47
2
answers

Array of Bytes x Stream

I'm developing a WCF service that will convert files. I will upload and then download the files. The files are not large. What is preferred in the case of sending and receiving, returning an array of bytes or a stream? Any other more speciali...
asked by 12.08.2015 / 22:41
1
answer

How to send a string to a web server?

I need to send a string to a server, which in this case will be a page of my site. I need to send a txt with the string there, just that. Does anyone know how to do this on Android in the simplest way possible? Thank you in advance!     
asked by 11.08.2015 / 16:45
1
answer

List JSON in AngularJS not displayed

I'm trying to return a list from a Java webservice, but in the HTML page it goes blank, I can not see my error, below the code. @Path("/contatos") public class ContatoResource { static private Map<Integer, Contato> contatosMa...
asked by 12.06.2015 / 17:41
1
answer

Web Service returning invalid value

Good people, recently I asked a question with the title:    Application presenting this error: Error parsing data org.json.JSONException But by researching I came to a different conclusion in which I had created the question, so I'm creat...
asked by 20.02.2015 / 19:09
1
answer

Help with Infrastructure

I have a Desktop system that every 1 hour makes a query in the database and generates a .xml file and a javaWeb system that reads this .xml . I developed this solution because the company I work with has some security rules w...
asked by 07.07.2015 / 15:43
1
answer

How to send an object to an Asp.NET C # webservice?

I need to send an object of a class that I created to a webservice, but when I call the method it passes the object it types are incompatible. I tried to receive the object as Object, but an error generating XML document. How can I send this obj...
asked by 26.12.2014 / 12:38
1
answer

Consuming Protheus webservice in C # (array)

I have two webservices developed in Protheus (TOTVS) that will be consumed in my C # application in VS2013 (Windows form). The first one always returns a string and is working fine, the second one returns an array and that I can not consume a...
asked by 18.11.2014 / 19:52
1
answer

Use the data obtained in the parse of my Web Service to transform into a graph in Android

I have a web service that returns me some values, for example, the answer to my parse is now: TheparsethatIdidtogetthefilteredvalueswasthis:StringvalFormaOutros=doc.getElementsByTagName("VALOR").item(0).getTextContent(); String descForma...
asked by 29.09.2014 / 15:21