Skip to content

Instantly share code, notes, and snippets.

View iRipVanWinkle's full-sized avatar
🎯
Focusing

Oleg iRipVanWinkle

🎯
Focusing
View GitHub Profile
@iRipVanWinkle
iRipVanWinkle / gist:1313a4b86004d2bc1ca6cf0c64c5e8dd
Created December 30, 2017 13:30
Bug #75747. Types have missing properties on SoapClient::__getTypes
<?php
$_include_xml = <<<XML
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:attributeGroup name="CurrencyAmountGroup">
<xsd:attribute name="Amount" type="xsd:int"/>
<xsd:attribute name="CurrencyCode" type="xsd:string"/>
</xsd:attributeGroup>
<xsd:complexType name="User">