• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

SOAP actor attribute example

 
Ranch Hand
Posts: 89
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello to Everyone,

I'm learning about the SOAP actor and mustUnderstand attributes.

I use the following maretials:
1) The Java EE 5 Tutorial (SAAJ topic) (https://docs.oracle.com/cd/E19159-01/819-3669/bnbij/index.html)
2) SOAP 1.1 (sections 4.2.2, 4.2.3) (https://www.w3.org/TR/2000/NOTE-SOAP-20000508/)
3) Java Web Services. Up and Running [M. Kalin]

The actor attribute is used by intermediaries that are capable of both receiving and sending messages. As I understand the intermediary is not a simple soap handler but a standalone web service endpoint with its own WSDL.

Unfortunately the sources I use are lack of complete examples. Could someone show the entire working example of a client that sends a message to a receiver through one intermediary? How does an intermediary forwards messages to other receivers?
 
I will open the floodgates of his own worst nightmare! All in a tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic