Result

Request

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.xignite.com/services/"><SOAP-ENV:Header><ns1:Header><ns1:Username>7FA2EB6DD4964FF0908061C51EE16432</ns1:Username></ns1:Header></SOAP-ENV:Header><SOAP-ENV:Body><ns1:GetHistoricalLondonFixingRange><ns1:Symbol>XAG</ns1:Symbol><ns1:Currency>USD</ns1:Currency><ns1:FixingType>Evening</ns1:FixingType><ns1:StartDate>09/07/2024</ns1:StartDate><ns1:EndDate>09/08/2024</ns1:EndDate></ns1:GetHistoricalLondonFixingRange></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response

<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><GetHistoricalLondonFixingRangeResponse xmlns="http://www.xignite.com/services/"><GetHistoricalLondonFixingRangeResult><LondonFixing><Outcome>RequestError</Outcome><Message>No fixing found for this range.</Message><Identity>Header</Identity><Delay>0.0121316</Delay><Price>0</Price></LondonFixing></GetHistoricalLondonFixingRangeResult></GetHistoricalLondonFixingRangeResponse></soap:Body></soap:Envelope>

array representation of Response
stdClass Object ( [GetHistoricalLondonFixingRangeResult] => stdClass Object ( [LondonFixing] => stdClass Object ( [Outcome] => RequestError [Message] => No fixing found for this range. [Identity] => Header [Delay] => 0.0121316 [Price] => 0 ) ) )

Result

Request

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.xignite.com/services/"><SOAP-ENV:Header><ns1:Header><ns1:Username>7FA2EB6DD4964FF0908061C51EE16432</ns1:Username></ns1:Header></SOAP-ENV:Header><SOAP-ENV:Body><ns1:GetHistoricalLondonFixingRange><ns1:Symbol>XAG</ns1:Symbol><ns1:Currency>USD</ns1:Currency><ns1:FixingType>Evening</ns1:FixingType><ns1:StartDate>09/07/2024</ns1:StartDate><ns1:EndDate>09/08/2024</ns1:EndDate></ns1:GetHistoricalLondonFixingRange></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response

<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><GetHistoricalLondonFixingRangeResponse xmlns="http://www.xignite.com/services/"><GetHistoricalLondonFixingRangeResult><LondonFixing><Outcome>RequestError</Outcome><Message>No fixing found for this range.</Message><Identity>Header</Identity><Delay>0.0166614</Delay><Price>0</Price></LondonFixing></GetHistoricalLondonFixingRangeResult></GetHistoricalLondonFixingRangeResponse></soap:Body></soap:Envelope>

array representation of Response
stdClass Object ( [GetHistoricalLondonFixingRangeResult] => stdClass Object ( [LondonFixing] => stdClass Object ( [Outcome] => RequestError [Message] => No fixing found for this range. [Identity] => Header [Delay] => 0.0166614 [Price] => 0 ) ) )

Result

Request

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.xignite.com/services/"><SOAP-ENV:Header><ns1:Header><ns1:Username>7FA2EB6DD4964FF0908061C51EE16432</ns1:Username></ns1:Header></SOAP-ENV:Header><SOAP-ENV:Body><ns1:GetHistoricalLondonFixingRange><ns1:Symbol>XAG</ns1:Symbol><ns1:Currency>USD</ns1:Currency><ns1:FixingType>Evening</ns1:FixingType><ns1:StartDate>09/07/2024</ns1:StartDate><ns1:EndDate>09/08/2024</ns1:EndDate></ns1:GetHistoricalLondonFixingRange></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response

<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><GetHistoricalLondonFixingRangeResponse xmlns="http://www.xignite.com/services/"><GetHistoricalLondonFixingRangeResult><LondonFixing><Outcome>RequestError</Outcome><Message>No fixing found for this range.</Message><Identity>Header</Identity><Delay>0.014116199999999999</Delay><Price>0</Price></LondonFixing></GetHistoricalLondonFixingRangeResult></GetHistoricalLondonFixingRangeResponse></soap:Body></soap:Envelope>

array representation of Response
stdClass Object ( [GetHistoricalLondonFixingRangeResult] => stdClass Object ( [LondonFixing] => stdClass Object ( [Outcome] => RequestError [Message] => No fixing found for this range. [Identity] => Header [Delay] => 0.0141162 [Price] => 0 ) ) )