in reply to Handle sending SOAP::Lite call which may not get a response
Is there a way to send a SOAP message using SOAP::Lite and not expect a response?
SOAP (as you use it) runs on top of HTTP(S), so there must be a response. That's how HTTP works.
Alexander
|
|---|