I have a third party application and output of this application is an request xml which needs to be passed in to webservice (WSDL)
I need to do integration testing where i will be getting this request xml.
how can i pass this request xml using savon in Ruby ? is there anyother way where we can pass request xml and get the output in response xml
i tried using soapui and it works but i am looking for native ruby solution