Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add client support for soap endpoint #142

Merged

Conversation

Daniel-Svensson
Copy link
Member

  • Add a new SoapDomainClientFactory for soap protocol
  • Fully support netstandard clients in box (requires soap endpoint on server side)

@Daniel-Svensson
Copy link
Member Author

Todo:

  • check sonar cloud issues
  • change namespace to same as other factories

/// <summary>
/// Base class DomainClientFactories targeting WCF and creating <see cref="WebDomainClient{TContract}"/> instances.
/// For most uses you should use a concerete implementation such as <see cref="WebDomainClientFactory"/> instead.
/// For most uses you should use a concerete implementation such as
/// "WebDomainClientFactory" or <see cref="Wcf.SoapDomainClientFactory"/>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix comment namespace

@Daniel-Svensson Daniel-Svensson marked this pull request as ready for review February 19, 2019 22:18
@Daniel-Svensson Daniel-Svensson merged commit e881aaf into OpenRIAServices:master Feb 20, 2019
@Daniel-Svensson Daniel-Svensson deleted the feature/soap_client branch February 20, 2019 14:14
@Daniel-Svensson Daniel-Svensson added this to the 4.6.0 milestone Mar 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant