Jump to content

API's no longer working?


Recommended Posts

Good morning,

Earlier in the week and before, I was able to run API calls to Hornbill using Postman (for testing purposes) as well as via the Business Process using the HTTP Integration in the BPM (especially for adding a User to a Shared Asset).

Since yesterday, it has stopped working.

I have a bunch of API's in Postman that I use to sometimes check data or to test if an API will work (ie. Adding a user to a Shared Asset) but now none of them work, all of them are presenting with this message:

<?xml version="1.0" encoding="utf-8" ?>
<methodCallResult status="fail">
    <state>
        <code>0004</code>
        <error>The XMLMC request message specifies different service than the one specified in the request URI</error>
    </state>
</methodCallResult>

 

Here is an example of one that was working before. Please note originally, the POST URI had ?method=create instead of ?op=create - this is me trying to get it working with no luck.

Params
image.thumb.png.152babe67ce25d10fe61ce7b54188ff9.png

 

Header
image.thumb.png.8172ef196ae0e9f9afcf475961ab9fbb.png

 

Body and Error - this is misleading as it still shows as Error 200 OK

Again, where it says "@op": "create",  this originally was "@method": "create", as I was trying in vain to get it working to no avail, I just didn't revert them back prior to taking the screenshots.
image.thumb.png.0b967f94664914d21d9567959a7e025f.png

 

Please advise.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...