Questions tagged as 'xml'

0
answers

I want to receive an xml from webservice on android

I've tried everything, using HttpURLConnection , with HttpClient that is deprecated, these two options do not end, they stop at BufferedReader . I've tried using AsyncTask with doInBackground , but error:    an...
asked by 26.10.2016 / 19:11
1
answer

One Signal Phonegap does not work

I'm doing an update of a phonegap app, it compiles in the cloud without problems, however when trying to login I'm using One Signal to do it, it does not access, it's not a problem with the api because I stated that send an error message. The ve...
asked by 14.10.2016 / 22:19
1
answer

Error consuming Glassfish + Jersey REST web service with date that returns an xml

I need to consume a web service (WS) REST in my android application. The web service was made with glassfish, jersey and ORM hibernate to communicate with the database. Here is the WS code: Vegetarian Service: @Path("/vegetariano") public c...
asked by 09.11.2016 / 00:54
1
answer

How to display XML data in an HTML table

I'd like the XML data to be displayed in a common HTML table with TR and TD , because with the code I'm using the information is confusing. Here is the code I used: $(function(){ $.ajax({ url : "livraria.xml",...
asked by 07.11.2016 / 01:43
0
answers

MySQL table XML via Access

I need to first know if Access can connect to MySQL database. From this connection, I need to generate through XML an XML that contains the data of a table in my MySQL database. Later this XML should be sent to a remote server every day (via...
asked by 21.09.2016 / 20:54
0
answers

XML layout with problems

I'm having a problem, I have a layout with some Text edit fields, what happens is that the Scrollview I use works for all of the Activity fields except for the button that ends up going down the screen. Does anyone have a good idea of what I can...
asked by 19.09.2016 / 07:51
1
answer

How to read this XML and ignore the ID field using XStream

I need to read the XML below and ignore the ID field of all contacts <contatos> <contato> <Id>1</Id> <Nome>Madeline Mullins</Nome> <Telefone>(22) 9689-2958</Telefone> </contato...
asked by 21.10.2016 / 22:13
0
answers

PLP SIGEP StreamReader Error

I'm integrating the Webservice SIGEP with PLP closing. I'm having a problem while posting the PLP closing XML. I get the error:    STREAMREADER ERROR All other functions work properly. I have already tried everything and the XML is o...
asked by 26.09.2016 / 16:21
1
answer

Spring Security 4, hibernate 5 and Wildfly 9 does not log

Good morning, I would like to ask for your help. I created a project with Spring Security and Hibernate 5 and I'm trying to make Spring manage my transactions with hibernate, it's already opening the login page normally, but I try to log in and...
asked by 17.09.2016 / 14:58
0
answers

Send XML via POST

I have the following example to send XML via POST: public string EnviarXmlSoap(string methodName, string body) { WebRequest webRequest = WebRequest.Create("https://loja-s.tray.com.br/webservice/v2/ws_servidor.php?wsdl"); Ht...
asked by 02.09.2016 / 13:58