• 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
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

means of encoding style in SOAP

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, my full-name is giuseppe astarita j have a question: why SOAP must define encoding style ? Is useful for what reason ? THANKS FOR ANSWER
 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually Basic Profile conformant web services cannot use RPC/encoded or Document/encoded SOAP messages.
BP 1.0a: 4.1.7 SOAP encodingStyle Attribute
They can only use RPC/literal and Document/literal.

SOAP seemed to want to introduce a way to customize the serialization of data.
SOAP 1.1: 4.1.1 SOAP encodingStyle Attribute
SOAP 1.1: 5. SOAP Encoding
BP stuck with literal, non-encoded XML as encodingStyle seemed to just duplicate features that can be addressed with XML namespaces and XML Schema.
 
It's hard to fight evil. The little things, like a nice sandwich, really helps. Right tiny ad?
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic