Questions tagged as 'web-service'

1
answer

What better way to store images in an iOS app?

I'm working on an app, and I've read through various websites and articles on how to store image in Core Data or in the app directory.  But I wondered what would be the best way. I wonder, what would be the best design for this case. To bette...
asked by 12.01.2015 / 02:34
1
answer

Problem getting very large JSON in WebService RestFul

We work here on the company with Android + WebService (.Net RestFul) for data communication. We are getting the data in JSON format in a method, below: //Método public Retorno MetodoA(string sConexao, string sBanco, string sImeiDispositivo,...
asked by 20.01.2015 / 12:16
1
answer

Accessing different Webservices on Android

I have an app that I'm developing for my company, the first part, is to login, through the webservices, after login, it automatically makes another connection to the webservice that returns a URL to it, which for each client will have one of the...
asked by 20.10.2014 / 15:32
1
answer

Doubt / Problem With WebService on Android

The return in my WebService looks like this:    "Hello! \ n \ nI am interested in your services. My name is Administrator B. Please contact me by phone (s) (12) 3456-7891; (13) 21321 -3213. My email is adm @ adm. \ N \ n Regards, \ n \ nBirma...
asked by 02.10.2014 / 15:10
1
answer

Deserialize Json

How can I deserialize this json ?? I'm learning now communication with web service and I've had this doubt, I got the return of the web service follows my code: private void makeJsonObjReq(){ showProgressDialog(); JsonObjectRequest jso...
asked by 17.09.2014 / 16:18
1
answer

SimpleJaxWsServiceExporter - BaseAddress

I created a Web Service with JAX-WS and used Spring to put it online and also to decrease the use of XML. Problem is that when I declare the SimpleJaxWsServiceExporter in the Spring configuration file I have to put the baseAddress attribute that...
asked by 28.08.2014 / 15:35
1
answer

URL_STRING does not fill correctly

I have a problem in the consumption class of my WebService rest. In the project there are only two classes, the MainActivity is working correctly, but the consumption class (ConsumptionWS) is not understanding my method to fill the url / uri tha...
asked by 09.08.2014 / 19:58
1
answer

WebService almost 100% (rest / json)

I have a problem that I can not solve T_T, after many searches I created a webservice (test), to be consumed by an android application. The only function of it is to return a String, but I do not know why it does not work, because the String...
asked by 27.07.2014 / 16:59
1
answer

Doubt on how to publish a method in a web service, hide

What I'm going to ask, I do not know if it's possible or how. Well, I have a REST that is now okay. There, they changed a rule here that directly affects the REST API. I have a method that generates ID for partners. So far so good, but now I nee...
asked by 06.06.2014 / 18:33
1
answer

HTML / JavaScript Connection WebService C #

I'm trying to make a connection to the bank using web service. I came up with an example where I created the sum and multiply functions in my WebService, but I'm having difficulty connecting my (HTML / JavaScript) to my WebService (C #). I...
asked by 06.06.2014 / 21:34