Library to Web Service

The below information is designed to assist you in identifying which library function/method to use for a particular web service OR to identify which web service is called by a particular library function.
Web Service to Library mapping:

SLIM CD has web service URLs that support similar functions. The Transact web service supports all of these web service methods under “transact.asmx”.

  • CloseBatch
  • PostHTTP
  • PostXML
  • ProcessTransaction
Transact Web Service
http://trans.slimcd.com/wswebservices/transact.asmx
Adding the Method
http://trans.slimcd.com/wswebservices/transact.asmx/ProcessTransaction
Turned into a library call
SlimCD.Transact.ProcessTransaction

 

web service mapping