lib/shapewear/dsl.rb in shapewear-0.1.2 vs lib/shapewear/dsl.rb in shapewear-0.1.4
- old
+ new
@@ -19,9 +19,10 @@
.merge! 'tns' => "http://services.example.com/#{self.name}",
'wsdl' => 'http://schemas.xmlsoap.org/wsdl/',
'soap' => 'http://schemas.xmlsoap.org/wsdl/soap/',
'soap12' => 'http://schemas.xmlsoap.org/wsdl/soap12/',
'xsd' => 'http://www.w3.org/2001/XMLSchema',
+ 'xsi' => 'http://www.w3.org/2001/XMLSchema-instance',
'env' => 'http://schemas.xmlsoap.org/soap/envelope/',
'env12' => 'http://www.w3.org/2001/12/soap-envelope'
end
protected