Access a Sequence Service Instance					
					
						Use the API to access a Sequence service instance.					
				 
							
										
						Retrieve a Web Service URL					
					
						 Use the API to retrieve a Web service's URL, by referencing the service name from the Web service consumer table.  public static string GetWebServiceConsumerUrl(string serviceName)
{
          WebServiceConsumerDefinition definition =
          W...