(Language : python) import sys, httplib # a "as lighter as possible" soap message: SM_TEMPLATE = """ %s """ SoapMessage = SM_TEMPLATE%("Your message or e-mail") print SoapMessage #construct and send the header webservice = httplib.HTTP("www.pascalbotte.be") webservice.putrequest("POST", "/rcx-ws/rcx") webservice.putheader("Host", "www.pascalbotte.be") webservice.putheader("User-Agent", "Python p..