Setting up Soap Actions in Config files?
- From: "Anbu" <Anbu.Thangarathinam@xxxxxxxxx>
- Date: 11 Oct 2006 20:41:27 -0700
Hi All,
I need to implement multiple Soap Actions with same functionality. Is
it possible to setup configuration to use the same function with
multiple SoapActions?
I want to avoid the compilation for every changes made for the Action
alone.
[SoapMethod("mymethod1")]
public SoapEnvelope myMethod1(SoapEnvelope envelope)
{
.... Implements something / calls another function
}
[SoapMethod("mymethod2")]
public SoapEnvelope mymethod2(SoapEnvelope envelope)
{
.... Implements something / calls another function
}
Any suggestions?
Thanks
.
- Follow-Ups:
- Re: Setting up Soap Actions in Config files?
- From: Pablo Cibraro [MVP]
- Re: Setting up Soap Actions in Config files?
- Prev by Date: Re: polling frequency of Sql Receive Location
- Next by Date: RE: Secure conversation breaks WSE
- Previous by thread: polling frequency of Sql Receive Location
- Next by thread: Re: Setting up Soap Actions in Config files?
- Index(es):