Hi Faris,
Communication will be using a SOAP transaction:- Style = document (not RPC)
In the above context not RPC means what? ,can anyone explain me.
There are broadly two style of webservices:
1. Document 2. RPC
Webservice in your qs is document style webservice, SOAP message for document style webservices don't have the process name as the RPC style webservices and have different style of invocation as to RPC style webservices.
To learn more about it refer to this link:
http://www.devx.com/enterprise/Article/10397/0/page/3 - Amit Srivastava..