Skip to content

WCF service integration does not work with Visual Studio 2017 15.5.4 #1209

@rob2212

Description

@rob2212

Description

When you create a new Xamarin Project in Visual Studio 2017 using .Net Standard libraries, the access to a WCF web service does no longer work. Even the example project by Xamarin does produce the same issue.

Steps to Reproduce

  1. Download the Xamarin example: https://developer.xamarin.com/guides/xamarin-forms/cloud-services/consuming/wcf/
  2. Build with Visual Studio 2017 15.5.4
  3. Run Android App on a real device

Expected Behavior

Method call to web service works (method: SoapService.RefreshDataAsync)

Actual Behavior

Exception: The message with Action '' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver. Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).

Basic Information

  • IDE: Visual Studio 2017 15.5.4
  • Platform Target Frameworks:
    • iOS: Not tested
    • Android: Android SDK 7.1
    • UWP: Not tested
  • Android Support Library Version:
  • Affected Devices: Samsung Galaxy Tab A (2016)

Metadata

Metadata

Assignees

No one assigned

    Labels

    need-infoIssues that need more information from the author.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions