I am successfully creating a Task using the SalesForce API SOAP API through Java.
However, my problem is that I can\'t seem to set the Type of it. They all default to \
The API field name that contains 'Call' (and defaults to it) is a ComboBox, not a PickList, and it's called Subject.
ComboBox
PickList
Task.Subject = 'Email';
If you want to set the default, do it from within the Salesforce app:
Setup->Customize->Activities->Task Fields->Subject