Results 1 to 2 of 2

Thread: Accessing client PC from a web service

Hybrid View

  1. #1
    Join Date
    Oct 2012
    Posts
    1

    Exclamation Accessing client PC from a web service

    Hi, I am new to this post. This question may not be a good one. but still..Can a web service gain access to the client PC that calls the web service? For example, can a web service access the registry of the client PC and read from it? Is it allowed in web service ethics? Clients normally consume web services for getting something done. Here, I need to call a web service to get the web service to do an action on my PC like reading my registry. Is it possible?

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,632

    Default

    No... A webservice knows nothing of the client (nor should it) it only receives a messages and acts upon that...
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •