Questions tagged as 'xml'

0
answers

HTML Trusted or HTML Safe

I need to change the format to display an XML on the screen in Angular 2, and I found a script that works. I call said format-xml through a Pipe : import { Pipe, PipeTransform } from '@angular/core'; import * as jQuery from 'jq...
asked by 26.01.2018 / 13:56
0
answers

Doubt about element in digital signature

Someone knows: What value is the one that is encrypted to assign it to the EncapsulatedTimeStamp element? <xades:EncapsulatedTimeStamp Id="ETS-95964e2f-ce16-485e-a7a0-fd09ff0c0c36"> XXXXXXXXX </xade...
asked by 26.01.2018 / 16:34
0
answers

Sign xml by calling a Web Service

First of all, thanks in advance for your help. I'm trying to connect to a web service, which asks for the xml document to be signed, the connection to the service itself works, but apparently you have to include something like this in the XML...
asked by 29.01.2018 / 16:59
1
answer

How to calculate DigestValue in Digital signature

Good morning friends, here I put my signature example XADES-EPES ENVELOPED where I could not find how to generate the DigestValue. I do not understand where the calculation comes from or in what moment of time they are done .. I explain myself b...
asked by 22.01.2018 / 20:49
1
answer

Why when I restart the tomcat 8 my created users are deleted?

My problem with tomcat is that I change things in tomcat-users since by default it has neither a role nor a user, because I put it on. Until then everything works well and there is no problem, but when for some reason I restart the server...
asked by 10.01.2018 / 20:02
0
answers

Change order of elements in XML document node

I develop an application that signs an XML document ... even there perfect ... But I must change the order in which these elements appear -<Signature xmlns="http://www.w3.org/2000/09/xmldsig#" Id="id-e34ffbff277e8d1432e864436aa118824">...
asked by 04.01.2018 / 21:17
0
answers

TextView Android dynamic width

I have the following VIEW, <LinearLayout android:id="@+id/activity_activation_step1" android:layout_width="match_parent" android:layout_height="wrap_content" android:focusable="true" android:background="@color/g...
asked by 27.12.2017 / 14:45
1
answer

PHP How do I send an XML to a SOAP service?

I have a question, I need to send this XML format to a SOAP service to get an answer, but I do not know how to add those headers <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org...
asked by 19.12.2017 / 16:46
2
answers

How to read $ execute-fetch (PDO :: FETCH_ASSOC)?

Good morning stackoverflow community, I just want you to support to know what is my fault in the php code because when doing the while, it does not enter and does not print anything and I saw many pages and nothing has been served, I hope you fi...
asked by 12.12.2017 / 16:30
2
answers

Problems when importing an xml file into a MySQL database using PHP

Good day, I have the following problem, I hope you can help me. I want to import an XML file into a MySQL database using the following code. My XML file is the following: <xml> <clubnet>01/12/2017</clubnet> <escue...
asked by 11.12.2017 / 18:13