Skip to content

Instantly share code, notes, and snippets.

@tothda
Created September 22, 2008 19:22
Show Gist options
  • Save tothda/12107 to your computer and use it in GitHub Desktop.
Save tothda/12107 to your computer and use it in GitHub Desktop.
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetWeather xmlns="http://www.webserviceX.NET">
<CityName xsi:type="xsd:string">Budapest</CityName>
<CountryName xsi:type="xsd:string">Hungary</CountryName>
</GetWeather>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment