Class: Zanders::SoapClient

Inherits:
Base
  • Object
show all
Defined in:
lib/zanders/soap_client.rb

Direct Known Subclasses

Address, Item, Order, User

Constant Summary collapse

NAMESPACES =
{
  "xmlns:env" => "http://www.w3.org/2003/05/soap-envelope",
  "xmlns:xsd" => "http://www.w3.org/2001/XMLSchema",
  "xmlns:xsl" => "http://www.w3.org/2001/XMLSchema-Instance",
  "xmlns:ns2" => "http://xml.apache.org/xml-soap",
  "xmlns:enc" => "http://www.w3.org/2003/05/soap-encoding"
}

Method Summary

Methods inherited from Base

connect