Sha256: a2d4f954e1884f55a56036da2d5fd06c84062ab790e65393a9ac0ed6f382139c

Contents?: true

Size: 417 Bytes

Versions: 14

Compression:

Stored size: 417 Bytes

Contents

<s12:Envelope xmlns:s12='http://www.w3.org/2003/05/soap-envelope'>
  <s12:Body>
    <ns1:GetWeather xmlns:ns1='http://www.webserviceX.NET'>
      <!-- optional -->
      <ns1:CityName><%= test_values[:city_name] || 'Wellington' %></ns1:CityName>
      <!-- optional -->
      <ns1:CountryName><%= test_values[:country] || 'New Zealand' %></ns1:CountryName>
    </ns1:GetWeather>
  </s12:Body>
</s12:Envelope>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
soaspec-0.0.19 template/soap_template.xml
soaspec-0.0.18 template/soap_template.xml
soaspec-0.0.17 template/soap_template.xml
soaspec-0.0.16 template/soap_template.xml
soaspec-0.0.15 template/soap_template.xml
soaspec-0.0.14 template/soap_template.xml
soaspec-0.0.13 template/soap_template.xml
soaspec-0.0.12 template/soap_template.xml
soaspec-0.0.11 template/soap_template.xml
soaspec-0.0.10 template/soap_template.xml
soaspec-0.0.9 template/soap_template.xml
soaspec-0.0.8 template/soap_template.xml
soaspec-0.0.7 template/soap_template.xml
soaspec-0.0.6 template/soap_template.xml