Looking for some insight on OSM WS API
Hey folks,
I'm using the OSM WS API and Diagnostics WS API for some integration functionality and am curious on how I can get the fault messages to display more meaningful (or even the supposed default) information.
For example, when I run GetOrderProcessHistory on the Diagnostic API and use an Order Id that is not in my system I am supposed to receive the fault message:
<wsdl:message name="GetOrderProcessHistory_faultMsg">
<wsdl:part name="OrderNotFoundFault"
element="osm:OrderNotFoundFault">
<wsdl:documentation>
This fault is raised when the specified order cannot be
found. Generally this fault occurs when an incorrect
order id is specified.