Query data with the Maximo REST API

This entry is part 2 of 4 in the series Maximo REST API

The Maximo REST API is something really cool and really useful.  I am spent a little time playing with it and it’s much easier to use than the MIF web services and SOAP.  Although the integration framework is still useful in terms of importing data with interface tables, but the REST services are extremely useful [...]

This text is available for purchase but you need to login or register first. Please Login here.

Exclusive Look: Maximo REST web service API

This entry is part 1 of 4 in the series Maximo REST API

Here is an exclusive look at what I’ve found within Maximo’s integration framework.  You won’t find this anywhere else on the web as this stuff is not documented by IBM for Maximo.  The REST API can be found in Maximo versions 7.1.1.6 and up including Maximo 7.5.  If you look in the directories where you [...]

Import Inventory Records using Maximo Integration Framework (MIF)

This entry is part 12 of 14 in the series Import Data with MIF

Maximo has a powerful feature that can take the load off of both user and administrator. A common example of a request a Maximo administrator may get is, ‘Is there anyway I can avoid typing in this list of 286 new inventory items into Maximo?’. In older versions of Maximo (e.g. 4.x and 5.x), an [...]

This text is available for purchase but you need to login or register first. Please Login here.

Create custom web services in Maximo

I found this post to be very interesting from Burak Bolek.  He talks about writing your very own custom java web service.  Will this method, you can almost do anything you want in Maximo via web services.  Very cool!

Create SR from PHP with Maximo web services (Sample Code)

Not a whole lot to say but to just check out this post, Create Incident with PHP via Web Services… [Burak Bolek]

Exporting data to XML with MIF event listener for any changes on an object automatically

This entry is part 11 of 14 in the series Import Data with MIF

Most of the tutorials that we have done so far have been for integrating with Maximo by importing or updating data, but sometimes you may need to work the other way around and integrate with third party applications from Maximo by exporting data. I have already shown you how to export data to XML manually, [...]

This text is available for purchase but you need to login or register first. Please Login here.

Import asset classification hierarchies and classification attributes with MIF

This entry is part 10 of 14 in the series Import Data with MIF

There is a built in object structure called MXCLASSIFICATION that we will use to import classification hierarchies and also the classification attributes using the Maximo Integration Framework (MIF). I will be using my default method of importing data which is by way of interface tables. If you aren’t familiar with interface tables, you can read [...]

This text is available for purchase but you need to login or register first. Please Login here.

Import PM’s and PM sequences with Maximo Integration Framework (MIF)

This entry is part 9 of 14 in the series Import Data with MIF

In this tutorial, I will show you how to setup object structures and enterprise services to import PM’s that use PM sequencing. PM sequencing or job plan sequencing is when you want to use a different job plan on one PM when the it is generated into a workorder. The topic of job plan sequencing [...]

This text is available for purchase but you need to login or register first. Please Login here.

How to integrate your enterprise applications with Maximo

I just found this article that describes how to integrate other systems with Maximo 7.  It talks about what is the Maximo Integration Framework then walks you through setting up Maximo workorder web services then working with it.

Query Maximo ASSET web service from .NET

This entry is part 5 of 5 in the series Web Services

Here is sample code for you to download to see how to query data from Maximo web services.  In this example, it shows how to query assets and the different options you can use to do just that.  This sample code provided below works with Maximo 7. This text is available for purchase but you [...]

This text is available for purchase but you need to login or register first. Please Login here.