Questions tagged as 'webservice'

0
answers

WebService - AsynTask problems

I have the following code: public class DotNetWSActivity extends AppCompatActivity { Button b; TextView tv; EditText et; ProgressBar pg; String editText; String displayText; @Override public void onCreate(Bund...
asked by 03.08.2018 / 16:33
1
answer

Parse a map to JSON

I am consuming an API from angular, my problem goes when I want is to fill an autocomplete chip data for that I am using angular2-materialize, but according to its structure it should look like this: autocompleteInit = { autocompleteOptions:...
asked by 03.08.2018 / 14:53
0
answers

Go from http to https with activated SSL certificate in 1 & 1

I have a problem with my website hosted in 1 & 1 . I have activated the 1 & 1 SSL certificate and I can not connect from my computer using Dreamweaver to the remote 1 & 1 server and therefore I can not pass the link files to li...
asked by 25.08.2018 / 21:36
0
answers

Notifications on android studio

I am developing an application in android studio on food orders, on the side of the customer who makes the order at the time of making the purchase what I want is that on the side of the administrator receive that order with a notification, and...
asked by 01.08.2018 / 04:26
0
answers

SyntaxError: JSON.parse

I have a simple WS, made in php, everything was fine, I use it from an Android application, but for some time it has shown me an error when doing login, something that JSON is not consuming correctly because of this problem and I get a bla...
asked by 02.08.2018 / 04:04
0
answers

How to solve a problem with isBefore () in Angular 5?

I find a situation where I have to schedule a valuation on a calendar using angular but my problem is that it can only be possible to schedule on dates after the current day, including the current one, my code is as follows. onDayClick(e) {...
asked by 28.07.2018 / 00:32
0
answers

When I invoke a webservices only brings me the object, my question is how to get the data

my webservices shows the data of the table but when I consult it in a web client, it only throws me an object which I can not interpret to obtain the data [webservices.Empleado@b4261d, webservices.Empleado@683520, webservices.Empleado@159a7d3,...
asked by 23.07.2018 / 18:33
0
answers

consume webService

I'm trying from Android studio to consume a webservice but I just did not get it and I do not know what else to try. The soap data are: SOAP 1.1 The following is a sample SOAP 1.1 request and response. The placeholders shown need to be r...
asked by 23.07.2018 / 12:11
0
answers

How to reprocess the same information when the response of a Web Service Generates error?

They know how to program so that the same values are returned and re-processed when the response of a WebService generates a timeout error, the code is Python The WebService gives information something like this ID ='1', Systema ='PRUEBA',...
asked by 07.08.2018 / 18:47
0
answers

Publish web service in Remote Host

I have something that has me a week ago breaking my head. I have a simple web service, more than anything else it is a test service, and I want to upload it to the server of my company "www.xxxxx.com" through FileZilla I can access the server an...
asked by 18.07.2018 / 16:42