Manoj Chaurasia Posted September 3, 2014 Share Posted September 3, 2014 We are facing below error in MFT SOAP api - getBWSession and other MFT admin related call. SOAP Envelope is invalid at com.tibco.plugin.share.soap.errors.DefaultSoapErrorHandler.throwEngineException(Unknown Source) at com.tibco.plugin.share.soap.errors.DefaultSoapErrorHandler.throwEngineException(Unknown Source) at com.tibco.plugin.share.soap.processors.SoapLogger.a(Unknown Source) at com.tibco.plugin.share.soap.processors.SoapLogger.throwEnvelopeError(Unknown Source) at com.tibco.plugin.soap.SOAPSendReceiveActivity.postEval(Unknown Source) at com.tibco.pe.core.TaskImpl.eval(Unknown Source) at com.tibco.pe.core.Job.a(Unknown Source) at com.tibco.pe.core.Job.k(Unknown Source) at com.tibco.pe.core.JobDispatcher$JobCourier.a(Unknown Source) at com.tibco.pe.core.JobDispatcher$JobCourier.run(Unknown Source) This call were working for few weeks and we started getting this error. There was no change in MFT Command center of IS level. Do note that BW code that make this call works ok in one environment, but not in another. Same code works is able to call MFT SOAP API in QA but failing in DEV and PROD. MFT Version is same across al environments - 7.2.2 Anyone faced this issue with MFT SOAP API call Link to comment Share on other sites More sharing options...
Andy-dont-use Pritchard Posted September 3, 2014 Share Posted September 3, 2014 Ranjeet, My initial thought is an encoding issue. The first thing to check is what Encoding value you have defined in the domain definitions. And what encoding you have defined for the MFT command centre's JVM. Other than that can you try to prove if this is a BW or MFT issue. I'd get the QA BW to try calling the DEV MFT, if that works the problem is at the BW end. If it fails, then the problem is at the MFT end. Are you able to capture the SOAP messages via a network analyser and compare the two payloads Andy Link to comment Share on other sites More sharing options...
Manoj Chaurasia Posted September 3, 2014 Author Share Posted September 3, 2014 thanks Andy, Let me try out your suggestions. Link to comment Share on other sites More sharing options...
Dylan Ma 3 Posted April 25, 2019 Share Posted April 25, 2019 Hi, We faced a similar error and found that re-importing the WSDL worked for us. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now