RE: Klaros Integration with Mantishub

Akhil Gupta, geändert vor 3 Tagen.

Klaros Integration with Mantishub

Youngling Beitrag: 1 Beitrittsdatum: 09.09.25 Neueste Beiträge
Hi 

I have downloaded the docker version of Klaros and testing the community edition and if it works we might move to enterprise edition but need to test it first.  I am trying to integrate with mantishub as our issue management and I am getting an error when I do with SOAP API

org.apache.axis.AxisFault: Error Type: ,Error Description: stripslashes(): Passing null to parameter #1 ($string) of type string is deprecatedat org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source)at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(Unknown Source)at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)

and Google Gemini gives me that this error is because mantishub has a new version of PHP and mantishub recommends using REST API. So is there any connector in Klaros to connect with REST API of mantishub
thumbnail
Torsten Stolpmann, geändert vor 2 Tagen.

RE: Klaros Integration with Mantishub

Jedi Council Member Beiträge: 775 Beitrittsdatum: 12.02.09 Neueste Beiträge
Hello  Akhi,

thank you for your inquiry and sorry for the late reply.

Your analysis is correct, the current Mantis integration is only available for the SOAP protocol and not for the newer REST-API.

I have no knowledge if MantisHub is enforcing the REST-API at the moment or if there is a way to enable SOAP in these installations.

Did you check if SOAP support is active in your Mantis instance?

Hope this helps.

Kind regards

Torsten