
with Tags:
api
X

REST API Proof Of Concept - Automate Sterling FileGateway Community and Trading Partner creation
I am going to present a REST client, written using Apache HTTP Client, that trigger SB2Bi/SFG REST API calls to create Community and Trading Partner. As I have noticed users trying to create these SFG resources through direct Database SQL inserts and/or XAPI service calls but often used to end up in errors or lead to inconsistent partner accounts. I am targeting this article for those customers and hoping this would help all such customers in simplifying resource creation with... [More]
Tags:  partner community rest sfg sb2bi integrator sterling api kishore |
REST API Client - upload message to Sterling B2B Integrator Mailbox
You may have requirement for your business to automate file uploads to SB2Bi/SFG Mailbox. It is possible through programmatic approach by using REST APIs offered in 526x fixpacks. In this blog, I provided a sample java class that takes location of a file and adds it to SB2Bi mailbox. I had covered such program in one of blogs in past for different requirement. Please refer to it for outline and dependency jars -... [More]
Tags:  rest b2bapis/svc/documents b2bapis/svc/mailboxmessag... api mailbox message kishore |