Hi,
Wanted to save task from my application (developed on Ruby on Rails) to zimbra through soap but i am having problem while sending parameters. Following is my Ruby on Rails code which does a soap request to zimbra api.
body = SOAP::SOAPBody.new(element('CreateTaskRequest', nil,
{
'xmlns' => 'urn:zimbraMail',
},
[
element('m', nil, {}, [
element('subject', 'task API')
])
]))
Can some one help me out for the same.
Regards,
Rohit M Sampat |