After you have deployed and tested a Web service that you created with a command line tool, you can use the UDDIPublish tool from a command line to publish it as a business entity or a business service to a public or private UDDI registry. When publishing a Web service, the tool creates the necessary binding template and tModel elements in the UDDI hierarchy and associates the service with an existing business. By default, the tool publishes to the private registry. To publish to a public registry, see Additional Properties.
To create a private UDDI registry, select File > New > Other. Then, select Web Services and Unit Test UDDI from the lists.
Before using the UDDIPublish tool, you must set up the command line as follows:
You can now publish a business entity or a business service.
To publish a business entity, run the following in the command prompt (the order of the arguments does not matter):
See The UDDIPublish tool for a list of mandatory and optional arguments.
A message is returned informing you that the publish operation completed successfully. The unique key for the new business (as generated in the registry) is also displayed.
To publish a business service, run the following in the command prompt (the order of the arguments does not matter):
See The UDDIPublish tool for a list of mandatory and optional arguments.
A message is returned informing you that the publish operation completed successfully. The unique keys for the new business service, binding template, and tModel instance are also displayed.