Groups > Asp .Net > ASP.NET XML Web Services > Re: WEB Services




WEB Services

WEB Services
Wed, 26 Mar 2008 17:44:25 +000
How to add web-services in UDDI of www?
Post Reply
Re: WEB Services
Tue, 1 Apr 2008 10:39:31 +0000
Hi shilva,

You can use following code to publish web service:

UddiConnection uc=new UddiConnection();
uc.PublishUrl = "https://localhost/uddi/publish.asmx";

For more information,please check following kb article:

How to publish an XML Web service to an internal UDDI server by using Visual C#
.NET

 

 

Best regards,
guang-Ming Bian - MSFT
Post Reply
about | contact