function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rajesh SFDCRajesh SFDC 

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...
ShashForceShashForce
Hi Rajesh,

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
cooldamselcooldamsel
Hi Rajesh,

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