Is that possible to the XML file as a call request ?
example :
require 'rubygems'
require 'savon'
client = Savon.client(wsdl: 'http://myown/mine.wsdl?wsdl")
x= "SOME XML CONTENT request (which is working perfectly in soup ui)"
a=client.call(x) # this line won't work now. is there any other alternate method will support this ?
Hi Martin,
I have a basic doubt on Savon 2.
Is that possible to the XML file as a call request ?
example :
require 'rubygems'
require 'savon'
client = Savon.client(wsdl: 'http://myown/mine.wsdl?wsdl")
x= "SOME XML CONTENT request (which is working perfectly in soup ui)"
a=client.call(x) # this line won't work now. is there any other alternate method will support this ?
Awaiting your reply