[TYPO3-dev] Ruby SOAP client for TER

Christoph Koehler christoph.koehler at gmail.com
Tue Jun 3 05:31:52 CEST 2008


Hello,

Trying to build a SOAP client to talk to TER. I don't know much about
SOAP, but something seems wrong. I can't even create a SOAP Driver
with this URL: <http://typo3.org/wsdl/tx_ter_wsdl.php.>My Ruby:

wsdl_url = "<http://typo3.org/wsdl/tx_ter_wsdl.php>"
soap = SOAP::WSDLDriverFactory.new(wsdl_url).create_rpc_driver

Doing this:

s = SOAP::RPC::Driver.new(wsdl_url)
s.add_method("ping", "text")

p s.ping("ping")

Just returns the standard XML I would get pointing my browser to that
URL.

Any ideas?

Christoph

-- 
I'm using an evaluation license of nemo since 357 days.
You should really try it!
http://www.malcom-mac.com/nemo





More information about the TYPO3-dev mailing list