Skip to content

ludojmj/wssf-wcf

Repository files navigation

wssf-wcf

.NET 4.6.2 Web Service WCF

Initiated with https://github.com/Phidiax/open-wssf-2015

Data contract and service contract

  • ./Schemas..xsd
  • ./Services.xsd

Faults, Service and Host modeling

  • ./WCFTemplate.Model/WCFTemplate.datacontract (Faults)
  • ./WCFTemplate.Model/WCFTemplate.servicecontract (Operations)
  • ./WCFTemplate.Model/WCFTemplate.host

Generated and overriden classes

  • ./WCFTemplate.Src/*

Deployment

  • ./WCFTemplate.Client/* (Rest Json WebApi2)
  • ./WCFTemplate.Host/* (_SOAP WCF Web Service _)

Client Testing

Web Api Testing

Web Service Testing

Releases

No releases published

Packages

No packages published

Languages