<?xml version="1.0" encoding="UTF-8"?><returnsoap>	<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">		<soapenv:Body>			<queryResponse xmlns="urn:foo.soap.bar.com">				<result>					<done>true</done>					<queryLocator xsi:nil="true"/>					<records xsi:type="sf:sObject" xmlns:sf="urn:foo1.foo.soap.bar.com">						<sf:type>Opportunity</sf:type>						<sf:Id>006300000027mFGAAY</sf:Id>						<sf:Id>006300000027mFGAAY</sf:Id>						<sf:Name>USA Exports-Market Research</sf:Name>						<sf:Expiration_Date__c xsi:nil="true"/>					</records>					<size>1</size>				</result>			</queryResponse>		</soapenv:Body>	</soapenv:Envelope></returnsoap>