You need to sign in to do that
Don't have an account?

how to send a files using outbound message?
here my requirments, i want to send files Salesforce TO TFS using outbound message.. is it possiable?....give me any idea...
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
Outbound messages in Salesforce are not capable of sending files. You may have to go for APEX callouts to achieve your requirement.
If this answers your question, please mark this as the Best Answer for this post, so that others can benefit from this post.
Thanks,
Shashank
You cannot send attachment using outbound message. You write an external service and create a trigger which will send the data in bytes format to the service. Check the below link.
http://blog.giovannimodica.com/post/call-a-net-wcf-service-from-salesforce