How do I create a SOAP envelope in Ruby?
Posted
by Angela
on Stack Overflow
See other posts from Stack Overflow
or by Angela
Published on 2010-06-04T04:59:42Z
Indexed on
2010/06/06
8:02 UTC
Read the original article
Hit count: 626
I am using Savon to build the client, but want to kno how to create the actual envelope.
I am thinking of using Nokogiri XML Builder and just pass in the values, but not sure if that's the right way.
The SOAP envelope specs can be found here:
© Stack Overflow or respective owner