Skip to content

Instantly share code, notes, and snippets.

@lbargaoanu
Created May 25, 2016 14:10
Show Gist options
  • Select an option

  • Save lbargaoanu/8e3e0dd2d771c43e8eaa43eff5963cdd to your computer and use it in GitHub Desktop.

Select an option

Save lbargaoanu/8e3e0dd2d771c43e8eaa43eff5963cdd to your computer and use it in GitHub Desktop.
POST https://visualstudiogallery.msdn.microsoft.com/Services/VStudio/Extension.svc HTTP/1.1
Content-Type: application/soap+xml; charset=utf-8
Host: visualstudiogallery.msdn.microsoft.com
Content-Length: 1751
Expect: 100-continue
Accept-Encoding: gzip, deflate
Connection: Close
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing"><s:Header><a:Action s:mustUnderstand="1">http://tempuri.org/IVsIdeService/GetCurrentVersionsForVsixList</a:Action><a:MessageID>urn:uuid:db21cde5-8186-484b-9215-46588815aac2</a:MessageID><a:ReplyTo><a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address></a:ReplyTo><a:To s:mustUnderstand="1">https://visualstudiogallery.msdn.microsoft.com/Services/VStudio/Extension.svc</a:To></s:Header><s:Body><GetCurrentVersionsForVsixList xmlns="http://tempuri.org/"><vsixIds xmlns:b="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><b:string>2d5de770-50e9-4dcf-87e9-ea1ed1b43b68</b:string><b:string>VSProPack.Microsoft.15893CD4-2422-4427-BEA8-4E28DCC26346</b:string>
</vsixIds><requestContext xmlns:b="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><b:KeyValueOfstringstring><b:Key>LCID</b:Key><b:Value>1033</b:Value></b:KeyValueOfstringstring><b:KeyValueOfstringstring><b:Key>SearchSource</b:Key><b:Value>ExtensionManagerUpdate</b:Value></b:KeyValueOfstringstring><b:KeyValueOfstringstring><b:Key>TemplateType</b:Key><b:Value i:nil="true"/></b:KeyValueOfstringstring><b:KeyValueOfstringstring><b:Key>Skus</b:Key><b:Value/></b:KeyValueOfstringstring><b:KeyValueOfstringstring><b:Key>SubSkus</b:Key><b:Value/></b:KeyValueOfstringstring><b:KeyValueOfstringstring><b:Key>OSVersion</b:Key><b:Value>10.0.10240.0</b:Value></b:KeyValueOfstringstring><b:KeyValueOfstringstring><b:Key>VSVersion</b:Key><b:Value>14.0</b:Value></b:KeyValueOfstringstring></requestContext></GetCurrentVersionsForVsixList></s:Body></s:Envelope>
HTTP/1.1 200 OK
Cache-Control: private
Content-Length: 974
Content-Type: application/soap+xml; charset=utf-8
Server: Microsoft-IIS/8.5
X-AspNet-Version: 4.0.30319
X-UA-Compatible: IE=Edge
x-frame-options: SAMEORIGIN
X-Powered-By: ASP.NET
X-Server: CO1GAL98
Date: Wed, 25 May 2016 14:01:04 GMT
Connection: close
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing"><s:Header><a:Action s:mustUnderstand="1">http://tempuri.org/IVsIdeService/GetCurrentVersionsForVsixListResponse</a:Action><a:RelatesTo>urn:uuid:db21cde5-8186-484b-9215-46588815aac2</a:RelatesTo><ActivityId CorrelationId="415e139a-0223-4d3e-8c81-0f67f822362a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">00000000-0000-0000-0000-000000000000</ActivityId></s:Header><s:Body><GetCurrentVersionsForVsixListResponse xmlns="http://tempuri.org/"><GetCurrentVersionsForVsixListResult z:Id="1" z:Size="2" xmlns:b="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/"><b:string z:Id="2"/><b:string z:Id="3">14.0.23120.0</b:string></GetCurrentVersionsForVsixListResult></GetCurrentVersionsForVsixListResponse></s:Body></s:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment