开发者

JAX-WS Ruby client

开发者 https://www.devze.com 2023-03-19 03:36 出处:网络
I knew Ruby community favors REST style, but I need to access a JAX-WS documen开发者_JS百科t style web service.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消