| Author |
Document/Literal message
|
Vijay Kumar
Ranch Hand
Joined: Jul 24, 2003
Posts: 260
|
|
Hi
How the document/Literal type message is dispatched to the aplication because operation name is missed in this type of messages.
Thanks
|
 |
Vijay Kumar
Ranch Hand
Joined: Jul 24, 2003
Posts: 260
|
|
Hi all
Can any one explain how does soap message is dispatched to the desired method in spite of that soap envelop does not contains the operation name.
Thanks in advance
|
 |
Mansur Khan
Ranch Hand
Joined: Mar 27, 2007
Posts: 50
|
|
Your question is not applicable.
Document/Literal is data-based and not method-based like in RPC/Literal messaging mode. In document/literal, the server side (JAX-RPC), extracts the data (for example a purchase order) message out from the SOAP message and automatically binds it to a PurchaseOrder object (using JAXB) for your Java parameters.
Hope that answers your question!
|
SCDJWS, SCBCD, SCJP
|
 |
 |
|
|
subject: Document/Literal message
|
|
|