lib/shapewear/dsl.rb in shapewear-0.1.0 vs lib/shapewear/dsl.rb in shapewear-0.1.1

- old
+ new

@@ -19,10 +19,11 @@ .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', - 'env' => 'http://schemas.xmlsoap.org/soap/envelope/' + 'env' => 'http://schemas.xmlsoap.org/soap/envelope/', + 'env12' => 'http://www.w3.org/2001/12/soap-envelope' end protected def service_name(sn)