Questions tagged as 'xml'

1
answer

glassfish server does not generate me json

I have a web service in Netbeans that takes the mysql data I have in a remote glassfish server. When I test the service in local, it generates both the xml and the json. The problem I have when I upload the service to the server that does not ge...
asked by 21.03.2017 / 13:11
0
answers

Get image of xml

Good morning. I have an xml where I keep the routes of some images. my application creates a button for each route I have in the post xml, but I can not get the button to be created with the image in the routes, put an image of? which I th...
asked by 02.04.2017 / 10:45
1
answer

C # Pass dataTable to web service SOAP

I have a question about sending information to a Web Service. From code I have a DataTable that is filled with a query to Database, which I want to send to the Web Service in xml format. How to send a DataTable to a webservice in XML format?...
asked by 10.05.2017 / 19:01
0
answers

RSS feed without content

Very good, I am creating an RSS feed of the news section of my website. I get the information from the database but I do not know if because I am implementing PHP incorrectly in the .xml file it is not taking the information from me. I do not...
asked by 15.02.2017 / 12:37
1
answer

Change the Navigation Drawer information from its parent activity [duplicated]

Simple, I have a navigation drawer (auto generated by the andorid studio assistant) happens that he generates his main activity which calls the drop-down menu and this in turn is divided into 2 sections ie the header and the body ( that is, th...
asked by 20.01.2017 / 00:17
1
answer

RRD miscalculates the averages (AVERAGE)

On a RRD file (Round Rubin Database), with Perl and rrdTools I am exporting to XML ( DUMP), removing all the data from a given date, restoring (RESTORE), resizing back to the initial values (RESIZE) and adding my own (UPDATE). At the...
asked by 28.02.2017 / 09:29
1
answer

Scroll in FrameLayout (ActionBar)

I have disabled the ActionBar from the class with:    getSupportActionBar (). hide (); And in my activity I have this code: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/...
asked by 17.01.2017 / 15:43
0
answers

Data structure in java or xml file with xpath?

I am doing a development, and some data that I use in terms of design should be represented in a tree, specifically they are ranks, that is, there is a boss who has at his command 5 sergeants who have their order to 5 corporals etc. This I ha...
asked by 01.12.2016 / 16:36
1
answer

How to get the return value using LINQ from an XML file

I have an application which calls a web service. For this I am using LINQ. What I want to do is the value of 'Caption' come from an XML file in which I pass as a parameter. When doing the debug I see that the parameter passes well, but it...
asked by 18.11.2016 / 16:34
1
answer

XML ERROR: adding the element "task: executor"

Thank you in advance for your help, in an XML file I try to associate a new element like this: <task:executor id="example" pool-size="10"/> The error is as follows: Caused by: org.xml.sax.SAXParseException; lineNumber: ###; columnNu...
asked by 06.11.2016 / 16:37