Starting from Maximo 7.6 or above. I see Maximo supports both REST API and SOAP. I do not understand the difference between them. I find that Maximo (Maximo Integration Framework) supports web service (SOAP) but Maximo still uses REST API. Can you help me?
What is the difference between SOAP and REST API in Maximo (Maximo Asset Management)?
2.3k Views Asked by Tu Trinh At
1
There are 1 best solutions below
Related Questions in JAVA
- Add image to JCheckBoxMenuItem
- How to access invisible Unordered List element with Selenium WebDriver using Java
- Inheritance in Java, apparent type vs actual type
- Java catch the ball Game
- Access objects variable & method by name
- GridBagLayout is displaying JTextField and JTextArea as short, vertical lines
- Perform a task each interval
- Compound classes stored in an array are not accessible in selenium java
- How to avoid concurrent access to a resource?
- Why does processing goes slower on implementing try catch block in java?
- Redirect inside java interceptor
- Push toolbar content below statusbar
- Animation in Java on top of JPanel
- JPA - How to query with a LIKE operator in combination with an AttributeConverter
- Java Assign a Value to an array cell
Related Questions in JAKARTA-EE
- Which Should i use for date,time,email in servlet?
- Simple JavaEE HTML GET/POST application
- Updating the message contents for a MessageDialog wicket
- Access roles from multiple applications
- How to compile an individual jsp file from command line
- DB2, Hibernate, JPA: Schema does not exist
- Spring load a file
- Execute RequestDispatcher after 5 seconds
- Hibernate Lazy loading not work in OneToOne relation
- Websphere 8.5.5 - shared session context not working
- withSchedule(ScheduleBuilder<SBT>) in the type TriggerBuilder<Trigger> is not applicable for arguments (MutableTrigger)
- Setting response header using interceptor?
- How to use the same ContainerRequestFilter for multiple projects?
- [Ljava.lang.Object; cannot be cast to List from a request SQL
- which should i use in request.getParameter in servlet?
Related Questions in MAXIMO
- SQL - Multiplying columns
- how to add multiple emails in CC while sending email in Maximo
- Jython LDAP script to retrieve sAMAccountName attribute value
- Maximo 7.6 - Conditionally approving labor transactions with automation script and escalation
- Maximo 7.6 APPR POs via Integration
- Birt report - not printing multiple reports on Maximo
- BIRT report viewer page > printer icon
- Maximo: can i filter the list on multiple criteria of Status field
- No XSL transformation of a maximo response
- How to watch any events occurred in SQL Server and integrate it with Maximo
- Arabic Font Not Appearing in Birt 3.7.1 PDF Report
- OSLC getlist key field
- Parse backslash-delimited hierarchy path (varying number of levels)
- How to Configure Tomcat with Crystal Reports 2008 Server V1 SP3 after it's already been installed?
- Consume Maximo RESTful Service using Java code
Related Questions in MAXIMO-ANYWHERE
- Anywhere Administration application with the Chrome Simulator
- Maximo Anywhere runtime deployment error
- Maximo Anywhere Eclipse does not show Platform folder and js files of platform folder fater configuring
- Gradle build is getting failed while running command build all
- Unable to find entry in maximo anywhere screen
- Maximo Anywhere Multi Language
- Deleting photo in Maximo Anywhere
- What is the difference between SOAP and REST API in Maximo (Maximo Asset Management)?
- Maximo Anywhere Status Change Handler Issue
- Maximo Anywhere 7.5.2, In WO Listing page to display value and description in same column
- FWLSE3041E: No MBean found for- MobileFirst Maximo Anywhere 7.6
- Maximo Anywhere - Lookup Filter issue
- "The Service is currently not available." error for Maximo Anywhere Windows apps
- Windows10 and Maximo Anywhere
- Maximo Anywhere 7.5.2, Label issue
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You can use both indeed. There are huge possibilities for REST clients using Maximo REST web server, the REST clients can get/update/delete data in Maximo (https://developer.ibm.com/static/site-id/155/maximodev/restguide/Maximo_Nextgen_REST_API.html). It is already implemented and you can setup REST support in Maximo (make it available for use) by changing few xml configuration files. REST services are "build in", you can't modify them.
External REST APIs can be called by using a configured HTTP end point in Maximo Integration.
You can create your own SOAP web-service by Click->Next->Click :) from Object Structure in Maximo Integration and provide generated by Maximo WSDL for SOAP client.