I do programming for Maximo, and acid management system among other things. I am trying to invoke a web service synchronously using something called an invocation channel. I am doing this from an automation script.
The problem is I am not getting any thing returned although the call seems to be made successfully.
so that means I get a 200 back and I see XML being transformed in my log file.
unfortunately I cannot get my hands on the response so I can't successfully check for other sorts of issues that are reported in the response.
does anyone have any related experience where they could give me some pointers on how to determine why I would not be getting any data back?
The automation script is written in JavaScript.

A few ideas.

First, no data returned is data. Some may differ on that.
Second, let's say your code adds "this" to Maximo but there is no confirmation returned. This means you'll have to write code to test if "this" was added to Maximo. Your own data check.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.