# This program is copyrighted free software by NAKAMURA, Hiroshi. You can
# redistribute it and/or modify it under the same terms of Ruby's license;
# either the dual license version in 2003, or any later version.
require'wsdl/info'
require'wsdl/soap/mappingRegistryCreator'
require'wsdl/soap/methodDefCreator'
require'wsdl/soap/classDefCreatorSupport'
moduleWSDL
moduleSOAP
classStandaloneServerStubCreator
includeClassDefCreatorSupport
attr_reader:definitions
definitialize(definitions)
@definitions=definitions
end
defdump(service_name)
STDERR.puts"!!! IMPORTANT !!!"
STDERR.puts"- Standalone stub can have only 1 port for now. So creating stub for the first port and rests are ignored."
STDERR.puts"- Standalone server stub ignores port location defined in WSDL. Location is http://localhost:10080/ by default. Generated client from WSDL must be configured to point this endpoint by hand."