| Article: |
The Evolution of SOAP::LITE | |
| Subject: | want to implement soap client with asynchronous functionality is there any way to do it in perl | |
| Date: | 2006-12-27 01:11:06 | |
| From: | Rohant | |
|
i want to implement soap client with asynchronous functionality is there any way to do it in perl thanks in advance Rohant |
||
Showing messages 1 through 1 of 1.





http://www.w3.org/TR/xmlp-scenarios/#DS17
You can either poll for the response or handle it as a callback.
In the callback case, you need to implement both Sender and Receiver in the Client and Server sides, and may be limited by firewall.