• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

XML Binary/XOP

 
Ranch Hand
Posts: 782
Python Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All,

It's been a while since I last looked at what's cooking at W3C. On first impression, I was surprised to find a working draft called XOP. Does this mean that SOAP attachments are deprecated ?

Regards,

Pho
 
author
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
XOP, the XML Binary Optimization Packaging standard, is an implementation of the Message Transmission Optimization Mechanism (MTOM), and the two are often referred to together (MTOM/XOP). With the release of these standards the W3C is proposing a replacement of the competing WS-Attachments and SwA specifications. Microsoft has already posted MTOM on its specifications page, while previous attachment standards (including SwA) have been demoted to "superseded" status.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnglobspec/html/wsmsgspecindex.asp
 
reply
    Bookmark Topic Watch Topic
  • New Topic