Re: Does Soap *HAVE* to use HTTP?
Posted By:
Gautam_Marwaha
Posted On:
Monday, December 2, 2002 09:40 PM
IMHO, not necessarily. SOAP is based on XML which is a text based protocol and should be able to use any transport. I have heard of people writing code for communicating with web services using SOAP over SMTP...