Forum Discussion

VictoriaOnSnow's avatar
VictoriaOnSnow
New Contributor
13 years ago

Missing local file for [file:/C:/dev/... under Unix

Post Deleted on behalf of the user.

1 Reply

  • Hi,

    The error message is due to the Missing of schema file KFZVFachlicheFehler.xsd on Linux machine, since the soapUI project is created on Windows machine, the path for the same file is stored as C:/dev/views/interbank_reesv_private/.... in the soapUI project xml file. So when you try to execute the soapUI project on Linux machine it is trying to load the schema file from the path C:/dev/views/interbank_reesv_private/.... which in fact the C drive doesn't exist on Linux machine.

    Since these paths are hard-coded in the SoapUI project xml files by SoapUI, So one cannot execute them on various O.S in which the mentioned paths are not available.

    Workaround: You need to write some script which will covert the WSDL/schema windows paths stored in soapUI project xml files to the Linux paths.

    For example: Suppose the soapUI project created on windows contains the WSDL/schema path as C:/dev/views/interbank_reesv_private/.... then same WSDL/schema file is stored in /temp/dev/views/... path on Linux then such paths should be changed to /temp/dev/views/... by your custom script before the execution of soapUI project on Linux machine.

    Hope this helps...!

    Regards,
    Rohit Shingalapur

    http://www.developerscorner.co.cc