Hi Laxman,
This is not like a runner service URL which you could use directly and would give you the output parameter of the transaction.
But what this URL returns is the WSDL of the transaction.
You could use this WSDL URL in any of SOAP clients and then execute the operation which this WSDL exposes with name "Xacute". This operation will internally execute the transaction and return all the output parameters of the transaction.
Try running the WSDL URL in any SOAP client.
Regards,
Rohit Negi.