Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
ADempiere 3.6 Cookbook

You're reading from   ADempiere 3.6 Cookbook Over 100 recipes for extending and customizing ADempiere beyond its standard capabilities

Arrow left icon
Product type Paperback
Published in Mar 2011
Publisher
ISBN-13 9781849513388
Length 332 pages
Edition Edition
Tools
Arrow right icon
Toc

Table of Contents (16) Chapters Close

ADempiere 3.6 Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
1. Preface
1. Preparing the Ground 2. ADempiere Customization Part I FREE CHAPTER 3. ADempiere Customization Part II 4. Web services 5. VirtueMart Integration 6. JasperReports with ADempiere 7. PayPal Integration 8. Equifax Integration 9. Mondrian Integration for Analysis 10. E-mail Integration with Mozilla Thunderbird

Equifax session service


Upon a successful logon, Equifax provides a session token which needs to be used on the subsequent API calls. While the token is useful to the application developer, Equifax uses this to keep track of the API usage and managing the connections.

Session service has the following requests:

  • Ping: This is used to determine whether the Equifax XML interface is available

  • Logon: This is used to logon the user to the Equifax NTG application architecture. The success response contains the session token

  • Log off: This is used to log off the session identified by the supplied session token

  • Change password: It is used to change the password

In this recipe, we will see the steps and code required to invoke an Equifax session service API. Ping is kept outside this recipe due to its simplicity, whereas, Change password is covered in a separate recipe, as it needs some more attention besides just changing the password.

Getting ready

  1. 1. Make sure you have the adempiere_360 project...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image