Is there any way for a service to specify what type of attachments it can handle in the published WSDL? I could not find anything regarding attachments in the WSDL spec.
I found some information regarding attachment declarations using WSIF at http://ws.apache.org/wsif/developers/mime_attachments.html. But it seems that WSIF is an extension of WSDL specific to java is it not? What is the context of WSIF with respect to web services in general e.g. other WS tools not using java? How would a service implemented in C++ publish what attachment(s) it can handle? Thanks for any clarification. Shantanu Sen
