Questions tagged as 'xml'

1
answer

https (webservice) request from São Paulo Public Finance

I'm trying to make a https request from the Public Finance Webservice in São Paulo, but I do not know where I'm going wrong. This is the address: link According to the guidance of manual , it is not necessary to authenticate. Basi...
asked by 06.10.2016 / 21:21
1
answer

Implement Vbscript Post Office Reverse Logic WebService

I'm trying to implement the webservice of reverse mail logistics in vbscript but I always get the error "Error reading XMLStreamReader." Follow the code that is being used. I'm still in development environment. Dim MdbFilePath,ConnectionStr...
asked by 22.02.2017 / 22:14
1
answer

What are namespaces in XML?

Well, I understand the concept of namespaces in C #, C ++, etc. But I do not understand the concept of namespaces in WPF (XAML). I've been trying to understand the xmlns parameters in an XAML code. I read MSDN publications on th...
asked by 12.07.2016 / 18:24
1
answer

Interpreting XML file tags with PHP

I'm having trouble interpreting an XML file with PHP. The difficulty I have is not being able to get the values according to your tag. The xml loop brings that difficulty to me. Here's a summary of it: <?xml version="1.0"?> <root>...
asked by 06.01.2017 / 14:18
1
answer

Object reference not set to an instance of an object when trying to retrieve an element in an XML file

I have a bug tormenting me. I'm basically saving the settings of all devices (RF Readers) in an XML file (Configs.xml). My goal is to retrieve the first element from all settings that has a "set" value (other than "") in the newLoot attribute...
asked by 20.10.2015 / 21:45
2
answers

Load xml file into Gridview?

In my project, I need to select an XML file (table) from my tablet and then read its contents and show it in a GridView. I do not know how to start, does anyone have any idea how? I think with the start code you can understand what I want...
asked by 11.08.2015 / 19:09
1
answer

How to calculate the XML DigestValue?

When signing some XML, the signer generates the DigestValue tag containing a hash. I can generate the digest value with a digital certificate, but I would like to generate this hash without having to have a certificate ... I have seen in some...
asked by 15.12.2013 / 19:11
1
answer

deserialize xml c #

I made a call through my web api and put it in a class. How do I display the values? xml: <result> <resourceName>activity</resourceName> <size>1</size> <entries> <entry id="1802274" link="/activity/180...
asked by 26.07.2018 / 18:23
2
answers

UTF-8 encoding in XML file to generate RSS

In a news site I want to generate an RSS page with the news of the day. The page is well generated, but if generating a news story with accents or special characters, the generation fails. In my code I have the following: <?php header(...
asked by 20.05.2014 / 10:39
1
answer

c # read a remote source XML file

I have an API that generates an XML however whenever I try to get the XML to handle the other side it returns an error. XML is this: <ArrayOfResponsaveis xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontr...
asked by 12.06.2017 / 21:08