What are the important characteristics of SOAP envelope element?

Technology CommunityCategory: SOAWhat are the important characteristics of SOAP envelope element?
VietMX Staff asked 3 years ago
  • SOAP envelope is a packaging mechanism.
  • Every SOAP message has a mandatory root envelope message.
  • Only one body element is allowed for each envelope element.
  • As the SOAP version changes, envelope changes.
  • If the header element is present, it should appear as the first child.
  • Prefix ENV and envelope element is used for specification.
  • A namespace and an optional encoding style are used in case of optional SOAP encoding.