The Publish web service allows our users to automate the process of publishing data into eSigma's UDDI registry. Once approved, the published data will be available for lookup via eSigma's web service search engine.
String publishService(String userName, String password, String serviceName, String description, String accessPoint, String WSDLUrl, String HelpUrl):
This method publishes a service into our database. The service then awaits approval upon which it will be moved to our UDDI registry and available via the search engine. The return value of this method is a string that either describes any error that occurred or confirms a successful call.
userName - Your eSigma.com user id. required field!
password - Your eSigma.com password. required field!
serviceName - the name of the service. required field!
description - a brief description of what the service does. required field!
accessPoint - the URL for the entry point of the service.
WSDLUrl - the URL for the WSDL document.
HelpUrl - the URL that contains further documentation for the service.IMPORTANT NOTE: All methods of this web service require proper credentials. A username and password can be obtained by registering at our main site, eSigma.com.