Questions tagged as 'xml'

0
answers

Android Retrofit 2 Simple XML Converter Response

I'm using Retrofit 2.2.0 and Retrofit SimpleXML Converter 2.2.0. I added the simplexmlconverter to the retrofit instance with the addConverterFactory method. The problem is that when I get the response from the server, the following error occ...
asked by 17.04.2017 / 21:16
0
answers

Login WebService PHP + SOAP + CURL + XML + certificate

Good afternoon, I have the following code trying to access the ISS webservice of the city of Curitiba: <?php $xml_data = '<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
asked by 17.04.2017 / 18:30
1
answer

Format xml in php to write to MySQL?

I need to format a xml in php to write to MySQL , but I'm having difficulty understanding and even doing it. Today I have this xml: <?xml version='1.0' encoding='UTF-8'?> <api> <response vers...
asked by 06.04.2017 / 16:23
0
answers

Compare childnode with C # variable and XML (Xpath)

I have an xml file with several structures. I have a structure called Product that has a ProductCode field and I have a structure called SalesInvoice , inside it I have a Invoice field, inside Invoice has anothe...
asked by 26.04.2017 / 12:39
0
answers

How to do Reverse Engineering in compiled xml file

Hello, I was wondering if you can open a compiled AndroidManifest.xml file. The same file is in hex.     
asked by 01.04.2017 / 17:22
2
answers

Read specific XML tags?

I need to read tags specific to this file XML : <?xml version="1.0" encoding="UTF-8"?> <EnviarLoteRpsEnvio xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns...
asked by 14.03.2017 / 21:13
1
answer

How to create a ListView in a Navigation Drawer?

1 My goal is this: in place of these items that come by default in Navigation Drawer I would like to put a series of lists that will change as I create, delete and edit these lists. I tried to create an Adapter with an Array of Strings j...
asked by 02.03.2017 / 20:57
1
answer

Consume Web Api php

I need to consume the following XML: <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/"> <NewDataSet> <CarregaMunicipioFranqueados> <Codigo_Municipio>2700201</Codigo_Municipio...
asked by 20.04.2017 / 17:48
1
answer

Treatment of encoding in XML

I'm trying to make a request for a URL that contains a return on XML with the function simplexml_load_file('url') and I only get false when I debug using var_dump . $xml = simplexml_load_file('http://www.cinemark.com...
asked by 19.03.2017 / 16:37
0
answers

Error in order details in magento

Hello. I'm having a magento error that I could not solve in any way. The order details page is displayed this way: Itriedseveralsolutions,likereplacingthecoreofmagento,changepermissionsandseveralothersolutions,however,nothingworked.Theerrorl...
asked by 17.02.2017 / 15:13