Skip to content

Instantly share code, notes, and snippets.

@gvelizlasteniasoftware
gvelizlasteniasoftware / organization.wsdl
Created October 1, 2020 15:48 — forked from umidjons/organization.wsdl
SOAP server/client example in WSDL mode
<?xml version="1.0" encoding="UTF-8"?>
<definitions name="Organization"
targetNamespace="urn:Organization"
xmlns:tns="urn:Organization"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns="http://schemas.xmlsoap.org/wsdl/">
@gvelizlasteniasoftware
gvelizlasteniasoftware / gist:51e6b06bb64f329e13f4c78ff4d09532
Last active July 25, 2023 05:40 — forked from pitch-gist/gist:2999707
HTML: Pagina Simple de Mantenimiento
<!doctype html>
<title>Site Maintenance</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>