Madhu,
SOAP UI will convert the request and response into XML, irrespective of the platform request is generated.
Example:
Validation ATM PIN of a account.
This service is distributed to SBI(Java), ICICI(.NET), HDFC(C++).
The request from all the 3 is different and conversion function are going to be a hectic task. SOAP UI will convert the Java, .Net and C++ request into XMl format thus making is lucid for analysis of request or response failure.