• 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

SOAP messages must be sent over HTTP/1.0 or HTTP 1.1?

 
Bartender
Posts: 2418
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From Ivan's notes p.62, it says "SOAP message must be sent using either HTTP/1.0 or HTTP/1.1, where HTTP/1.1 is preferred."
But from MZ's notes, it says "SOAP can use any transport protocol (HTTP, HTTPS, FTP, SMTP, JMS, etc) " and "SOAP has the following features: Transport protocol independence."

I think SOAP can now be sent over any transport protocol, not just HTTP/1.0 or 1.1.

Any comments?
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
SOAP is indeed transport independent, and transport implementations other than HTTP exist - but they are used much less frequently.

I don't think anyone still uses HTTP 1.0 these days, for SOAP or anything else.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic