• 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:mustUnderstand question

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you place soap:mustUnderstand attribute in anywhere of a SOAP Message?
xyzws.com mock exam says 'Yes'. I though it can be placed only in header.

Please clarify this.

Thanks
 
Ranch Hand
Posts: 177
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From this link SOAP Schema Def (XSD)

It appears that mustUnderstand is a global attribute, which means any element inside the Envelope has access to this variable.

If this attribute was restricted to any elements in Header element itself, It would not have be declared as global element.

Harsha
SCJP/SCWCD/IBM XML-Dev/SCEA
[ November 12, 2006: Message edited by: Harsha Jay ]
reply
    Bookmark Topic Watch Topic
  • New Topic