Questions tagged as 'xml'

4
answers

How can several programs download XML from Brazilian NF-e?

I see that many websites and systems offer XML Download service issued by Brazilian taxpayers. Someone knows if there is a Technical Note "002/2012" that establishes a WebServices for downloading through events, but the deadline is 180 days...
asked by 12.05.2016 / 19:22
1
answer

Error sending RPS XML Request to WebService of São Paulo City Hall NFS-e [closed]

I'm getting the following return error from the WebService, when I try to send XML <?xml version="1.0" encoding="UTF-8" ?> <RetornoEnvioRPS xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/...
asked by 31.03.2015 / 14:41
1
answer

Is there any way to bring information from the database without using server side language?

I was evaluating the Zap Imoveis site to find out which languages and technologies are used on their site. I use Wappalyzer , a Chrome extension that shows the technologies used on any site. Well, I noticed that on that site Wappalyzer did...
asked by 07.09.2017 / 20:52
3
answers

Loop output within another loop with SQL and PHP

I have these values in my SQL database, I want an output this way and this file in the browser using PHP Database structure with the values I want on the output My attempts, although it does not help you at all: pastebin.com/6tCNbpY4 DA...
asked by 26.05.2014 / 18:41
2
answers

Modify XML features through Java

I have the following RelativeLayout : <RelativeLayout android:id="@+id/layout_avancado" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="#FF00...
asked by 22.12.2014 / 05:24
2
answers

nRec empty when receiving return from SEFAZ

Using the NFePHP project API, through the function: $retorno = $nfe->sefazEnviaLote($aXml, $tpAmb, $idLote, $aResposta, $indSinc, $flagZip); I get the array $aResposta . However this array is returning the nRec empty tag....
asked by 12.01.2017 / 15:30
2
answers

Remote reading on Android: Json or XML?

I'm starting on Android and I also do not have much Java experience. My first application will have a query to a remote server. My question is: In Java (and therefore in Java), what is more practical when it comes to getting data: in Json or...
asked by 12.04.2016 / 18:50
1
answer

Webservice SOAP only uses XML?

Working some time with webservice for mobile application I noticed that SOAP uses XML and REST uses JSON . Using SOAP means I have to use only XML ?     
asked by 26.06.2015 / 04:53
2
answers

What difference xmldocument vs xmlwriter?

What is the difference between the two classes? In what situation does each fit the best?     
asked by 14.03.2014 / 20:03
3
answers

Remove from: xml generated by my web service

When you generate XML in a web service rest, it looks like this: <getCnpjParceiroResponse xmlns="http://tempuri.org/"> <getCnpjParceiroResult xmlns:a="http://schemas.datacontract.org/2004/07/V99SuporteTecnicoContracts"...
asked by 23.05.2014 / 22:38