CADACUS, INC.

SOLUTIONS FOR SYSPRO™

As you are looking for Solutions to your SYSPRO™ needs, there may be other choices, but ask them if they have been working exclusively with SYSPRO™ since 1991. Ask them if they use the same NetExpress development system and tools SYSPRO uses. Very few other companies can say yes to both answers, but we can!

Providing quality solutions to the SYSPRO™ user community since 1991!

EDISVY - Service Validation Query

The service validation object will validate if a particular carriers service is available to a destination. The business object is working with Fedex only at this time.

There are two forms of input.  One provides the details and the other a sales order to check.  If you are checking a sales order, the"Address Validation" tab in the Shipping/Handheld setup must be filled in with a ship-to and ship-from address code in order for the routine to parse the addresss.

The Cadacus SFS Support Setup must be installed on the server.

Note: Please note the access to the webservice speed various with many factors. Do not be alarmed if the business object takes several seconds to return.


XMLParameter format if providing full details :

<ServiceVerify>
  <Zip>91307</Zip>
  <Country>US</Country>
  <OriginZip>91367</OriginZip>
  <OriginCountry>US</OriginCountry>
  <ShipVia>FG</ShipVia>
</ServiceVerify>

XML Parameter format if providing sales order :

<ServiceVerify>
  <SalesOrder>000999</SalesOrder>
</ServiceVerify>

XML  Output
<ServiceVerifyResponse>
  <Result>Valid</Result>
  <Error/>
</ServiceVerifyResponse>