Good Day
i created a service in soap and another in wcf , but i get the issue .
i want to generate Synchronous operations . currently i receive asynchronous , which is not a problem , my issue is that the asynchronous operation is generated does not have a completed method . e.g
how can i call a service inside a xamarin form asynchronously
Thanks