<?xml version="1.0" encoding="UTF-8" ?>
<soapenv:Envelope
	xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
	xmlns:q0="http://schemas.microsoft.com/MSNSearch/2005/09/fex"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<soapenv:Body>
		<q0:Search>
			<q0:Request>
				<q0:AppID>your_msn_appid</q0:AppID>
				<q0:Query>eclipse</q0:Query>
				<q0:CultureInfo>en-US</q0:CultureInfo>
				<q0:SafeSearch>Off</q0:SafeSearch>
				<q0:Flags>MarkQueryWords DisableSpellCorrectForSpecialWords DisableHostCollapsing</q0:Flags>
				<q0:Location>
					<q0:Latitude>23.6683</q0:Latitude>
					<q0:Longitude>-105.7238</q0:Longitude>
					<q0:Radius>25.0</q0:Radius>
				</q0:Location>
				<q0:Requests>
					<q0:SourceRequest>
						<q0:Source>Web</q0:Source>
						<q0:Offset>0</q0:Offset>
						<q0:Count>10</q0:Count>
						<q0:FileType>HTML</q0:FileType>
						<q0:SortBy>Default</q0:SortBy>
						<q0:ResultFields>All</q0:ResultFields>
						<q0:SearchTagFilters />
					</q0:SourceRequest>
				</q0:Requests>
			</q0:Request>
		</q0:Search>
	</soapenv:Body>
</soapenv:Envelope>
