Invoking webmethods service through email

I want to invoke a service through email. I need more information on it . I have configured a smtp port. What should be the email id , subject and how to send the input parameters of service.
Where can i find comprehensive infomation on these settings . i’m could not find it in developer’s guide.

You can not pass the parameters straight away in the mail. You need to send your data as a mail atachment and post to the service. Check the “Working with XML documents” which explains to post XML data to a service using all possible ways. If it is not a XML data, you need a content handler.