开发者

Ruby: How to load a WSDL file into some data structure?

开发者 https://www.devze.com 2023-01-16 12:38 出处:网络
I have a WSDL file and want to load it into开发者_Python百科 ruby somehow so I can navigate through it.

I have a WSDL file and want to load it into开发者_Python百科 ruby somehow so I can navigate through it.

Anyone know how to do this?


If you really want to "navigate" through a WSDL file, use any XML parser of your choice.

Chances are what you'd rather after is the easiest way to develop a SOAP client in Ruby. If that's the case, you should give Savon a try.

0

精彩评论

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