Maximo Open Forum

 View Only
  • 1.  Has anyone worked on WebService Integrations in MAS 8 ?

    Posted 05-18-2022 14:17
    Edited by Samvid Shivram 05-19-2022 08:25
    Looking for materials & technotes for configuring WebService Integrations in MAS8.
    #MaximoApplicationSuite


    --------------------------------
    Samvid Shivram
    Sigma
    --------------------------------


  • 2.  RE: Has anyone worked on WebService Integrations in MAS 8 ?

    Posted 05-27-2022 13:22

    Assuming you're speaking about SOAP integrations into Manage, the only significant difference between MAS 8.X and 7.6.1.X is you need to utilize an apikey header for authentication. The former methods of utilizing maxauth (native authentication) or basic auth (LDAP) are no longer supported because MAS provides its own OIDC identity provider out of the box. 

    If you're talking the REST API into Manage, you also need to utilize apikey and should utilize the /maximo/api route instead of /maximo/oslc.



    ------------------------------
    Steven Shull
    IBM
    ------------------------------



  • 3.  RE: Has anyone worked on WebService Integrations in MAS 8 ?

    Posted 05-28-2022 12:34
    Edited by Samvid Shivram 05-28-2022 12:34
    Thank you @Steven Shull for the detailed info.

    ------------------------------
    Samvid Shivram
    Sigma
    ------------------------------



  • 4.  RE: Has anyone worked on WebService Integrations in MAS 8 ?

    Posted 05-30-2022 11:56
    Samvid,

    You can review our VS Code deploy extension, which has a Maximo REST client written in Node.js that supports MAS8 authentication and MAS8 token authentication.  If you have any questions feel free to reach out.

    https://github.com/sharptree/vscode-autoscript-deploy

    The client is implemented here:
    https://github.com/sharptree/vscode-autoscript-deploy/blob/main/src/maximo/maximo-client.js

    Jason

    ------------------------------
    Jason VenHuizen
    Sharptree
    ------------------------------