Questions tagged as 'xml'

1
answer

Problem with digital signature SHA-256

I am generating an xml and signing with SHA-256, however when I validate the signature, then the java says that it is not valid xml generated and signed: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:...
asked by 19.07.2017 / 20:56
1
answer

AndroidManifest.xml error - A pseudo-attribute name is expected.

Good morning, When I run the application, an error message appears in AndroidManifest.xml "An error has occurred: Exception while parsing the supplied manifest C: \ Users \ Weslley \ AndroidStudioProjects \ ProjectName \ app \ src \ main \ An...
asked by 11.07.2017 / 13:56
1
answer

Extract attributes from an XML in a SOAP message

I'm building a WebService that returns status of an object, so I get the object's data to search the base via SOAP message: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:agr="http://site.temp.br/">...
asked by 30.06.2017 / 06:03
1
answer

Java - read XML from a URL

I have a function that reads XML and it works 100%, the problem is that when I try to read an XML that is online on my server I can not. Follow the code below: public int lerXml() throws JDOMException, IOException, URISyntaxException {...
asked by 23.05.2017 / 08:52
1
answer

Query the XML URL

I'm trying to get some data from a URL with XML but it's giving error. Follow the code <?php $simples = new SimpleXMLElement($xml); $xml = simplexml_load_file('http://vallesw.azurewebsites.net/api/municipiosfranqueados'); //Pega o segundo...
asked by 21.04.2017 / 05:12
2
answers

When importing an xml file it is coming in white

I've created this following xml file: <?xml version="1.0" encoding="UTF-8"?> <usuarios> <usuario> <nome>Andrêy Ferraz</nome> <idade>25</idade> </usuario> <usuario&g...
asked by 14.04.2017 / 05:47
2
answers

Problems saving XML file with special character in the database (ç, ã, etc)

My problem is this: I'm issuing an electronic correction letter in C # and at the time of saving the XML of the event returned by SEFAZ, even though all the characters in the file are normal, when saving in the database as blob they get like thi...
asked by 20.02.2017 / 13:18
1
answer

Error in site xml map

My site-map is giving the following error XML Parsing Error: XML or text declaration not at start of entity Location: http://amadeuantunes.com/site-map.php Line Number 4, Column 1:<?xml version="1.0" encoding="UTF-8"?> ^ I noticed tha...
asked by 02.03.2017 / 21:32
2
answers

How can I extract information from an XML that is stored in a String?

I'm consuming this xml tag of a api and storing your content in a String p> Its structure looks like this: <opml version="1"> <head> <title>Título</title> <status>200</status...
asked by 20.03.2017 / 19:03
1
answer

Error signing xml nfse Curitba [closed]

Personal I have the following error: Grave: javax.faces.el.EvaluationException: javax.xml.crypto.dsig.XMLSignatureException: javax.xml.crypto.URIReferenceException: com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverExce...
asked by 05.12.2016 / 14:10