[SalesForce] Downloading Enterprise WSDL in Chrome

With Chrome on Windows it's very difficult for me to actually download the generated WSDL (so I can save it to my Visual Studio project). Save As and View Page Source then Save As leaves the injected xml decorations in the final file. Attempting a Save As on the link for the Generate button returns html. The generation url is protected so switching to another tool at that point is painful too.

I want to get a plain xml document saved to my local drive as easily as possible. With Firefox I can do a Save As in the browser and get a clean file out of it. Does anyone have any tricks to make this work in Chrome on Windows? Is there an idea already lobbying Salesforce to set the headers so the file always downloads (or another idea that would help this problem)?

Best Answer

Try right clicking the page and click "View page source". The Source IS the XML document

Related Topic