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

 
Ranch Hand
Posts: 662
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
14. Which of the following statements are true when a SOAP message travels from the
originator to the destination?

The message passes through a set of SOAP intermediaries applications along the
message path.

SOAP message always hops dierctly to the altimate destination.

A SOAP application receiving a SOAP message is the ulmate destination of SOAP
message if SOAP actor attribute is not specified.

A SOAP message can be processed by SOAP intermediaries applications.

A SOAP message can only be processed by ultimate destination application.

Any ideas??
 
Ranch Hand
Posts: 1953
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
https://coderanch.com/t/146745/po/certification/Questions-SOAP
 
reply
    Bookmark Topic Watch Topic
  • New Topic