Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="https://www.w3schools.com/xml/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="https://www.w3schools.com/xml/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<s:schema elementFormDefault="qualified" targetNamespace="https://www.w3schools.com/xml/">
<s:element name="FahrenheitToCelsius">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="Fahrenheit" type="s:string" />
</s:sequence>
</s:complexType>
<definitions name = "HelloService"
targetNamespace = "https://helloservice1.getsandbox.com:443/wsdl/HelloService.wsdl"
xmlns = "http://schemas.xmlsoap.org/wsdl/"
xmlns:soap = "http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns = "https://helloservice1.getsandbox.com:443/wsdl/HelloService.wsdl"
xmlns:xsd = "http://www.w3.org/2001/XMLSchema">
<message name = "SayHelloRequest">
<part name = "firstName" type = "xsd:string"/>
</message>
@yojeek
yojeek / gist:91487f898b1b7d78b62123dbb1ef203a
Created May 11, 2016 14:36
ExtJS 6 ViewModel isDirty binding
isDirty : {
bind : {
bindTo : '{record}',
deep : true
},
get : function (record) {
return record ? record.dirty : false
}
}
@yojeek
yojeek / bigvideo-fallback
Created November 23, 2013 09:16
BigVideo.js fallback to image
// BigVideo init
var BV = new $.BigVideo(),
vjsPlayer, fallback = false;
BV.init();
vjsPlayer = BV.getPlayer();
vjsPlayer.on('error', function() {
if (!fallback) {
// trying to apply fallback