Webservices: Ist it possible to call a function on the client?

  • Thread starter Thread starter vokuit00
  • Start date Start date
V

vokuit00

Hello,

i need a communication between client and server. The Server runs on XP and
the client on Windows CE .NET.
Calling functions on the Server was no problem, but depending on client, the
server must send Files to the client or gave back some informations.

Normally with calling a function on the client, but on CE .NET, the client
only supplies Webservice as a client.

So could i call a function on the client??

Thanks

Volker
 
No. But you can handle server response and perform an action based on that
response
 
Back
Top