Questions tagged as 'xml'

0
answers

Signing policy in electronic invoice XAdES-EPES

Good afternoon, I am presenting an inconvenience, I am creating the signature XAdES-EPES in an electronic invoice, but when I'm setting the data to sign I do not know what to put in setPolicyKey, as I read I must configure the signature polic...
asked by 26.02.2018 / 22:48
1
answer

how to connect to a webservice and send xml in php

I have a project in codeigneiter, I am trying to make a connection by curl with a web service of ringing, I am using the code that they gave me in php, which is fine, only that when adding the variable $ ch = curl_init () my view stops working o...
asked by 27.02.2018 / 19:31
1
answer

XML, DTD fix internal content of dtd

I try to make this work without changing the external content, just by changing the inside of the dtd. He always tells me that I'm missing a "(" in text or any other element on line 8. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE...
asked by 21.02.2018 / 10:25
1
answer

Show RSS by screen

I am learning to work with RSS and the truth is that I am very lost, I have this code but on the screen I only get "Loading Rss ..." but never upload anything. What is this about? What am I doing wrong? <!DOCTYPE html> <html>...
asked by 13.02.2018 / 19:02
1
answer

Parsear in PHP an XML that contains the character '

Good afternoon everyone. I have made a php script to parse an XML file but this file in some of its fields contains the character ', which comes into conflict with the PHP code. At the moment I deleted this character from the XML file but I w...
asked by 07.03.2018 / 18:58
0
answers

Remove Spacename from the classes generated by the WSDL client

I have a problem generating the classes of a wsdl in JAVA, in the XML response I do not want the namespace to be generated: Output: <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"> <S:Body> <ns2:consu...
asked by 20.02.2018 / 17:59
0
answers

Help with Last Page Footer Ireport

I have a problem with a report in Ireport 4.8, which is that it has the page footer (this goes well in all the pages) and the Last Page Footer, the latter is not printing it at the end of the page (which is just where it should be), but prints i...
asked by 20.02.2018 / 19:39
0
answers

migrating from jdk7 to jdk8 changed the XML encoding in response

I have a webservice done on java 7, running on Tomcat 7, Linux Centos / MySql. When updating to JDK 8, the XML that my application sends to the clients (response), have changed the codification for ISO-8859-1. Example: <?xml version="1.0...
asked by 20.02.2018 / 20:51
0
answers

EWS Managed Api problems recovering a folder with XML

I am testing against an Exchange 2007 server and I am having problems retrieving the inbox folder with the Folder folder_root = Folder.Bind(exchangeService, WellKnownFolderName.Inbox); statement. For some reason, this instruction returns...
asked by 12.02.2018 / 12:23
1
answer

Access parent node of dynamic table in xslt

I have the following xml structure: <pago10:Pagos Version="1.0"> <pago10:Pago FechaPago="2017-09-09T12:00:00" FormaDePagoP="03" MonedaP="MXN" Monto="14000.00" NumOperacion="012180004457813372" RfcEmisorCtaOrd="BBA830831LJ2" NomB...
asked by 13.02.2018 / 01:21