Questions tagged as 'xml'

1
answer

'Error in the XML document (2, 2).' Not expected info xmlns = ''

Performing the example of this thread I find an error when deserializar the object location and room: static void Main(string[] args) { Location locations = new Location(); Room rooms = new Room(); X...
asked by 09.11.2018 / 17:51
0
answers

no declaration found for element xs schema

Hi, thank you very much for reading and seeing my problem and thanks for helping me. my problem is the following I'm doing an xsd and I get the error. (no declaration found for element xs schema) and I do not know what my problem is, I am new to...
asked by 22.10.2018 / 12:52
0
answers

Problems parsing XML

I am trying to parse an xml to store values of a web in an array within an android app in this way: //Parseo XML try { //Conexion app-web URL url = new URL("https://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml"...
asked by 22.10.2018 / 17:05
0
answers

Problem when trying Update nodes of the following SOAP XML C # file

This is the XML SOAP to be modified, the nodes that you want to modify are "Code", "TrNumber" are inside the Element "SECInformation" <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cis="http://www.i2.com/c...
asked by 16.10.2018 / 23:05
0
answers

Convert SMIL file to JSON

In this program we manage a .smil file and we want to convert it to Json during its execution. The program works as it should in all methods but it shows the same output as when I was printing the .smil file on the terminal, so I think that my t...
asked by 16.10.2018 / 13:51
0
answers

Change interface when clicking on a List in Flex

I'm doing a school project that includes an interface created in Adobe Flex (I'm using version 3) and I want to create in one of the interfaces a kind of manual that has a title, a text box and an index, and that When you click on the index, the...
asked by 12.10.2018 / 23:16
0
answers

How to pass the data from an xml to excel using Vb.Net?

Good day, The problem is that when I read the data of my xml, it does everything without problem, but when trying to send the data to an excel, it overwrites the data and only pulls the data of the last xml that read . Help. Imports System...
asked by 10.10.2018 / 23:05
0
answers

Nullpinter exception error when loading page jsf

I have a problem that I really do not know how to solve, what happens that I am working with jsf and primeface and it turns out that when executing my project, I get this error: Error fatal en el sistemajava.lang.Exception: This query can not...
asked by 24.10.2018 / 23:53
2
answers

I need to extract the key from a dictionary to save it in a variable

I'm doing a program in which using the list of dictionaries, I need to extract separately the values "tag", "attribute" and "Value". I have managed to get the values of "tag" and "value", but I am not able to extract the value "attribute" becaus...
asked by 15.10.2018 / 12:42
1
answer

Validate user Active Directory on external server

I have an application in php and I need to validate the login against an Active Directory server, that I have already done when the two servers are local, but in this case they are not and they do not open an Active Directory server port for sec...
asked by 28.09.2018 / 11:36