Ask a Question related to ASP.NET General, Design and Development.
-
C #1
Expose Assembly As Web Service
Hi,
I have a class withing my ASP.Net project which I want
other applications to use so I am going to create a
separate Assembly for this.
In addition to this I want to know if it is possible to
expose this Assembly as a web service that other
companies can use?
What is involved?
Thanks,
C
C Guest
-
Can you expose an XSD with your web service?
Hi, I'm building an ASP.NET web service and one of the methods returns an XML document (actually an XmlNode) and I'd like to associate the return... -
Assembly acessing StrongNamed assembly getting "Access Denied" intermitently
I have an ASP.NET application that is using a code library our development team uses. The code library is a few web controls in a Strong Named... -
Reading the public key inside a strongly signed assembly from the assembly itself???
Hello, is it possible to programmatically read (and how) the public key that is embedded into an assembly that has been strongly signed??? What... -
Problem using Assembly.LoadFrom within a web service
Hi, I am using Assembly.LoadFrom within a web service to load assemblies from a web site. This web site is in the same machine where I am... -
Expose method of class returned by web service
Hi there, Could anyone tell me if it is possible to expose the methods of a class returned by a web service. I have an instance of a class... -
Steve C. Orr, MCSD #2
Re: Expose Assembly As Web Service
Just create a new web service project and put your class in there.
Couldn't be easier.
Here's more info:
[url]http://msdn.microsoft.com/webservices/[/url]
[url]http://msdn.microsoft.com/newsgroups/default.asp?url=/newsgroups/loadframes.asp?icp=msdn&slcid=us&newsgroup=microso ft.public.dotnet.framework.aspnet.webservices[/url]
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"C" <c@nospam.com> wrote in message
news:046d01c35628$8fbd3c10$a601280a@phx.gbl...> Hi,
>
> I have a class withing my ASP.Net project which I want
> other applications to use so I am going to create a
> separate Assembly for this.
>
> In addition to this I want to know if it is possible to
> expose this Assembly as a web service that other
> companies can use?
>
> What is involved?
>
> Thanks,
> C
Steve C. Orr, MCSD Guest



Reply With Quote

