lib/soaspec/generator/template/soap_template.xml in soaspec-0.0.84 vs lib/soaspec/generator/template/soap_template.xml in soaspec-0.0.85

- old
+ new

@@ -1,7 +1,7 @@ -<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://thomas-bayer.com/blz/" xmlns:env="http://www.w3.org/2003/05/soap-envelope"> - <env:Body> - <tns:getBank> - <tns:blz><%= test_values[:blz] || '70070010' %></tns:blz> - </tns:getBank> - </env:Body> +<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://thomas-bayer.com/blz/" xmlns:env="http://www.w3.org/2003/05/soap-envelope"> + <env:Body> + <tns:getBank> + <tns:blz><%= test_values[:blz] || '70070010' %></tns:blz> + </tns:getBank> + </env:Body> </env:Envelope> \ No newline at end of file