I am making use of web services for several functions from windows phone (using c# ).
Under normal circumstances it all works very well.
BUT
If an error occurs, say when posting (an invalid field or something) I can no longer use the web services. It's like they block and I get "The User ID and Password are Invalid. Try again."
This can only be solved by pasting the web service link in a browser, which seems to 'Un Block' them, and then it will work again.
What is going on? Any ideas?
0
Comments
You have a Windows Phone application that connects to NAV Webservices and accesses a service.
If there is an exception throws on some operation, the Windows Phone app no longer works and gives you a authentication exception.
But, after accessing the same service on IE or any other browser, the services starts to work again.
Is that right?
Thom Doss