CoreWCF / CoreWCF/CoreWCF

How to overrides the default WCF behaviour by embedding and XSD documents

Open
#1,152 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
1.8k
Forks
320
PR merge metrics
No merged PRs in 30d

Description

How we can retrieve WSDL and overrides the default WCF behavior by embedding XSD documents that are referenced by the WSDL documents?

I'm trying to achieve this by implementing: IWsdlExportExtension, IEndpointBehavior, and by adding logic to manipulate the WSDL in the ExportEndpoint method.

public void ExportEndpoint(WsdlExporter exporter, WsdlEndpointConversionContext context)

Question: How we can invoke this custom class which implements the IWsdlExportExtension, IEndpointBehavior in core WCF?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.