diff --git a/Code/Mantid/Framework/ICat/README.md b/Code/Mantid/Framework/ICat/README.md index 2f8faa602162..2c8d2256d78c 100644 --- a/Code/Mantid/Framework/ICat/README.md +++ b/Code/Mantid/Framework/ICat/README.md @@ -2,8 +2,8 @@ Run the following command in order to generate a source declartion file from the SOAP endpoint: - wsdl2h -qNameOfNameSpace -o NameOfFile.h https://ICAT-uri?wsdl - #Example: wsdl2h -qICat4 -o ICat4Service.h https://icatisis.esc.rl.ac.uk/ICATService/ICAT?wsdl + wsdl2h -qNameOfNameSpace -nICatDOI -o NameOfFile.h https://ICAT-uri?wsdl + #Example: wsdl2h -qICat4 -nICatDOI -o ICat4Service.h https://icatisis.esc.rl.ac.uk/ICATService/ICAT?wsdl The following command will generate classes and headers based on the source file generated above: