Xamarin Android - NAV SOAP web service / Operation timed out
Hello everyone,
I published NAV web service. There is one method GetCustomerById that return some information about customer. NAV is installed on the local database.
In Xamarin Android project added web reference to this web service. In the OnButton_Click event added some code to consume web service (username, password, domain) and call to the GetCustomerById function.
When try to call web service by clicking the button after 10-15 sec get message "Operation timed out".
If I create C# console application and add web reference in the same way and paste the same code and run application I get information about customer in the second.
What is the potential problem on the android (emulator or physical device) that produce the message and what is the potential solutions.
Developer technologies .NET Xamarin
Developer technologies C#
1 answer
Sort by: Most helpful
-
Virtual~Energy Financial~Official 1 Reputation point
2022-03-10T05:42:58.92+00:00