I am integrating with a merchandise fulfillment company on behalf of a
client for an ecommerce website. The fulfiller has a soap interface
for communicating orders to them, but they have no accessible WSDL (I
know, what the hell?).
So, everything I've been able to find relating to having a client for
a soap web service is with SOAP4R and seems to require a WSDL for use.
Right now, I'm leaning towards using the httpclient (http://
dev.ctor.org/doc/httpclient/) or rfuzz (
http://rfuzz.rubyforge.org/
sample.html) and just working with straight HTTP.
Before I went any further, though, I figured I would see if anyone
else has run into this problem and found a better solution. Soooo,
anyone have any other solutions?
Thanks,
-Lance