cormanaz has asked for the wisdom of the Perl Monks concerning the following question:
Now I am wondering how I can go the other way, e.g. have that web site send something back to the Windoze machine to do some processing that is not possible on the ISP server. I figure I can use a nameserver to find the machine behind DHCP. However I'm not completely sure how to apply SOAP to implement the server I need.
I found an example of an HTTP Daemon using SOAP at http://www.perl.com/pub/a/2001/04/24/soap.html but I don't know if this is exactly what I need. I don't want to serve files so much as run callback subroutines, and then and return results to the client. I'm also not sure of the best protocol to use, either.
Can anyone point me to sample code or advise me on general approach for this? To be clear, I want to generate a datastructure on the client side, send it to the server, have processing done, and have the results returned as a different datastructure.
Many thanks....Steve
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SOAP web client to server behind DHCP
by jhourcle (Prior) on Dec 22, 2005 at 16:43 UTC |