OPERATION: getFile using GET (doc/literal style SOAP operation using DIME)

This operation retrieves a file from a given test endpoint. The file will be bundled with the SOAP RPC response message for the 'getFile' operation in a DIME package.

Enter the SOAP service endpoint URL you wish to use:

Enter the full path to the file to be retrieved, e.g. "c:/temp/foo":

Note: Internet Explorer will try to use the filename extension to guess at the application to open the file in, since it won't recognize the DIME MIME media type "application/dime". For instance, for a *.txt file, it will present the entire recieved DIME package in notepad, which won't be optimal, as the DIME package contains binary data sections. All of this can be avoided if a filename without any extension is used. IE will prompt "open or save", and the DIME package can then be saved to disk or opened in a hex editor.