Integration between Lawson and Infor EAM

 6 Replies
 1 Subscribed to this topic
 11 Subscribed to this forum
Sort:
Author
Messages
Cindy
Advanced Member Send Private Message
Posts: 29
Advanced Member
Is anyone using ION for integration between Lawson and Infor EAM?  Thanks, Cindy
RobinLuce
Basic Member Send Private Message
Posts: 4
Basic Member
Do you still need assistance with this?
Cindy
Advanced Member Send Private Message
Posts: 29
Advanced Member
Not at this time. We are no longer looking at ION. Thanks for checking with us.
bjhetz
New Member Send Private Message
Posts: 1
New Member
Understanding this is a very dated thread - I am looking for any experience with integrating Infor EAM with Infor Lawson S3 using ION.
darwin collins
Send Private Message
Posts: 19
Did you ever get any info about integrating EAM and S3 via ION? We have been using ION but don't have a EAM yet.
Robert
Veteran Member Send Private Message
Posts: 82
Veteran Member

EAM API returns SOAP, and ION APIs are REST based.  I have completed a call into EAM, this is the end point

 

https://mingle-ionapi.inf..._DEM/EAM/APIServices

 

And this is what is returned:

Response Code: 200  Body:

EWSConnector

Hi there, this is an AXIS service!

Perhaps there will be a form for invoking the service here...

AXIS is a now defunct Apache Project found here:

https://axis.apache.org/axis/

First you would need to expose all of the EAM Web Services, then generate the WSDL, then you might be able to translate the SOAP to REST using something like DreamFactory http://wiki.dreamfactory....reamFactory/Overview If you want to integrate S3 with ION, you will need a local authorized application, application server e.g. Tomcat, and a Servlet to receive the ION payloads

 

 

 

David Williams
Veteran Member Send Private Message
Posts: 1127
Veteran Member
If this is still a question, I implemented several integrations between Lawson and EAM, both incoming and outgoing about 2 years ago. I used IPA and built in triggers to send BODs from Lawson to ION for EAM and to process the BODs from EAM to Lawson.
David Williams