-
Notifications
You must be signed in to change notification settings - Fork 564
Closed
Labels
need-infoIssues that need more information from the author.Issues that need more information from the author.
Description
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
- Download the Xamarin example: https://developer.xamarin.com/guides/xamarin-forms/cloud-services/consuming/wcf/
- Build with Visual Studio 2017 15.5.4
- 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
Labels
need-infoIssues that need more information from the author.Issues that need more information from the author.