• 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

Doubt in question

 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Q) What will a SOAP receiver do upon receiving SOAP message containing DTD

1)The SOAP receiver will process the DTD and will validate SOAP message against it.

2)The SOAP receiver will generate a fault with faultcode of "Client.DTD".

3)The SOAP receiver will ignore the DTD declaration and will process the SOAP message normally.

4)The SOAP receiver will do nothing.


I think answer is 2.What will be the answer if SOAP message contains PI instead of DTD.

while googing I can find only this text.But I am not able to find about this in specifications.
http://www.w3.org/2000/xp/Group/1/10/03-minutes.html
Proposal:
(i) SOAP messages MUST NOT include DTDs, and SOAP receivers
MUST fault if they encounter a DTD
(ii) SOAP messages SHOULD NOT include PIs, and SOAP
receivers MUST ignore any PIs they encounter
WG agreed without dissent to this proposal and to close issue 4
using it
Marc action to produce resolution text.
 
reply
    Bookmark Topic Watch Topic
  • New Topic