Questions tagged as 'xml'

1
answer

How can I execute this code that is in a .sh

I would like to apply to a .xml file what comes within this .sh #!/bin/bash perl -p -i -e "s[- <][- <]g" $1 perl -p -i -e "s[> ][> - ]g" $1 perl -p -i -e "s[,][]g" $1 perl -p -i -e "s[<Concepto></Concept...
asked by 31.10.2016 / 20:59
0
answers

Tiny Fragment in ViewPager - Android

Good, I have the following problem, when inserting a listView in a fragment using a TabBar, the fragment comes out tiny even though I use match_parent in its attributes, thanks for the help. Activity Main: <?xml version="1.0" encoding="u...
asked by 24.11.2016 / 16:30
2
answers

How do I make a fragment finish before the bottom bar? - Android

I have a fragment with a listView and it does not show me the last element because it is below the bottom bar of Android, how can I put the bottom margin so it does not get under? fragment_list.xml <ScrollView xmlns:android="http:/...
asked by 24.11.2016 / 18:37
1
answer

Error with webservices: javax.xml.stream.XMLStreamException

I created a webservice on java client from wsdl , on tomcat7 and axis2 When creating the class to invoke the operations (methods) of the webservice it gives me the Error:    javax.xml.stream.XMLStreamException: Message: Encoding Name...
asked by 21.10.2016 / 20:53
0
answers

How to interpret the access policy in XACML

I have problems with XACML and I do not understand this XACML code to see if someone can help me: <Policy xmlns="urn:oasis:names:tc:xacml:3.0:core:schema:wd-17" PolicyId="1" RuleCombiningAlgId="urn:oasis:names:tc:xacml:1.0:rule-c...
asked by 27.09.2016 / 17:29
1
answer

Deserialize answer service soap in c #

I am currently receiving this response from a svc soap service: <?xml version="1.0" encoding="UTF-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <soap:Fault> &l...
asked by 11.11.2016 / 10:36
1
answer

php url web service that throws error, I can not find this error

It's my first time making this kind of connections, the idea is to obtain a series of values from this server. "In theory" , the code should return a xml file. This is my code: $soap_request = 'xml='.urlencode(trim(' <soap:En...
asked by 26.08.2016 / 23:23
0
answers

Receive an xml file that is sent to a webservices

I'm doing a webservices with the library 'nusoap' where I should receive and process an XML file that comes with product information, I should read the file and depending on the type of action <tipo>?</tipo> "Add, Modify or De...
asked by 22.06.2016 / 15:49
1
answer

VB.net, Conversion XML format stored in Access

I'm doing a program in .net, which should bring some Access data and save it in a file, among these data is an XML, which changes the format when saving it in a file. Code to search the XML: Public Function Buscar_XML() conecta() s...
asked by 10.06.2016 / 15:42
0
answers

Error generating classes vb.Net 2015 from xsd with xsd2code ++

The Spanish Tax Agency (AEAT) has published a series of xsd for the new system of Immediate Supply of Information (SII) that will come into force as of July 2017.
asked by 24.02.2017 / 18:26