JAX-WS Ruby client
I knew Ruby community favors REST style, but I need to access a JAX-WS documen开发者_JS百科t style web service.
SOAP::WSDLDriverFactory.new(SERVICE_WSDL).create_rpc_driver
doesn't work for document style.
I looked at Handsoap and Savon. They seems to manipulate the low level soap message. Is there a gem which can do similarly as RPC driver. Just load WSDL, and use the interface directly.
精彩评论