Application(Java) + WebService(.Net)
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
HI, We have an application which was developed in Java for this we provided a web service using .net this web service basically helps in converting documents to pdf format. Everything works fine however the issue is with anonymous access given to the web service. The client feels it could be a threat and wants us to remove the anonymous access to the web service. On doing so there is no communication betwwen the application and the web service. Question: ON removing anonymous access what are the other steps that i should follow at the application level and at the web service level.
gauthee