Questions tagged as 'webservice'

3
answers

SII supply AEAT information. WebServiceException: class xxx do not have a property of the name NNN

IDE: NetBeans 8.2 I have created the SOAP client without problems for the SupplyFactEmitted service. When I try to instantiate the port for a query: private static void pruebaConsulta(){ https.www2_agenciatributaria_gob_es.static_files.c...
asked by 26.04.2017 / 17:39
2
answers

Syntax database

I have generated a script in mysql and at the end of what was said before it appears SET SQL_MODE=@OLD_SQL_MODE; SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS; SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS; The problem is that this is gene...
asked by 23.12.2016 / 19:25
1
answer

Fill data to a custom ListView from server (Web Service)

Good afternoon. I'm running a web service on Android, in this case I'm pulling data from a table in MySql that I have on a server to populate a custom ListView. The query I have is that the data I'm trying to get is not being populated in...
asked by 05.01.2017 / 20:52
1
answer

Pie Chart error public static double

I have 4 pie charts in ASP.NET C #, I use webservice and Jquery, something is not working properly. The main error is the following: I have a sliderbar that if I do not slip it in the first 10 minutes, the memory of the information that was s...
asked by 20.09.2016 / 19:56
1
answer

Parceable and unParceable in Androidstudio and .Net

Good morning Someone could help me how to make a Parceable to an entity in Android and .Net; and also make an UnParceable to an entity in android and .Net "I need both because in .Net I have the webservice." Thanks Happy day     
asked by 23.08.2016 / 21:56
2
answers

Error inserting column in sqlite

Good afternoon I am inserting data that I get from a webservices to my sqlite database only when I run my app it says that a column does not exist in a table I have already changed the name of the database, version but follows the error...
asked by 06.07.2016 / 22:39
1
answer

Consume webservices from asp.net

I have an asp.net C # application (VS 2010), where I have a form with a textbox , a button (to search for records according to ID, and I must pass it as a string to web service ) and a gridview , But the data I have to take from a web ser...
asked by 29.07.2016 / 15:37
1
answer

Error updating web service reference

Could someone tell me why I get the following error when updating the reference to a web service?     
asked by 08.06.2016 / 20:30
0
answers

Problem to access the Apache server from a local network, with domain name and SSL

I have an Apache server configured in Ubuntu 16 on a machine with a fixed ip 192.168.1.130. In the default configuration, it is possible to access this server from other machines (of the same network) without problems. As I am working with socke...
asked by 04.12.2018 / 14:23
1
answer

Help I can not convert a string with JSON format to JSONArray on android

Hi, I'm new to android studio I'm trying to convert us string with json format into a JSONArray object in android studio but I have the following error:    W / System.err: org.json.JSONException: Value [{"cve_prod": "ASPM1   "," description...
asked by 04.12.2018 / 19:07