Hi,
I was working on building my own SOAP transport over a messaging product.
So, I took the e-mail transport as an example, which used the HTTPUtils.post
to send the SOAP request to the SOAP server.
Somehow, this HTTPUtils.post() method seems to work very unreliably. It
seems to time out sockets. And, half the time that it works, the SOAP server
just returns the original SOAP request inside response.
It is very strange. Does anyone have any ideas, what could cause this? Are
there general bad experiences with that HTTPUtils.post() method?
Thanks,
HariNam