Hi,
Couple of observations. If you're sending a POST to Maximo, then the tag cannot be "Publish". It needs to be "Sync", so you'll need to add a customization to your outbound integration to change this.
If you're POSTing XML to Maximo, then the content type needs to be "text/xml", not "application/xm".
The unauthorized error you're receiving is probably because of improper authentication. For authenticating, you need to pass a header of "MAXAUTH" and the value is a base64-encoded value "username:password". Also, I would remove the apikey from the header since you're using username/password.
Good luck!
------------------------------
Carlos Marin
Sharptree
Senior Integration Developer
------------------------------
Original Message:
Sent: 02-16-2025 08:25
From: Abdelrahman Abbas
Subject: Integration using HTTP handler for end point
I'm trying to send a post request from maxim to another Maximo (test server), the end goal is to integrate with MS dynamics, but I want to check configuration first and analyze the response (where and how I'll get the response data), but it fails every time and I cannot identify the problem
anyone has a previous experience with this kind of integration
#Integrations
#IoT
------------------------------
Abdelrahman Abbas
RATPdev
------------------------------