Samples
Sample Requests
A word on Headers
SOAP 1.1 / 1.2 require the "Action" to be passed in as headers.
The Action is built of the namespace and the actual action.
The namespace should be
http://arch.stoneeagle.com/MenuIntegration/IMenuIntegration/
In the samples below, the header in the documentation should match the final path of the action.
In addition to standard headers such as
Content-Type- Which should have a value of
text/xml;charset=UTF-8
- Which should have a value of
Conent-Length
You will also need to pass the header SOAPAction with a value matching the operation from the WSDL which should be consistent with the names below for documented samples.
For example, the following "PingArch" action would require a header passed in asSOAPAction: "http://arch.stoneeagle.com/MenuIntegration/IMenuIntegration/PingArch"
PingArch
This is a good request to start with as it has a very limited payload and can be used to confirm basic credentials are working.
Request
Response
GetRates
Not shown here is using the "Vehicle" node to rate when a VIN does not decode. If rating traditional Auto where the VIN should fully decode, do not provide a vehicle node or it will likely cause issues