Forum Discussion

jona-appl's avatar
jona-appl
Copper Contributor
Jan 12, 2022

ASMX web service client .NET 6 (IOS)

Hello,

 

We need to migrate own Xamarin iOS application to .NET 6 iOS. But we can't call ASMX web services (available with Xamarin iOS). Web References is not available with visual studio for .NET 6 projects. We have only Connected Services but it's not supported. Have you an idea for that? Connected services will be supported?

 

You will find more information here: https://docs.microsoft.com/en-us/answers/questions/689592/asmx-web-service-client-net-6-ios.html?childToView=692119

  • Can you do ... Right Click -> Add -> Connected Service -> Service References (OpenAPI, gRPC, WCF) and that wsdl from your asmx url still should work when you add a wcf web service reference.

Resources