Skip to main content

Soap12WsdlMetadataHandler

Assembly: ServiceStack.dll
View Source
Declaration
public class Soap12WsdlMetadataHandler : WsdlMetadataHandlerBase, IHttpAsyncHandler, IHttpHandler, IServiceStackHandler

Methods

GetWsdlTemplate()

View Source
Declaration
protected override WsdlTemplateBase GetWsdlTemplate()
Returns

ServiceStack.Metadata.WsdlTemplateBase

Inherited Methods

Execute(IRequest, IResponse)

View Source
Declaration
public Task Execute(IRequest httpReq, IResponse httpRes)
Returns

System.Threading.Tasks.Task

Parameters
TypeName
ServiceStack.Web.IRequesthttpReq
ServiceStack.Web.IResponsehttpRes

GetWsdlTemplate()

View Source
Declaration
protected abstract WsdlTemplateBase GetWsdlTemplate()
Returns

ServiceStack.Metadata.WsdlTemplateBase

GetWsdlTemplate(XsdMetadata, String, Boolean, String, String)

View Source
Declaration
public WsdlTemplateBase GetWsdlTemplate(XsdMetadata operations, string baseUri, bool optimizeForFlash, string rawUrl, string serviceName)
Returns

ServiceStack.Metadata.WsdlTemplateBase

Parameters
TypeName
ServiceStack.Host.XsdMetadataoperations
System.StringbaseUri
System.BooleanoptimizeForFlash
System.StringrawUrl
System.StringserviceName

ProcessRequestAsync(IRequest, IResponse, String)

View Source
Declaration
public override Task ProcessRequestAsync(IRequest httpReq, IResponse httpRes, string operationName)
Returns

System.Threading.Tasks.Task

Parameters
TypeName
ServiceStack.Web.IRequesthttpReq
ServiceStack.Web.IResponsehttpRes
System.StringoperationName

Implements