exe/soaspec in soaspec-0.3.1 vs exe/soaspec in soaspec-0.3.2
- old
+ new
@@ -77,12 +77,13 @@
content: retrieve_contents(File.join('../cucumber', 'generic_steps.rb'), false)
end
desc 'generate', 'Generate initial test code from wsdl'
long_desc <<-LONGDESC
- If no wsdl is given a server will be started from which code to generate Exchanges
+ If no wsdl is given a server will be started with a web page front end from which ExchangeHandler's can
+ can be created.
- `soaspec generate wsdl=wsdl name=ServiceName ` will generate the initial files and folders to test each operation in a wsdl
+ `soaspec generate wsdl=wsdl name=ServiceName` will generate the initial files and folders to test each operation in a wsdl
\x5
Additionally the auth parameter can be used to use basic authentication to retrieve the WSDL.
To do use the following `soaspec generate --auth=basic`
Note: This is still a work in progress and will only work for a very simple wsdl
LONGDESC