Re: SOAP 1.2 Attachment Feature review
"Jean-Jacques Moreau" <[email protected]>
| Newsgroups | gmane.comp.web.services.ws-arch |
|---|---|
| Organization | Canon Research Centre France |
| Message-ID | <[email protected]> |
The current HTTP binding supports the attachment feature[1] in as far as the data transferred may more than a single SOAP envelope and could also be a "compound SOAP structure", as defined by [1]. At least that was the intent; there may be bugs left in the HTTP binding in that respect. As for "doing HTTP GET", the current HTTP binding leaves it to the application to resolve the hyperlink. (Although people could very well develop SOAP processors that support this functionality.) Jean-Jacques. [1] http://www.w3.org/2000/xp/Group/2/07/SOAP-AF/aftf-soap-af.html Hugo Haas wrote: > I was wondering how far the current HTTP binding was from supporting > the attachment feature, since it seems that getting attachments in > this case is just a matter for the SOAP processor of doing HTTP GET > requests to get representations of the resources referenced.