• 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

 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I read the information about SOAP at w3schools.com. Here is some of the stuff that I don't understand clearly. Could any of you explain me these concepts?
1. What is the "soap:actor" attribute in SOAP for? Does it have to go with <soap:Envelope> element or it can go with any element of soap?
2. What is the use for attribute "soap:encodingStyle"?
3. "SOAP messages must be encoded using XML".What does this mean?
4. Can "mustUnderstand" attribute go with any element or only with the elements inside the <soap:Header> element?
5. Could you give me an example where the <soap:Header> information would be useful in soap message processing?
6. Can a soap message have multiple "<soap:Body>" and "<soap:Header>" elements or only one per message.
Thanks
Shoba-
 
Ranch Hand
Posts: 162
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well I do not know the answers to these questions, however I can suggest you can will be better off if you try Apaches SOAP discussion forum. I found answers to many of my queries there
 
Shoba Ramachandran
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Aziz, I'll try in Apache SOAP discussion forum.
Thanks
Shoba
 
Ranch Hand
Posts: 107
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Shoba,
I read Professiopnal XML, Chapter24 (SOAP) and found it useful, I think your doubts will be solved after reading that chapter.
Vibha.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic