Showing posts with label Web Service. Show all posts
Showing posts with label Web Service. Show all posts

Saturday, 14 January 2017

How to Deploye a Web Service | IBM Maximo

first check this system properties, it should be set to 1
mxe.int.containerdeploy

Now go to integration, web servcies library application
New(b), Create Web Service, Create From Object Structure
select MXASSET > and hit Create(b) button

Open newly created MXASSET in list view
in select action menu > deploye to AS web Service Container > Generate Deployement File Entries

now copy this file fro c:\mif\jaxws\deplmodule.dar
to c:\ib\smp\maximo\deployement\ folder

redeploye EAR file (bulidmaximoear.cmd)

after if all goes good

hit this url: http://<host>:<port>/meaweb/wsdl/mxasset.wsdl

Friday, 9 October 2015

Services URL - Maximo Integration Framework - IBM Maximo

Useful URLs

Object Service (os)
http://[hostname]:[port]/meaweb/os/[objservname]
for example:
http://deploymaximo.com:9080/meaweb/os/mxperson

Enterprise Service (es)
http://[hostname]:[port]/meaweb/es/[extsysname]/[entservname]

Standard service (ss)
http://[hostname]:[port]/meaweb/ss/[stdservname]

Web Service (services)
http://[hostname]:[port]/meaweb/services/[webservname]


Wednesday, 7 October 2015

Basic Concepts of Maximo Integration Framework (MIF) - IBM Maximo

Basic Concepts of Maximo Integration Framework (MIF)

Object Structures :-
    |__ Business Objects
    |__ Relationship
    |__ Message Content Services or Channels

Services (to receive) :-
by using Web Services, HTTP, DB tables, Flat and XML files

    |__ Processing Rules
    |__ XML Map
    |__ User Exit and Processing Classes


Channel (to Send):-
by Flat, XML File, Interface table, HTTP, WebService, Command Line
    |__ Publish Channel    (by Trigger on completed transaction)
    |__ Invocation Channel    (by action class within app, workflow or escalation)