<?xml version="1.0" encoding="UTF-8"?> 
<soap:Envelope xmlns:namesp1="http://namespaces.soaplite.com/perl" 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> 
    <queuePurgeRequest xmlns="https://cachepurge.lax011.internap.com/ObjCachePurge"> 
      <user xsi:type="xsd:string">mallfinder-mallimages.mallfinder.com</user> 
      <pass xsi:type="xsd:string">d4aVafre</pass> 
      <urlList arrayType="xsd:anyURI[3]" xsi:type="namesp1:Array"> 
        <url xsi:type="xsd:anyURI">http://internap.dl.sourceforge.net/sourceforge/emule/eMule0.49a_BETA2-Installer.exe</url>        <url xsi:type="xsd:anyURI">http://wwwcache.semihuman.com/images/space2.gif </url> 
        <url xsi:type="xsd:anyURI">http://invalidurl.com/test.jpg</url> 
      </urlList> 
    </queuePurgeRequest> 
  </soap:Body> 
</soap:Envelope> 
<?xml version="1.0" encoding="UTF-8"?> 
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema 
" soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"  
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> 
  <soap:Body> 
    <queuePurgeRequestResponse xmlns="https://cachepurge.lax011.internap.com/ObjCachePurge"> 
      <authSuccess xsi:type="xsd:boolean">true</authSuccess> 
      <!-- URLs successfully queued for purging --> 
      <urlSuccess soapenc:arrayType="xsd:anyURI[2]" xsi:type="soapenc:Array"> 
        <url xsi:type="xsd:anyURI">http://wwwcache.semihuman.com/images/space2.gif</url> 
        <url xsi:type="xsd:anyURI">http://internap.dl.sourceforge.net/sourceforge/emule/eMule0.49a_BETA2-Installer.exe</url>      </urlSuccess> 
      <!-- Invalid URLs (malformed or does not belong to customer) --> 
      <urlInvalid soapenc:arrayType="xsd:anyURI[1]" xsi:type="soapenc:Array"> 
        <url xsi:type="xsd:anyURI">http://invalidurl.com/test.jpg</url> 
      </urlInvalid> 
      <!-- URLs that could not be submitted due to internal error --> 
      <urlFail soapenc:arrayType="xsd:anyType[0]"  xsi:type="soapenc:Array" /> 
    </queuePurgeRequestResponse> 
  </soap:Body> 
</soap:Envelope> 

