CentraSite 10.7 | CentraSite Developer's Guide | Importing Objects Using API | Invoking Importer through Command Line | Executing Script File to Invoke Importer | Importing Web Service
 
Importing Web Service
*To import a Web Service from the command line
*Run your importer script file or use the delivered ImportWSDL script.
The syntax is of the format: yourScriptFile -dburl centrasiteurl -w wsdlFile -user yourCSUserID -password yourPassword
To get an overview of all available parameters, call the script without any option. Use the -help option to get a detailed description of the parameters.
Example:
ImportWSDL -w d:\myDirectory\myWSDLFile.wsdl -o "MyOrganization" -user myUser -password myPassword
Invoking the Web Service Administrator from Command Line
You can invoke the Web Service Administrator utility to delete a web service that has been imported into CentraSite. To obtain the input parameters used by this utility, run the script file without any option.