Questions tagged [xml]

Extensible Markup Language

Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. It is defined in the XML 1.0 Specification produced by the W3C, and several other related specifications, all gratis open standards.

Source: wikipedia

Official W3C page

141 questions
1
vote
1 answer

How to serve Autodiscover.xml using Nginx

I am trying to serve an Autodiscover.xml file using Nginx: Below is my config: upstream autodiscoverexamplecoukbackend { server unix:/var/run/php-fcgi-autodiscoverexamplecouk.sock; } server { listen 80; listen 443 ssl; …
Adam Birds
  • 187
  • 2
  • 3
  • 13
1
vote
1 answer

Is there a generally consistent way of exporting AD users to XML across Windows Server versions?

I'm writing a user data synchronization service in go, which is supposed to consume CSV and XML files containing user data from customers. The CSV part is pretty straight-forward. Concerning XML, I'd like to require that customers conform to a…
1
vote
2 answers

tcpdump http containing non expected payload bytes

I am monitoring an openvpn link with tcpdump a la tcpdump -i tun5 -w capture.dump -W 100 -C 100M -s 0 -n There is http/xml traffic going over that link which is basically caputered just fine. However, some packages contain bytes I'd not expect. See…
1
vote
1 answer

Oracle xml column to xml file

I want to automatically generate an xml file for every record found in an xml column in a table. Is there a script using a cursor or another method to do that?
Paul
  • 714
  • 2
  • 6
  • 19
1
vote
0 answers

FTP automate download process not working on windows

I have my script as following: Hello World -…
abhijeet
  • 11
  • 1
1
vote
2 answers

How to Make JBoss 5.1.0 GA Meet Diffie-Hellman Standards?

As non-experts on web server administration and security, we are struggling to update our JBoss 5.1.0 GA web server configuration to meet Diffie-Hellman standards. JBoss was installed for us as part of the middle tier in a larger platform. We have…
user2072931
  • 145
  • 1
  • 2
  • 6
1
vote
2 answers

How can I install php53u-xml package (CentOS)?

How can I install php53u-xml package (CentOS)? Is there still a repository where this package is available? I cannot find this package nowhere. Info about one of installed packages: [root@us03659 ~]# rpm -qi php53u-5.3.15-1.ius.el5 Name :…
romvlads
  • 17
  • 3
1
vote
1 answer

Windows Server Blocking Web Service?

I have a program that uses a webservice that connects to a server to get software licenses. This is blocked in Windows Server 2003, 2008, 2008 R2, 2012, 2012 R2 by default. However, in Windows XP, Vista, 7, 8, 8.1, 10 it works just fine by…
Peter
  • 309
  • 2
  • 11
1
vote
0 answers

Event Log trigger configuration for scheduled tasks not working despite working with the eventviewer

I'm trying to start a task that gets triggered by specific events. The XML configuration for the filter I'm using is the following: