Skip to content

Commit

Permalink
Updated readme to include namespace generation. Refs #8538.
Browse files Browse the repository at this point in the history
- The `-n` option overrides the `ns` namespace prefix. This is required to prevent warnings if several end-points have been generated without a namespace set.
  • Loading branch information
jawrainey committed Apr 8, 2014
1 parent d0ce080 commit a1a7698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/ICat/README.md
Expand Up @@ -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:

Expand Down

0 comments on commit a1a7698

Please sign in to comment.