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
VT_AdminVT_Admin 

WebServices - Related to Attachments

Hi,

 

We have exposed enterprise wsdl to one of the consumer where they need to send the attchments as well as part of webservice calls .

 

1. Does Enterprise wsdl supports attachments

 

2. Can we also retrieve the attachments from custom object through webservice

 

I am also looking for some documentation on these points which I can share with consumer

 

Thanks

Marty Y. ChangMarty Y. Chang

Hello, VT_Admin,


I'm not sure whether there's documentation that explicitly answers your questions, but I think the answer is fairly apparent if you just look at the Enterprise WSDL.  First, there is a definition for the standard Attachment object in the complexType element with attribute name="Attachment".  Second, for the objects you expect to have attachments, the definition in the WSDL will include an element with attribute name="Attachments".

VT_AdminVT_Admin

Thanks for the update !!!

 

I am looking for some consumer guide which I can share with the third party with the enterprise wsdl .

 

They are looking for some implementation guide which can help them to do POC