I'm supposed to send a SOAP request to a server and I received an example request that contains something like this:
...
<soapenv:Body>
<taa:getFoo xsi:schemaLocation="http://www.example.com/namespace C:\SOME\ADDRESS\HERE\file.xsd">
<taa:Request>
...
My question is, does the local address (c:\...) need to reference an existing file? And if so, is there a correct way to do this on the Ubuntu system?